COLOR #C9E5DC

HEX: #C9E5DC
RGB: (201,229,220)

Color info

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

RGB color model

#C9E5DC color RGB value is (201,229,220).

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

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 220 of 255 = 86%

201
229
220

R + G + B ~ 85%. #C9E5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 229 + 220 = 650 (100%)
R 201 of 650 ~ 30.92%
G 229 of 650 ~ 35.23%
B 220 of 650 ~ 33.85%

%30.92
%35.23
%33.85

CMYK color model

#C9E5DC color CMYK value is (12,0,4,10).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 10.20%
CMYK:
(12,0,4,10)
C12M0Y4K10 
(12%,0%,4%,10%)
(0.12/0.00/0.04/0.10)	

CMYK percentages

%12.23
%0
%3.93
%10.2

Codes

Color #C9E5DC in popluar color models

C9E5DC
RGB201229220
HSL161°35.00%84.31%
HSB/HSV161°12.23%89.80%
CMYK12.23%0.00%3.93%
10.20%

Color #C9E5DC in popluar number systems.

HEXC9E5DC
Decimal201229220
Binary110010011110010111011100
Octal311345334

Shades and tints

Shades of #C9E5DC

#C9E5DC
(201,229,220)
#B7D1C8
(183,209,200)
#A5BDB4
(165,189,180)
#93A9A0
(147,169,160)
#81958C
(129,149,140)
#6F8178
(111,129,120)
#5D6D64
(93,109,100)
#4B5950
(75,89,80)
#39453C
(57,69,60)
#273128
(39,49,40)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #C9E5DC

#C9E5DC
(201,229,220)
#CDE7DF
(205,231,223)
#D1E9E2
(209,233,226)
#D5EBE5
(213,235,229)
#D9EDE8
(217,237,232)
#DDEFEB
(221,239,235)
#E1F1EE
(225,241,238)
#E5F3F1
(229,243,241)
#E9F5F4
(233,245,244)
#EDF7F7
(237,247,247)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E5DC; }

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

This text font color is #C9E5DC.


Background Color

.myBgColor { background-color: #C9E5DC; }

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

This div background color is #C9E5DC.


Border color

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

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

This div border color is #C9E5DC.


Opacity

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

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

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

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

This text has shadow with #C9E5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E5DC on black background.


Color preview on white background

This text has color #C9E5DC on white background.



Black color preview on #C9E5DC background

This text has black color on #C9E5DC background.


White color preview on #C9E5DC background

This text has white color on #C9E5DC background.