COLOR #C9E2DE

HEX: #C9E2DE
RGB: (201,226,222)

Color info

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

RGB color model

#C9E2DE color RGB value is (201,226,222).

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

RGB channels and saturation

R 201 of 255 = 79%
G 226 of 255 = 89%
B 222 of 255 = 87%

201
226
222

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

Portions of RGB colors in percentages

R + G + B =
201 + 226 + 222 = 649 (100%)
R 201 of 649 ~ 30.97%
G 226 of 649 ~ 34.82%
B 222 of 649 ~ 34.21%

%30.97
%34.82
%34.21

CMYK color model

#C9E2DE color CMYK value is (11,0,2,11).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 1.77%
  • key color value is 11.37%
CMYK:
(11,0,2,11)
C11M0Y2K11 
(11%,0%,2%,11%)
(0.11/0.00/0.02/0.11)	

CMYK percentages

%11.06
%0
%1.77
%11.37

Codes

Color #C9E2DE in popluar color models

C9E2DE
RGB201226222
HSL170°30.12%83.73%
HSB/HSV170°11.06%88.63%
CMYK11.06%0.00%1.77%
11.37%

Color #C9E2DE in popluar number systems.

HEXC9E2DE
Decimal201226222
Binary110010011110001011011110
Octal311342336

Shades and tints

Shades of #C9E2DE

#C9E2DE
(201,226,222)
#B7CECA
(183,206,202)
#A5BAB6
(165,186,182)
#93A6A2
(147,166,162)
#81928E
(129,146,142)
#6F7E7A
(111,126,122)
#5D6A66
(93,106,102)
#4B5652
(75,86,82)
#39423E
(57,66,62)
#272E2A
(39,46,42)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #C9E2DE

#C9E2DE
(201,226,222)
#CDE4E1
(205,228,225)
#D1E6E4
(209,230,228)
#D5E8E7
(213,232,231)
#D9EAEA
(217,234,234)
#DDECED
(221,236,237)
#E1EEF0
(225,238,240)
#E5F0F3
(229,240,243)
#E9F2F6
(233,242,246)
#EDF4F9
(237,244,249)
#F1F6FC
(241,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E2DE; }

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

This text font color is #C9E2DE.


Background Color

.myBgColor { background-color: #C9E2DE; }

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

This div background color is #C9E2DE.


Border color

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

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

This div border color is #C9E2DE.


Opacity

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

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

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

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

This text has shadow with #C9E2DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2DE on black background.


Color preview on white background

This text has color #C9E2DE on white background.



Black color preview on #C9E2DE background

This text has black color on #C9E2DE background.


White color preview on #C9E2DE background

This text has white color on #C9E2DE background.