COLOR #C9D0CC

HEX: #C9D0CC
RGB: (201,208,204)

Color info

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

RGB color model

#C9D0CC color RGB value is (201,208,204).

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

RGB channels and saturation

R 201 of 255 = 79%
G 208 of 255 = 82%
B 204 of 255 = 80%

201
208
204

R + G + B ~ 80%. #C9D0CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 208 + 204 = 613 (100%)
R 201 of 613 ~ 32.79%
G 208 of 613 ~ 33.93%
B 204 of 613 ~ 33.28%

%32.79
%33.93
%33.28

CMYK color model

#C9D0CC color CMYK value is (3,0,2,18).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 1.92%
  • key color value is 18.43%
CMYK:
(3,0,2,18)
C3M0Y2K18 
(3%,0%,2%,18%)
(0.03/0.00/0.02/0.18)	

CMYK percentages

%3.37
%0
%1.92
%18.43

Codes

Color #C9D0CC in popluar color models

C9D0CC
RGB201208204
HSL146°6.93%80.20%
HSB/HSV146°3.37%81.57%
CMYK3.37%0.00%1.92%
18.43%

Color #C9D0CC in popluar number systems.

HEXC9D0CC
Decimal201208204
Binary110010011101000011001100
Octal311320314

Shades and tints

Shades of #C9D0CC

#C9D0CC
(201,208,204)
#B7BEBA
(183,190,186)
#A5ACA8
(165,172,168)
#939A96
(147,154,150)
#818884
(129,136,132)
#6F7672
(111,118,114)
#5D6460
(93,100,96)
#4B524E
(75,82,78)
#39403C
(57,64,60)
#272E2A
(39,46,42)
#151C18
(21,28,24)
#000000
(0,0,0)

Tints of #C9D0CC

#C9D0CC
(201,208,204)
#CDD4D0
(205,212,208)
#D1D8D4
(209,216,212)
#D5DCD8
(213,220,216)
#D9E0DC
(217,224,220)
#DDE4E0
(221,228,224)
#E1E8E4
(225,232,228)
#E5ECE8
(229,236,232)
#E9F0EC
(233,240,236)
#EDF4F0
(237,244,240)
#F1F8F4
(241,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D0CC; }

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

This text font color is #C9D0CC.


Background Color

.myBgColor { background-color: #C9D0CC; }

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

This div background color is #C9D0CC.


Border color

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

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

This div border color is #C9D0CC.


Opacity

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

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

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

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

This text has shadow with #C9D0CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D0CC on black background.


Color preview on white background

This text has color #C9D0CC on white background.



Black color preview on #C9D0CC background

This text has black color on #C9D0CC background.


White color preview on #C9D0CC background

This text has white color on #C9D0CC background.