COLOR #C9CDB4

HEX: #C9CDB4
RGB: (201,205,180)

Color info

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

RGB color model

#C9CDB4 color RGB value is (201,205,180).

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

RGB channels and saturation

R 201 of 255 = 79%
G 205 of 255 = 80%
B 180 of 255 = 71%

201
205
180

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

Portions of RGB colors in percentages

R + G + B =
201 + 205 + 180 = 586 (100%)
R 201 of 586 ~ 34.3%
G 205 of 586 ~ 34.98%
B 180 of 586 ~ 30.72%

%34.3
%34.98
%30.72

CMYK color model

#C9CDB4 color CMYK value is (2,0,12,20).

  • cyan value is 1.95%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 19.61%
CMYK:
(2,0,12,20)
C2M0Y12K20 
(2%,0%,12%,20%)
(0.02/0.00/0.12/0.20)	

CMYK percentages

%1.95
%0
%12.2
%19.61

Codes

Color #C9CDB4 in popluar color models

C9CDB4
RGB201205180
HSL70°20.00%75.49%
HSB/HSV70°12.20%80.39%
CMYK1.95%0.00%12.20%
19.61%

Color #C9CDB4 in popluar number systems.

HEXC9CDB4
Decimal201205180
Binary110010011100110110110100
Octal311315264

Shades and tints

Shades of #C9CDB4

#C9CDB4
(201,205,180)
#B7BBA4
(183,187,164)
#A5A994
(165,169,148)
#939784
(147,151,132)
#818574
(129,133,116)
#6F7364
(111,115,100)
#5D6154
(93,97,84)
#4B4F44
(75,79,68)
#393D34
(57,61,52)
#272B24
(39,43,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #C9CDB4

#C9CDB4
(201,205,180)
#CDD1BA
(205,209,186)
#D1D5C0
(209,213,192)
#D5D9C6
(213,217,198)
#D9DDCC
(217,221,204)
#DDE1D2
(221,225,210)
#E1E5D8
(225,229,216)
#E5E9DE
(229,233,222)
#E9EDE4
(233,237,228)
#EDF1EA
(237,241,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CDB4; }

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

This text font color is #C9CDB4.


Background Color

.myBgColor { background-color: #C9CDB4; }

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

This div background color is #C9CDB4.


Border color

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

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

This div border color is #C9CDB4.


Opacity

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

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

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

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

This text has shadow with #C9CDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CDB4 on black background.


Color preview on white background

This text has color #C9CDB4 on white background.



Black color preview on #C9CDB4 background

This text has black color on #C9CDB4 background.


White color preview on #C9CDB4 background

This text has white color on #C9CDB4 background.