COLOR #C9CECB

HEX: #C9CECB
RGB: (201,206,203)

Color info

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

RGB color model

#C9CECB color RGB value is (201,206,203).

  • red value is 201;
  • green value is 206;
  • blue value is 203.
RGB:
(201,206,203)
(79%,81%,80%)

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 203 of 255 = 80%

201
206
203

R + G + B ~ 80%. #C9CECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 206 + 203 = 610 (100%)
R 201 of 610 ~ 32.95%
G 206 of 610 ~ 33.77%
B 203 of 610 ~ 33.28%

%32.95
%33.77
%33.28

CMYK color model

#C9CECB color CMYK value is (2,0,1,19).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.22%
CMYK:
(2,0,1,19)
C2M0Y1K19 
(2%,0%,1%,19%)
(0.02/0.00/0.01/0.19)	

CMYK percentages

%2.43
%0
%1.46
%19.22

Codes

Color #C9CECB in popluar color models

C9CECB
RGB201206203
HSL144°4.85%79.80%
HSB/HSV144°2.43%80.78%
CMYK2.43%0.00%1.46%
19.22%

Color #C9CECB in popluar number systems.

HEXC9CECB
Decimal201206203
Binary110010011100111011001011
Octal311316313

Shades and tints

Shades of #C9CECB

#C9CECB
(201,206,203)
#B7BCB9
(183,188,185)
#A5AAA7
(165,170,167)
#939895
(147,152,149)
#818683
(129,134,131)
#6F7471
(111,116,113)
#5D625F
(93,98,95)
#4B504D
(75,80,77)
#393E3B
(57,62,59)
#272C29
(39,44,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9CECB

#C9CECB
(201,206,203)
#CDD2CF
(205,210,207)
#D1D6D3
(209,214,211)
#D5DAD7
(213,218,215)
#D9DEDB
(217,222,219)
#DDE2DF
(221,226,223)
#E1E6E3
(225,230,227)
#E5EAE7
(229,234,231)
#E9EEEB
(233,238,235)
#EDF2EF
(237,242,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CECB color. Also use rgb(201,206,203) instead hex code.

Text Font Color

.myTextColor { color: #C9CECB; }

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

This text font color is #C9CECB.


Background Color

.myBgColor { background-color: #C9CECB; }

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

This div background color is #C9CECB.


Border color

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

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

This div border color is #C9CECB.


Opacity

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

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

Text with #C9CECB 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 #C9CECB;}

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

This text has shadow with #C9CECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CECB on black background.


Color preview on white background

This text has color #C9CECB on white background.



Black color preview on #C9CECB background

This text has black color on #C9CECB background.


White color preview on #C9CECB background

This text has white color on #C9CECB background.