COLOR #C9D1CC

HEX: #C9D1CC
RGB: (201,209,204)

Color info

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

RGB color model

#C9D1CC color RGB value is (201,209,204).

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

RGB channels and saturation

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

201
209
204

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

Portions of RGB colors in percentages

R + G + B =
201 + 209 + 204 = 614 (100%)
R 201 of 614 ~ 32.74%
G 209 of 614 ~ 34.04%
B 204 of 614 ~ 33.22%

%32.74
%34.04
%33.22

CMYK color model

#C9D1CC color CMYK value is (4,0,2,18).

  • cyan value is 3.83%
  • magenta value is 0.00%
  • yellow value is 2.39%
  • key color value is 18.04%
CMYK:
(4,0,2,18)
C4M0Y2K18 
(4%,0%,2%,18%)
(0.04/0.00/0.02/0.18)	

CMYK percentages

%3.83
%0
%2.39
%18.04

Codes

Color #C9D1CC in popluar color models

C9D1CC
RGB201209204
HSL143°8.00%80.39%
HSB/HSV143°3.83%81.96%
CMYK3.83%0.00%2.39%
18.04%

Color #C9D1CC in popluar number systems.

HEXC9D1CC
Decimal201209204
Binary110010011101000111001100
Octal311321314

Shades and tints

Shades of #C9D1CC

#C9D1CC
(201,209,204)
#B7BEBA
(183,190,186)
#A5ABA8
(165,171,168)
#939896
(147,152,150)
#818584
(129,133,132)
#6F7272
(111,114,114)
#5D5F60
(93,95,96)
#4B4C4E
(75,76,78)
#39393C
(57,57,60)
#27262A
(39,38,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #C9D1CC

#C9D1CC
(201,209,204)
#CDD5D0
(205,213,208)
#D1D9D4
(209,217,212)
#D5DDD8
(213,221,216)
#D9E1DC
(217,225,220)
#DDE5E0
(221,229,224)
#E1E9E4
(225,233,228)
#E5EDE8
(229,237,232)
#E9F1EC
(233,241,236)
#EDF5F0
(237,245,240)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9D1CC; }

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

This text font color is #C9D1CC.


Background Color

.myBgColor { background-color: #C9D1CC; }

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

This div background color is #C9D1CC.


Border color

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

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

This div border color is #C9D1CC.


Opacity

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

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

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

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

This text has shadow with #C9D1CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9D1CC on black background.


Color preview on white background

This text has color #C9D1CC on white background.



Black color preview on #C9D1CC background

This text has black color on #C9D1CC background.


White color preview on #C9D1CC background

This text has white color on #C9D1CC background.