COLOR #C9CDB2

HEX: #C9CDB2
RGB: (201,205,178)

Color info

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

RGB color model

#C9CDB2 color RGB value is (201,205,178).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 178 of 255 = 70%

201
205
178

R + G + B ~ 76%. #C9CDB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 178 = 584 (100%)
R 201 of 584 ~ 34.42%
G 205 of 584 ~ 35.1%
B 178 of 584 ~ 30.48%

%34.42
%35.1
%30.48

CMYK color model

#C9CDB2 color CMYK value is (2,0,13,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 13.17%
  • key color value is 19.61%
CMYK:
(2,0,13,20)
C2M0Y13K20 
(2%,0%,13%,20%)
(0.02/0.00/0.13/0.20)	

CMYK percentages

%1.95
%0
%13.17
%19.61

Codes

Color #C9CDB2 in popluar color models

C9CDB2
RGB201205178
HSL69°21.26%75.10%
HSB/HSV69°13.17%80.39%
CMYK1.95%0.00%13.17%
19.61%

Color #C9CDB2 in popluar number systems.

HEXC9CDB2
Decimal201205178
Binary110010011100110110110010
Octal311315262

Shades and tints

Shades of #C9CDB2

#C9CDB2
(201,205,178)
#B7BBA2
(183,187,162)
#A5A992
(165,169,146)
#939782
(147,151,130)
#818572
(129,133,114)
#6F7362
(111,115,98)
#5D6152
(93,97,82)
#4B4F42
(75,79,66)
#393D32
(57,61,50)
#272B22
(39,43,34)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #C9CDB2

#C9CDB2
(201,205,178)
#CDD1B9
(205,209,185)
#D1D5C0
(209,213,192)
#D5D9C7
(213,217,199)
#D9DDCE
(217,221,206)
#DDE1D5
(221,225,213)
#E1E5DC
(225,229,220)
#E5E9E3
(229,233,227)
#E9EDEA
(233,237,234)
#EDF1F1
(237,241,241)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDB2; }

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

This text font color is #C9CDB2.


Background Color

.myBgColor { background-color: #C9CDB2; }

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

This div background color is #C9CDB2.


Border color

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

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

This div border color is #C9CDB2.


Opacity

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

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

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

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

This text has shadow with #C9CDB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDB2 on black background.


Color preview on white background

This text has color #C9CDB2 on white background.



Black color preview on #C9CDB2 background

This text has black color on #C9CDB2 background.


White color preview on #C9CDB2 background

This text has white color on #C9CDB2 background.