COLOR #C9E1DF

HEX: #C9E1DF RGB: (201,225,223)

Color info

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

RGB color model

#C9E1DF color RGB value is (201,225,223).

RGB: (201,225,223) (79%, 88%, 87%)

RGB channels and saturation

R 201 of 255 = 79%
G 225 of 255 = 88%
B 223 of 255 = 87%

201
225
223

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

Portions of RGB colors in percentages

R + G + B = 201 + 225 + 223 = 649 (100%)
R 201 of 649 ~ 30.97%
G 225 of 649 ~ 34.67%
B 223 of 649 ~ 34.36'%

%30.97
%34.67
%34.36

CMYK color model

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

  • cyan value is 10.67%
  • magenta value is 0.00%
  • yellow value is 0.89%
  • key color value is 11.76%
CMYK: (11,0,1,12) C11M0Y1K12 (11%,0%,1%,12%) (0.11/0.00/0.01/0.12) 

CMYK percentages

%10.67
%0
%0.89
%11.76

Codes

Color #C9E1DF in popluar color models

C9 E1 DF
RGB 201 225 223
HSL 175° 28.57% 83.53%
HSB/HSV 175° 10.67% 88.24%
CMYK 10.67% 0.00% 0.89%
11.76%

Color #C9E1DF in popluar number systems.

HEX C9 E1 DF
Decimal 201 225 223
Binary 11001001 11100001 11011111
Octal 311 341 337

Shades and tints

Shades of #C9E1DF

#C9E1DF
(201,225,223)
#B7CDCB
(183,205,203)
#A5B9B7
(165,185,183)
#93A5A3
(147,165,163)
#81918F
(129,145,143)
#6F7D7B
(111,125,123)
#5D6967
(93,105,103)
#4B5553
(75,85,83)
#39413F
(57,65,63)
#272D2B
(39,45,43)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #C9E1DF

#C9E1DF
(201,225,223)
#CDE3E1
(205,227,225)
#D1E5E3
(209,229,227)
#D5E7E5
(213,231,229)
#D9E9E7
(217,233,231)
#DDEBE9
(221,235,233)
#E1EDEB
(225,237,235)
#E5EFED
(229,239,237)
#E9F1EF
(233,241,239)
#EDF3F1
(237,243,241)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9E1DF; }

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

This text font color is #C9E1DF.

Background Color

.myBgColor { background-color: #C9E1DF; }

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

This div background color is #C9E1DF.

Border color

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

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

This div border color is #C9E1DF.

Opacity

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

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

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

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

This text has shadow with #C9E1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9E1DF.

Preview

Color preview on black background

This text has color #C9E1DF on black background.


Color preview on white background

This text has color #C9E1DF on white background.


Black color preview on #C9E1DF background

This text has black color on #C9E1DF background.


White color preview on #C9E1DF background

This text has white color on #C9E1DF background.


Related colors

Complementary color

Complementary color for #hex is #361E20.


I love getcolorcode.com

Triadic colors

1 #DFC9E1 and #E1DFC9 with #C9E1DF are triadic colors.

2 #DFE1C9 and #E1C9DF with #C9E1DF are triadic colors.