COLOR #C9CEC6

HEX: #C9CEC6
RGB: (201,206,198)

Color info

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

RGB color model

#C9CEC6 color RGB value is (201,206,198).

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

RGB channels and saturation

R 201 of 255 = 79%
G 206 of 255 = 81%
B 198 of 255 = 78%

201
206
198

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

Portions of RGB colors in percentages

R + G + B =
201 + 206 + 198 = 605 (100%)
R 201 of 605 ~ 33.22%
G 206 of 605 ~ 34.05%
B 198 of 605 ~ 32.73%

%33.22
%34.05
%32.73

CMYK color model

#C9CEC6 color CMYK value is (2,0,4,19).

  • cyan value is 2.43%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(2,0,4,19)
C2M0Y4K19 
(2%,0%,4%,19%)
(0.02/0.00/0.04/0.19)	

CMYK percentages

%2.43
%0
%3.88
%19.22

Codes

Color #C9CEC6 in popluar color models

C9CEC6
RGB201206198
HSL98°7.55%79.22%
HSB/HSV98°3.88%80.78%
CMYK2.43%0.00%3.88%
19.22%

Color #C9CEC6 in popluar number systems.

HEXC9CEC6
Decimal201206198
Binary110010011100111011000110
Octal311316306

Shades and tints

Shades of #C9CEC6

#C9CEC6
(201,206,198)
#B7BCB4
(183,188,180)
#A5AAA2
(165,170,162)
#939890
(147,152,144)
#81867E
(129,134,126)
#6F746C
(111,116,108)
#5D625A
(93,98,90)
#4B5048
(75,80,72)
#393E36
(57,62,54)
#272C24
(39,44,36)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #C9CEC6

#C9CEC6
(201,206,198)
#CDD2CB
(205,210,203)
#D1D6D0
(209,214,208)
#D5DAD5
(213,218,213)
#D9DEDA
(217,222,218)
#DDE2DF
(221,226,223)
#E1E6E4
(225,230,228)
#E5EAE9
(229,234,233)
#E9EEEE
(233,238,238)
#EDF2F3
(237,242,243)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CEC6; }

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

This text font color is #C9CEC6.


Background Color

.myBgColor { background-color: #C9CEC6; }

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

This div background color is #C9CEC6.


Border color

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

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

This div border color is #C9CEC6.


Opacity

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

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

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

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

This text has shadow with #C9CEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CEC6 on black background.


Color preview on white background

This text has color #C9CEC6 on white background.



Black color preview on #C9CEC6 background

This text has black color on #C9CEC6 background.


White color preview on #C9CEC6 background

This text has white color on #C9CEC6 background.