COLOR #C9E2DF

HEX: #C9E2DF
RGB: (201,226,223)

Color info

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

RGB color model

#C9E2DF color RGB value is (201,226,223).

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

RGB channels and saturation

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

201
226
223

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

Portions of RGB colors in percentages

R + G + B =
201 + 226 + 223 = 650 (100%)
R 201 of 650 ~ 30.92%
G 226 of 650 ~ 34.77%
B 223 of 650 ~ 34.31%

%30.92
%34.77
%34.31

CMYK color model

#C9E2DF color CMYK value is (11,0,1,11).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 1.33%
  • key color value is 11.37%
CMYK:
(11,0,1,11)
C11M0Y1K11 
(11%,0%,1%,11%)
(0.11/0.00/0.01/0.11)	

CMYK percentages

%11.06
%0
%1.33
%11.37

Codes

Color #C9E2DF in popluar color models

C9E2DF
RGB201226223
HSL173°30.12%83.73%
HSB/HSV173°11.06%88.63%
CMYK11.06%0.00%1.33%
11.37%

Color #C9E2DF in popluar number systems.

HEXC9E2DF
Decimal201226223
Binary110010011110001011011111
Octal311342337

Shades and tints

Shades of #C9E2DF

#C9E2DF
(201,226,223)
#B7CECB
(183,206,203)
#A5BAB7
(165,186,183)
#93A6A3
(147,166,163)
#81928F
(129,146,143)
#6F7E7B
(111,126,123)
#5D6A67
(93,106,103)
#4B5653
(75,86,83)
#39423F
(57,66,63)
#272E2B
(39,46,43)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #C9E2DF

#C9E2DF
(201,226,223)
#CDE4E1
(205,228,225)
#D1E6E3
(209,230,227)
#D5E8E5
(213,232,229)
#D9EAE7
(217,234,231)
#DDECE9
(221,236,233)
#E1EEEB
(225,238,235)
#E5F0ED
(229,240,237)
#E9F2EF
(233,242,239)
#EDF4F1
(237,244,241)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E2DF; }

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

This text font color is #C9E2DF.


Background Color

.myBgColor { background-color: #C9E2DF; }

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

This div background color is #C9E2DF.


Border color

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

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

This div border color is #C9E2DF.


Opacity

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

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

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

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

This text has shadow with #C9E2DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9E2DF on black background.


Color preview on white background

This text has color #C9E2DF on white background.



Black color preview on #C9E2DF background

This text has black color on #C9E2DF background.


White color preview on #C9E2DF background

This text has white color on #C9E2DF background.