COLOR #D1EEDC

HEX: #D1EEDC
RGB: (209,238,220)

Color info

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

RGB color model

#D1EEDC color RGB value is (209,238,220).

  • red value is 209;
  • green value is 238;
  • blue value is 220.
RGB:
(209,238,220)
(82%,93%,86%)

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 220 of 255 = 86%

209
238
220

R + G + B ~ 87%. #D1EEDC is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 220 = 667 (100%)
R 209 of 667 ~ 31.33%
G 238 of 667 ~ 35.68%
B 220 of 667 ~ 32.98%

%31.33
%35.68
%32.98

CMYK color model

#D1EEDC color CMYK value is (12,0,8,7).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 6.67%
CMYK:
(12,0,8,7)
C12M0Y8K7 
(12%,0%,8%,7%)
(0.12/0.00/0.08/0.07)	

CMYK percentages

%12.18
%0
%7.56
%6.67

Codes

Color #D1EEDC in popluar color models

D1EEDC
RGB209238220
HSL143°46.03%87.65%
HSB/HSV143°12.18%93.33%
CMYK12.18%0.00%7.56%
6.67%

Color #D1EEDC in popluar number systems.

HEXD1EEDC
Decimal209238220
Binary110100011110111011011100
Octal321356334

Shades and tints

Shades of #D1EEDC

#D1EEDC
(209,238,220)
#BED9C8
(190,217,200)
#ABC4B4
(171,196,180)
#98AFA0
(152,175,160)
#859A8C
(133,154,140)
#728578
(114,133,120)
#5F7064
(95,112,100)
#4C5B50
(76,91,80)
#39463C
(57,70,60)
#263128
(38,49,40)
#131C14
(19,28,20)
#000000
(0,0,0)

Tints of #D1EEDC

#D1EEDC
(209,238,220)
#D5EFDF
(213,239,223)
#D9F0E2
(217,240,226)
#DDF1E5
(221,241,229)
#E1F2E8
(225,242,232)
#E5F3EB
(229,243,235)
#E9F4EE
(233,244,238)
#EDF5F1
(237,245,241)
#F1F6F4
(241,246,244)
#F5F7F7
(245,247,247)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EEDC color. Also use rgb(209,238,220) instead hex code.

Text Font Color

.myTextColor { color: #D1EEDC; }

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

This text font color is #D1EEDC.


Background Color

.myBgColor { background-color: #D1EEDC; }

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

This div background color is #D1EEDC.


Border color

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

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

This div border color is #D1EEDC.


Opacity

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

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

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

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

This text has shadow with #D1EEDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EEDC on black background.


Color preview on white background

This text has color #D1EEDC on white background.



Black color preview on #D1EEDC background

This text has black color on #D1EEDC background.


White color preview on #D1EEDC background

This text has white color on #D1EEDC background.