COLOR #C9BEBF

HEX: #C9BEBF
RGB: (201,190,191)

Color info

#C9BEBF contains red, green and blue colors in about the same proportion. Web safe color of #C9BEBF is #CCCCCC (or #CCC).

RGB color model

#C9BEBF color RGB value is (201,190,191).

  • red value is 201;
  • green value is 190;
  • blue value is 191.
RGB:
(201,190,191)
(79%,75%,75%)

RGB channels and saturation

R 201 of 255 = 79%
G 190 of 255 = 75%
B 191 of 255 = 75%

201
190
191

R + G + B ~ 76%. #C9BEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 190 + 191 = 582 (100%)
R 201 of 582 ~ 34.54%
G 190 of 582 ~ 32.65%
B 191 of 582 ~ 32.82%

%34.54
%32.65
%32.82

CMYK color model

#C9BEBF color CMYK value is (0,5,5,21).

  • cyan value is 0.00%
  • magenta value is 5.47%
  • yellow value is 4.98%
  • key color value is 21.18%
CMYK:
(0,5,5,21)
C0M5Y5K21 
(0%,5%,5%,21%)
(0.00/0.05/0.05/0.21)	

CMYK percentages

%0
%5.47
%4.98
%21.18

Codes

Color #C9BEBF in popluar color models

C9BEBF
RGB201190191
HSL355°9.24%76.67%
HSB/HSV355°5.47%78.82%
CMYK0.00%5.47%4.98%
21.18%

Color #C9BEBF in popluar number systems.

HEXC9BEBF
Decimal201190191
Binary110010011011111010111111
Octal311276277

Shades and tints

Shades of #C9BEBF

#C9BEBF
(201,190,191)
#B7ADAE
(183,173,174)
#A59C9D
(165,156,157)
#938B8C
(147,139,140)
#817A7B
(129,122,123)
#6F696A
(111,105,106)
#5D5859
(93,88,89)
#4B4748
(75,71,72)
#393637
(57,54,55)
#272526
(39,37,38)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #C9BEBF

#C9BEBF
(201,190,191)
#CDC3C4
(205,195,196)
#D1C8C9
(209,200,201)
#D5CDCE
(213,205,206)
#D9D2D3
(217,210,211)
#DDD7D8
(221,215,216)
#E1DCDD
(225,220,221)
#E5E1E2
(229,225,226)
#E9E6E7
(233,230,231)
#EDEBEC
(237,235,236)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9BEBF color. Also use rgb(201,190,191) instead hex code.

Text Font Color

.myTextColor { color: #C9BEBF; }

<p style="color:#C9BEBF">This sample text font color is #C9BEBF.</p>

This text font color is #C9BEBF.


Background Color

.myBgColor { background-color: #C9BEBF; }

<div style="background-color:#C9BEBF">Inner text</div>

This div background color is #C9BEBF.


Border color

.myBorderColor { border: 1px solid #C9BEBF; }

<div style="border:3px solid #C9BEBF">Div</div>

This div border color is #C9BEBF.


Opacity

.myOpacity80 { color: #C9BEBF; opacity: 0.8; }

<p style="color:#C9BEBF;opacity:0.8;">80%</p>

Text with #C9BEBF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C9BEBF;}

<p style="text-shadow: 3px 3px 1px #C9BEBF">Text here.</p>

This text has shadow with #C9BEBF color.

.textShadow {text-shadow: 3px 3px 1px #C9BEBF, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C9BEBF, 5px 5px 20px red">Text here.</p>

This text has shadow with #C9BEBF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9BEBF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C9BEBF, Direction=45, Strength=4)">Text</p>

This text has shadow with #C9BEBF and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C9BEBF;
  -webkit-box-shadow:	1px 1px 3px 2px #C9BEBF;
  box-shadow:		1px 1px 3px 2px #C9BEBF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9BEBF;
-webkit-box-shadow: 1px 1px 3px 2px #C9BEBF;
box-shadow:1px 1px 3px 2px #C9BEBF;">
Div content here</div>
This div box has shadow with color #C9BEBF.

Preview

Color preview on black background

This text has color #C9BEBF on black background.


Color preview on white background

This text has color #C9BEBF on white background.



Black color preview on #C9BEBF background

This text has black color on #C9BEBF background.


White color preview on #C9BEBF background

This text has white color on #C9BEBF background.