COLOR #C9CFB2

HEX: #C9CFB2
RGB: (201,207,178)

Color info

#C9CFB2 contains red, green and blue colors in about the same proportion. Web safe color of #C9CFB2 is #CCCC99 (or #CC9).

RGB color model

#C9CFB2 color RGB value is (201,207,178).

  • red value is 201;
  • green value is 207;
  • blue value is 178.
RGB:
(201,207,178)
(79%,81%,70%)

RGB channels and saturation

R 201 of 255 = 79%
G 207 of 255 = 81%
B 178 of 255 = 70%

201
207
178

R + G + B ~ 77%. #C9CFB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 207 + 178 = 586 (100%)
R 201 of 586 ~ 34.3%
G 207 of 586 ~ 35.32%
B 178 of 586 ~ 30.38%

%34.3
%35.32
%30.38

CMYK color model

#C9CFB2 color CMYK value is (3,0,14,19).

  • cyan value is 2.90%
  • magenta value is 0.00%
  • yellow value is 14.01%
  • key color value is 18.82%
CMYK:
(3,0,14,19)
C3M0Y14K19 
(3%,0%,14%,19%)
(0.03/0.00/0.14/0.19)	

CMYK percentages

%2.9
%0
%14.01
%18.82

Codes

Color #C9CFB2 in popluar color models

C9CFB2
RGB201207178
HSL72°23.20%75.49%
HSB/HSV72°14.01%81.18%
CMYK2.90%0.00%14.01%
18.82%

Color #C9CFB2 in popluar number systems.

HEXC9CFB2
Decimal201207178
Binary110010011100111110110010
Octal311317262

Shades and tints

Shades of #C9CFB2

#C9CFB2
(201,207,178)
#B7BDA2
(183,189,162)
#A5AB92
(165,171,146)
#939982
(147,153,130)
#818772
(129,135,114)
#6F7562
(111,117,98)
#5D6352
(93,99,82)
#4B5142
(75,81,66)
#393F32
(57,63,50)
#272D22
(39,45,34)
#151B12
(21,27,18)
#000000
(0,0,0)

Tints of #C9CFB2

#C9CFB2
(201,207,178)
#CDD3B9
(205,211,185)
#D1D7C0
(209,215,192)
#D5DBC7
(213,219,199)
#D9DFCE
(217,223,206)
#DDE3D5
(221,227,213)
#E1E7DC
(225,231,220)
#E5EBE3
(229,235,227)
#E9EFEA
(233,239,234)
#EDF3F1
(237,243,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9CFB2 color. Also use rgb(201,207,178) instead hex code.

Text Font Color

.myTextColor { color: #C9CFB2; }

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

This text font color is #C9CFB2.


Background Color

.myBgColor { background-color: #C9CFB2; }

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

This div background color is #C9CFB2.


Border color

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

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

This div border color is #C9CFB2.


Opacity

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

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

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

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

This text has shadow with #C9CFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CFB2 on black background.


Color preview on white background

This text has color #C9CFB2 on white background.



Black color preview on #C9CFB2 background

This text has black color on #C9CFB2 background.


White color preview on #C9CFB2 background

This text has white color on #C9CFB2 background.