COLOR #C9E5DD

HEX: #C9E5DD RGB: (201,229,221)

Color info

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

RGB color model

#C9E5DD color RGB value is (201,229,221).

RGB: (201,229,221) (79%, 90%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 229 of 255 = 90%
B 221 of 255 = 87%

201
229
221

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

Portions of RGB colors in percentages

R + G + B = 201 + 229 + 221 = 651 (100%)
R 201 of 651 ~ 30.88%
G 229 of 651 ~ 35.18%
B 221 of 651 ~ 33.95'%

%30.88
%35.18
%33.95

CMYK color model

#C9E5DD color CMYK value is (12,0,3,10).

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 3.49%
  • key color value is 10.20%

CMYK: (12,0,3,10)
C12M0Y3K10 (12%, 0%, 3%, 10%)
(0.12 / 0.00 / 0.03 / 0.10)

CMYK percentages

%12.23
%0
%3.49
%10.2

Codes

Color #C9E5DD in popluar color models

C9 E5 DD
RGB 201 229 221
HSL 163° 35.00% 84.31%
HSB/HSV 163° 12.23% 89.80%
CMYK 12.23% 0.00% 3.49%
10.20%

Color #C9E5DD in popluar number systems.

HEX C9 E5 DD
Decimal 201 229 221
Binary 11001001 11100101 11011101
Octal 311 345 335

Shades and tints

Shades of #C9E5DD

#C9E5DD
(201,229,221)
#B7D1C9
(183,209,201)
#A5BDB5
(165,189,181)
#93A9A1
(147,169,161)
#81958D
(129,149,141)
#6F8179
(111,129,121)
#5D6D65
(93,109,101)
#4B5951
(75,89,81)
#39453D
(57,69,61)
#273129
(39,49,41)
#151D15
(21,29,21)
#000000
(0,0,0)

Tints of #C9E5DD

#C9E5DD
(201,229,221)
#CDE7E0
(205,231,224)
#D1E9E3
(209,233,227)
#D5EBE6
(213,235,230)
#D9EDE9
(217,237,233)
#DDEFEC
(221,239,236)
#E1F1EF
(225,241,239)
#E5F3F2
(229,243,242)
#E9F5F5
(233,245,245)
#EDF7F8
(237,247,248)
#F1F9FB
(241,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E5DD; }

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

This text font color is #C9E5DD.

Background Color

.myBgColor { background-color: #C9E5DD; }

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

This div background color is #C9E5DD.

Border color

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

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

This div border color is #C9E5DD.

Opacity

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

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

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

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

This text has shadow with #C9E5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E5DD.

Preview

Color preview on black background

This text has color #C9E5DD on black background.


Color preview on white background

This text has color #C9E5DD on white background.


Black color preview on #C9E5DD background

This text has black color on #C9E5DD background.


White color preview on #C9E5DD background

This text has white color on #C9E5DD background.


Related colors

Complementary color

Complementary color for #hex is #361A22.


I love getcolorcode.com

Triadic colors

1 #DDC9E5 and #E5DDC9 with #C9E5DD are triadic colors.

2 #DDE5C9 and #E5C9DD with #C9E5DD are triadic colors.