COLOR #D1EDD7

HEX: #D1EDD7
RGB: (209,237,215)

Color info

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

RGB color model

#D1EDD7 color RGB value is (209,237,215).

  • red value is 209;
  • green value is 237;
  • blue value is 215.
RGB:
(209,237,215)
(82%,93%,84%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 215 of 255 = 84%

209
237
215

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

Portions of RGB colors in percentages

R + G + B =
209 + 237 + 215 = 661 (100%)
R 209 of 661 ~ 31.62%
G 237 of 661 ~ 35.85%
B 215 of 661 ~ 32.53%

%31.62
%35.85
%32.53

CMYK color model

#D1EDD7 color CMYK value is (12,0,9,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 9.28%
  • key color value is 7.06%
CMYK:
(12,0,9,7)
C12M0Y9K7 
(12%,0%,9%,7%)
(0.12/0.00/0.09/0.07)	

CMYK percentages

%11.81
%0
%9.28
%7.06

Codes

Color #D1EDD7 in popluar color models

D1EDD7
RGB209237215
HSL133°43.75%87.45%
HSB/HSV133°11.81%92.94%
CMYK11.81%0.00%9.28%
7.06%

Color #D1EDD7 in popluar number systems.

HEXD1EDD7
Decimal209237215
Binary110100011110110111010111
Octal321355327

Shades and tints

Shades of #D1EDD7

#D1EDD7
(209,237,215)
#BED8C4
(190,216,196)
#ABC3B1
(171,195,177)
#98AE9E
(152,174,158)
#85998B
(133,153,139)
#728478
(114,132,120)
#5F6F65
(95,111,101)
#4C5A52
(76,90,82)
#39453F
(57,69,63)
#26302C
(38,48,44)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #D1EDD7

#D1EDD7
(209,237,215)
#D5EEDA
(213,238,218)
#D9EFDD
(217,239,221)
#DDF0E0
(221,240,224)
#E1F1E3
(225,241,227)
#E5F2E6
(229,242,230)
#E9F3E9
(233,243,233)
#EDF4EC
(237,244,236)
#F1F5EF
(241,245,239)
#F5F6F2
(245,246,242)
#F9F7F5
(249,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EDD7; }

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

This text font color is #D1EDD7.


Background Color

.myBgColor { background-color: #D1EDD7; }

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

This div background color is #D1EDD7.


Border color

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

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

This div border color is #D1EDD7.


Opacity

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

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

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

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

This text has shadow with #D1EDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EDD7 on black background.


Color preview on white background

This text has color #D1EDD7 on white background.



Black color preview on #D1EDD7 background

This text has black color on #D1EDD7 background.


White color preview on #D1EDD7 background

This text has white color on #D1EDD7 background.