COLOR #D9E2CF

HEX: #D9E2CF RGB: (217,226,207)

Color info

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

RGB color model

#D9E2CF color RGB value is (217,226,207).

RGB: (217,226,207) (85%, 89%, 81%)

RGB channels and saturation

R 217 of 255 = 85%
G 226 of 255 = 89%
B 207 of 255 = 81%

217
226
207

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

Portions of RGB colors in percentages

R + G + B = 217 + 226 + 207 = 650 (100%)
R 217 of 650 ~ 33.38%
G 226 of 650 ~ 34.77%
B 207 of 650 ~ 31.85'%

%33.38
%34.77
%31.85

CMYK color model

#D9E2CF color CMYK value is (4,0,8,11).

  • cyan value is 3.98%
  • magenta value is 0.00%
  • yellow value is 8.41%
  • key color value is 11.37%

CMYK: (4,0,8,11)
C4M0Y8K11 (4%, 0%, 8%, 11%)
(0.04 / 0.00 / 0.08 / 0.11)

CMYK percentages

%3.98
%0
%8.41
%11.37

Codes

Color #D9E2CF in popluar color models

D9 E2 CF
RGB 217 226 207
HSL 88° 24.68% 84.90%
HSB/HSV 88° 8.41% 88.63%
CMYK 3.98% 0.00% 8.41%
11.37%

Color #D9E2CF in popluar number systems.

HEX D9 E2 CF
Decimal 217 226 207
Binary 11011001 11100010 11001111
Octal 331 342 317

Shades and tints

Shades of #D9E2CF

#D9E2CF
(217,226,207)
#C6CEBD
(198,206,189)
#B3BAAB
(179,186,171)
#A0A699
(160,166,153)
#8D9287
(141,146,135)
#7A7E75
(122,126,117)
#676A63
(103,106,99)
#545651
(84,86,81)
#41423F
(65,66,63)
#2E2E2D
(46,46,45)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #D9E2CF

#D9E2CF
(217,226,207)
#DCE4D3
(220,228,211)
#DFE6D7
(223,230,215)
#E2E8DB
(226,232,219)
#E5EADF
(229,234,223)
#E8ECE3
(232,236,227)
#EBEEE7
(235,238,231)
#EEF0EB
(238,240,235)
#F1F2EF
(241,242,239)
#F4F4F3
(244,244,243)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E2CF color. Also use rgb(217,226,207) instead hex code.

Text Font Color

.myTextColor { color: #D9E2CF; }

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

This text font color is #D9E2CF.

Background Color

.myBgColor { background-color: #D9E2CF; }

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

This div background color is #D9E2CF.

Border color

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

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

This div border color is #D9E2CF.

Opacity

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

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

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

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

This text has shadow with #D9E2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9E2CF.

Preview

Color preview on black background

This text has color #D9E2CF on black background.


Color preview on white background

This text has color #D9E2CF on white background.


Black color preview on #D9E2CF background

This text has black color on #D9E2CF background.


White color preview on #D9E2CF background

This text has white color on #D9E2CF background.


Related colors

Complementary color

Complementary color for #hex is #261D30.


I love getcolorcode.com

Triadic colors

1 #CFD9E2 and #E2CFD9 with #D9E2CF are triadic colors.

2 #CFE2D9 and #E2D9CF with #D9E2CF are triadic colors.