COLOR #C9CCC2

HEX: #C9CCC2
RGB: (201,204,194)

Color info

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

RGB color model

#C9CCC2 color RGB value is (201,204,194).

  • red value is 201;
  • green value is 204;
  • blue value is 194.
RGB:
(201,204,194)
(79%,80%,76%)

RGB channels and saturation

R 201 of 255 = 79%
G 204 of 255 = 80%
B 194 of 255 = 76%

201
204
194

R + G + B ~ 78%. #C9CCC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 194 = 599 (100%)
R 201 of 599 ~ 33.56%
G 204 of 599 ~ 34.06%
B 194 of 599 ~ 32.39%

%33.56
%34.06
%32.39

CMYK color model

#C9CCC2 color CMYK value is (1,0,5,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 20.00%
CMYK:
(1,0,5,20)
C1M0Y5K20 
(1%,0%,5%,20%)
(0.01/0.00/0.05/0.20)	

CMYK percentages

%1.47
%0
%4.9
%20

Codes

Color #C9CCC2 in popluar color models

C9CCC2
RGB201204194
HSL78°8.93%78.04%
HSB/HSV78°4.90%80.00%
CMYK1.47%0.00%4.90%
20.00%

Color #C9CCC2 in popluar number systems.

HEXC9CCC2
Decimal201204194
Binary110010011100110011000010
Octal311314302

Shades and tints

Shades of #C9CCC2

#C9CCC2
(201,204,194)
#B7BAB1
(183,186,177)
#A5A8A0
(165,168,160)
#93968F
(147,150,143)
#81847E
(129,132,126)
#6F726D
(111,114,109)
#5D605C
(93,96,92)
#4B4E4B
(75,78,75)
#393C3A
(57,60,58)
#272A29
(39,42,41)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #C9CCC2

#C9CCC2
(201,204,194)
#CDD0C7
(205,208,199)
#D1D4CC
(209,212,204)
#D5D8D1
(213,216,209)
#D9DCD6
(217,220,214)
#DDE0DB
(221,224,219)
#E1E4E0
(225,228,224)
#E5E8E5
(229,232,229)
#E9ECEA
(233,236,234)
#EDF0EF
(237,240,239)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CCC2 color. Also use rgb(201,204,194) instead hex code.

Text Font Color

.myTextColor { color: #C9CCC2; }

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

This text font color is #C9CCC2.


Background Color

.myBgColor { background-color: #C9CCC2; }

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

This div background color is #C9CCC2.


Border color

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

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

This div border color is #C9CCC2.


Opacity

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

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

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

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

This text has shadow with #C9CCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCC2 on black background.


Color preview on white background

This text has color #C9CCC2 on white background.



Black color preview on #C9CCC2 background

This text has black color on #C9CCC2 background.


White color preview on #C9CCC2 background

This text has white color on #C9CCC2 background.