COLOR #C9DCD6

HEX: #C9DCD6
RGB: (201,220,214)

Color info

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

RGB color model

#C9DCD6 color RGB value is (201,220,214).

  • red value is 201;
  • green value is 220;
  • blue value is 214.
RGB:
(201,220,214)
(79%,86%,84%)

RGB channels and saturation

R 201 of 255 = 79%
G 220 of 255 = 86%
B 214 of 255 = 84%

201
220
214

R + G + B ~ 83%. #C9DCD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 220 + 214 = 635 (100%)
R 201 of 635 ~ 31.65%
G 220 of 635 ~ 34.65%
B 214 of 635 ~ 33.7%

%31.65
%34.65
%33.7

CMYK color model

#C9DCD6 color CMYK value is (9,0,3,14).

  • cyan value is 8.64%
  • magenta value is 0.00%
  • yellow value is 2.73%
  • key color value is 13.73%
CMYK:
(9,0,3,14)
C9M0Y3K14 
(9%,0%,3%,14%)
(0.09/0.00/0.03/0.14)	

CMYK percentages

%8.64
%0
%2.73
%13.73

Codes

Color #C9DCD6 in popluar color models

C9DCD6
RGB201220214
HSL161°21.35%82.55%
HSB/HSV161°8.64%86.27%
CMYK8.64%0.00%2.73%
13.73%

Color #C9DCD6 in popluar number systems.

HEXC9DCD6
Decimal201220214
Binary110010011101110011010110
Octal311334326

Shades and tints

Shades of #C9DCD6

#C9DCD6
(201,220,214)
#B7C8C3
(183,200,195)
#A5B4B0
(165,180,176)
#93A09D
(147,160,157)
#818C8A
(129,140,138)
#6F7877
(111,120,119)
#5D6464
(93,100,100)
#4B5051
(75,80,81)
#393C3E
(57,60,62)
#27282B
(39,40,43)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #C9DCD6

#C9DCD6
(201,220,214)
#CDDFD9
(205,223,217)
#D1E2DC
(209,226,220)
#D5E5DF
(213,229,223)
#D9E8E2
(217,232,226)
#DDEBE5
(221,235,229)
#E1EEE8
(225,238,232)
#E5F1EB
(229,241,235)
#E9F4EE
(233,244,238)
#EDF7F1
(237,247,241)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9DCD6 color. Also use rgb(201,220,214) instead hex code.

Text Font Color

.myTextColor { color: #C9DCD6; }

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

This text font color is #C9DCD6.


Background Color

.myBgColor { background-color: #C9DCD6; }

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

This div background color is #C9DCD6.


Border color

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

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

This div border color is #C9DCD6.


Opacity

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

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

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

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

This text has shadow with #C9DCD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9DCD6 on black background.


Color preview on white background

This text has color #C9DCD6 on white background.



Black color preview on #C9DCD6 background

This text has black color on #C9DCD6 background.


White color preview on #C9DCD6 background

This text has white color on #C9DCD6 background.