COLOR #D1E9D7

HEX: #D1E9D7 RGB: (209,233,215)

Color info

#D1E9D7 contains red, green and blue colors in about the same proportion. Web safe color of #D1E9D7 is #CCFFCC (or #CFC).

RGB color model

#D1E9D7 color RGB value is (209,233,215).

RGB: (209,233,215) (82%, 91%, 84%)

RGB channels and saturation

R 209 of 255 = 82%
G 233 of 255 = 91%
B 215 of 255 = 84%

209
233
215

R + G + B ~ 86%. #D1E9D7 is light color.

Portions of RGB colors in percentages

R + G + B = 209 + 233 + 215 = 657 (100%)
R 209 of 657 ~ 31.81%
G 233 of 657 ~ 35.46%
B 215 of 657 ~ 32.72'%

%31.81
%35.46
%32.72

CMYK color model

#D1E9D7 color CMYK value is (10,0,8,9).

  • cyan value is 10.30%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK: (10,0,8,9) C10M0Y8K9 (10%,0%,8%,9%) (0.10/0.00/0.08/0.09) 

CMYK percentages

%10.3
%0
%7.73
%8.63

Codes

Color #D1E9D7 in popluar color models

D1 E9 D7
RGB 209 233 215
HSL 135° 35.29% 86.67%
HSB/HSV 135° 10.30% 91.37%
CMYK 10.30% 0.00% 7.73%
8.63%

Color #D1E9D7 in popluar number systems.

HEX D1 E9 D7
Decimal 209 233 215
Binary 11010001 11101001 11010111
Octal 321 351 327

Shades and tints

Shades of #D1E9D7

#D1E9D7
(209,233,215)
#BED4C4
(190,212,196)
#ABBFB1
(171,191,177)
#98AA9E
(152,170,158)
#85958B
(133,149,139)
#728078
(114,128,120)
#5F6B65
(95,107,101)
#4C5652
(76,86,82)
#39413F
(57,65,63)
#262C2C
(38,44,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #D1E9D7

#D1E9D7
(209,233,215)
#D5EBDA
(213,235,218)
#D9EDDD
(217,237,221)
#DDEFE0
(221,239,224)
#E1F1E3
(225,241,227)
#E5F3E6
(229,243,230)
#E9F5E9
(233,245,233)
#EDF7EC
(237,247,236)
#F1F9EF
(241,249,239)
#F5FBF2
(245,251,242)
#F9FDF5
(249,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E9D7 color. Also use rgb(209,233,215) instead hex code.

Text Font Color

.myTextColor { color: #D1E9D7; }

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

This text font color is #D1E9D7.

Background Color

.myBgColor { background-color: #D1E9D7; }

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

This div background color is #D1E9D7.

Border color

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

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

This div border color is #D1E9D7.

Opacity

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

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

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

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

This text has shadow with #D1E9D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1E9D7.

Preview

Color preview on black background

This text has color #D1E9D7 on black background.


Color preview on white background

This text has color #D1E9D7 on white background.


Black color preview on #D1E9D7 background

This text has black color on #D1E9D7 background.


White color preview on #D1E9D7 background

This text has white color on #D1E9D7 background.


Related colors

Complementary color

Complementary color for #hex is #2E1628.


I love getcolorcode.com

Triadic colors

1 #D7D1E9 and #E9D7D1 with #D1E9D7 are triadic colors.

2 #D7E9D1 and #E9D1D7 with #D1E9D7 are triadic colors.