COLOR #C9CEC3

HEX: #C9CEC3
RGB: (201,206,195)

Color info

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

RGB color model

#C9CEC3 color RGB value is (201,206,195).

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

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 195 of 255 = 76%

201
206
195

R + G + B ~ 79%. #C9CEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 206 + 195 = 602 (100%)
R 201 of 602 ~ 33.39%
G 206 of 602 ~ 34.22%
B 195 of 602 ~ 32.39%

%33.39
%34.22
%32.39

CMYK color model

#C9CEC3 color CMYK value is (2,0,5,19).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 5.34%
  • key color value is 19.22%
CMYK:
(2,0,5,19)
C2M0Y5K19 
(2%,0%,5%,19%)
(0.02/0.00/0.05/0.19)	

CMYK percentages

%2.43
%0
%5.34
%19.22

Codes

Color #C9CEC3 in popluar color models

C9CEC3
RGB201206195
HSL87°10.09%78.63%
HSB/HSV87°5.34%80.78%
CMYK2.43%0.00%5.34%
19.22%

Color #C9CEC3 in popluar number systems.

HEXC9CEC3
Decimal201206195
Binary110010011100111011000011
Octal311316303

Shades and tints

Shades of #C9CEC3

#C9CEC3
(201,206,195)
#B7BCB2
(183,188,178)
#A5AAA1
(165,170,161)
#939890
(147,152,144)
#81867F
(129,134,127)
#6F746E
(111,116,110)
#5D625D
(93,98,93)
#4B504C
(75,80,76)
#393E3B
(57,62,59)
#272C2A
(39,44,42)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #C9CEC3

#C9CEC3
(201,206,195)
#CDD2C8
(205,210,200)
#D1D6CD
(209,214,205)
#D5DAD2
(213,218,210)
#D9DED7
(217,222,215)
#DDE2DC
(221,226,220)
#E1E6E1
(225,230,225)
#E5EAE6
(229,234,230)
#E9EEEB
(233,238,235)
#EDF2F0
(237,242,240)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CEC3; }

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

This text font color is #C9CEC3.


Background Color

.myBgColor { background-color: #C9CEC3; }

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

This div background color is #C9CEC3.


Border color

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

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

This div border color is #C9CEC3.


Opacity

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

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

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

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

This text has shadow with #C9CEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CEC3 on black background.


Color preview on white background

This text has color #C9CEC3 on white background.



Black color preview on #C9CEC3 background

This text has black color on #C9CEC3 background.


White color preview on #C9CEC3 background

This text has white color on #C9CEC3 background.