COLOR #C9E5DE

HEX: #C9E5DE
RGB: (201,229,222)

Color info

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

RGB color model

#C9E5DE color RGB value is (201,229,222).

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

RGB channels and saturation

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

201
229
222

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

Portions of RGB colors in percentages

R + G + B =
201 + 229 + 222 = 652 (100%)
R 201 of 652 ~ 30.83%
G 229 of 652 ~ 35.12%
B 222 of 652 ~ 34.05%

%30.83
%35.12
%34.05

CMYK color model

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

  • cyan value is 12.23%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • 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.06
%10.2

Codes

Color #C9E5DE in popluar color models

C9E5DE
RGB201229222
HSL165°35.00%84.31%
HSB/HSV165°12.23%89.80%
CMYK12.23%0.00%3.06%
10.20%

Color #C9E5DE in popluar number systems.

HEXC9E5DE
Decimal201229222
Binary110010011110010111011110
Octal311345336

Shades and tints

Shades of #C9E5DE

#C9E5DE
(201,229,222)
#B7D1CA
(183,209,202)
#A5BDB6
(165,189,182)
#93A9A2
(147,169,162)
#81958E
(129,149,142)
#6F817A
(111,129,122)
#5D6D66
(93,109,102)
#4B5952
(75,89,82)
#39453E
(57,69,62)
#27312A
(39,49,42)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #C9E5DE

#C9E5DE
(201,229,222)
#CDE7E1
(205,231,225)
#D1E9E4
(209,233,228)
#D5EBE7
(213,235,231)
#D9EDEA
(217,237,234)
#DDEFED
(221,239,237)
#E1F1F0
(225,241,240)
#E5F3F3
(229,243,243)
#E9F5F6
(233,245,246)
#EDF7F9
(237,247,249)
#F1F9FC
(241,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E5DE; }

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

This text font color is #C9E5DE.


Background Color

.myBgColor { background-color: #C9E5DE; }

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

This div background color is #C9E5DE.


Border color

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

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

This div border color is #C9E5DE.


Opacity

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

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

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

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

This text has shadow with #C9E5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E5DE on black background.


Color preview on white background

This text has color #C9E5DE on white background.



Black color preview on #C9E5DE background

This text has black color on #C9E5DE background.


White color preview on #C9E5DE background

This text has white color on #C9E5DE background.