COLOR #D1EEED

HEX: #D1EEED
RGB: (209,238,237)

Color info

#D1EEED contains red, green and blue colors in about the same proportion. Web safe color of #D1EEED is #CCFFFF (or #CFF).

RGB color model

#D1EEED color RGB value is (209,238,237).

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

RGB channels and saturation

R 209 of 255 = 82%
G 238 of 255 = 93%
B 237 of 255 = 93%

209
238
237

R + G + B ~ 89%. #D1EEED is light color.

Portions of RGB colors in percentages

R + G + B =
209 + 238 + 237 = 684 (100%)
R 209 of 684 ~ 30.56%
G 238 of 684 ~ 34.8%
B 237 of 684 ~ 34.65%

%30.56
%34.8
%34.65

CMYK color model

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

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(12,0,0,7)
C12M0Y0K7 
(12%,0%,0%,7%)
(0.12/0.00/0.00/0.07)	

CMYK percentages

%12.18
%0
%0.42
%6.67

Codes

Color #D1EEED in popluar color models

D1EEED
RGB209238237
HSL178°46.03%87.65%
HSB/HSV178°12.18%93.33%
CMYK12.18%0.00%0.42%
6.67%

Color #D1EEED in popluar number systems.

HEXD1EEED
Decimal209238237
Binary110100011110111011101101
Octal321356355

Shades and tints

Shades of #D1EEED

#D1EEED
(209,238,237)
#BED9D8
(190,217,216)
#ABC4C3
(171,196,195)
#98AFAE
(152,175,174)
#859A99
(133,154,153)
#728584
(114,133,132)
#5F706F
(95,112,111)
#4C5B5A
(76,91,90)
#394645
(57,70,69)
#263130
(38,49,48)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #D1EEED

#D1EEED
(209,238,237)
#D5EFEE
(213,239,238)
#D9F0EF
(217,240,239)
#DDF1F0
(221,241,240)
#E1F2F1
(225,242,241)
#E5F3F2
(229,243,242)
#E9F4F3
(233,244,243)
#EDF5F4
(237,245,244)
#F1F6F5
(241,246,245)
#F5F7F6
(245,247,246)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1EEED; }

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

This text font color is #D1EEED.


Background Color

.myBgColor { background-color: #D1EEED; }

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

This div background color is #D1EEED.


Border color

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

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

This div border color is #D1EEED.


Opacity

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

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

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

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

This text has shadow with #D1EEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EEED on black background.


Color preview on white background

This text has color #D1EEED on white background.



Black color preview on #D1EEED background

This text has black color on #D1EEED background.


White color preview on #D1EEED background

This text has white color on #D1EEED background.