COLOR #C9CCB4

HEX: #C9CCB4
RGB: (201,204,180)

Color info

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

RGB color model

#C9CCB4 color RGB value is (201,204,180).

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

RGB channels and saturation

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

201
204
180

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

Portions of RGB colors in percentages

R + G + B =
201 + 204 + 180 = 585 (100%)
R 201 of 585 ~ 34.36%
G 204 of 585 ~ 34.87%
B 180 of 585 ~ 30.77%

%34.36
%34.87
%30.77

CMYK color model

#C9CCB4 color CMYK value is (1,0,12,20).

  • cyan value is 1.47%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(1,0,12,20)
C1M0Y12K20 
(1%,0%,12%,20%)
(0.01/0.00/0.12/0.20)	

CMYK percentages

%1.47
%0
%11.76
%20

Codes

Color #C9CCB4 in popluar color models

C9CCB4
RGB201204180
HSL68°19.05%75.29%
HSB/HSV68°11.76%80.00%
CMYK1.47%0.00%11.76%
20.00%

Color #C9CCB4 in popluar number systems.

HEXC9CCB4
Decimal201204180
Binary110010011100110010110100
Octal311314264

Shades and tints

Shades of #C9CCB4

#C9CCB4
(201,204,180)
#B7BAA4
(183,186,164)
#A5A894
(165,168,148)
#939684
(147,150,132)
#818474
(129,132,116)
#6F7264
(111,114,100)
#5D6054
(93,96,84)
#4B4E44
(75,78,68)
#393C34
(57,60,52)
#272A24
(39,42,36)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #C9CCB4

#C9CCB4
(201,204,180)
#CDD0BA
(205,208,186)
#D1D4C0
(209,212,192)
#D5D8C6
(213,216,198)
#D9DCCC
(217,220,204)
#DDE0D2
(221,224,210)
#E1E4D8
(225,228,216)
#E5E8DE
(229,232,222)
#E9ECE4
(233,236,228)
#EDF0EA
(237,240,234)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9CCB4; }

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

This text font color is #C9CCB4.


Background Color

.myBgColor { background-color: #C9CCB4; }

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

This div background color is #C9CCB4.


Border color

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

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

This div border color is #C9CCB4.


Opacity

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

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

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

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

This text has shadow with #C9CCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9CCB4 on black background.


Color preview on white background

This text has color #C9CCB4 on white background.



Black color preview on #C9CCB4 background

This text has black color on #C9CCB4 background.


White color preview on #C9CCB4 background

This text has white color on #C9CCB4 background.