COLOR #D5EEED

HEX: #D5EEED
RGB: (213,238,237)

Color info

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

RGB color model

#D5EEED color RGB value is (213,238,237).

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

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 237 of 255 = 93%

213
238
237

R + G + B ~ 90%. #D5EEED is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 237 = 688 (100%)
R 213 of 688 ~ 30.96%
G 238 of 688 ~ 34.59%
B 237 of 688 ~ 34.45%

%30.96
%34.59
%34.45

CMYK color model

#D5EEED color CMYK value is (11,0,0,7).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.67%
CMYK:
(11,0,0,7)
C11M0Y0K7 
(11%,0%,0%,7%)
(0.11/0.00/0.00/0.07)	

CMYK percentages

%10.5
%0
%0.42
%6.67

Codes

Color #D5EEED in popluar color models

D5EEED
RGB213238237
HSL178°42.37%88.43%
HSB/HSV178°10.50%93.33%
CMYK10.50%0.00%0.42%
6.67%

Color #D5EEED in popluar number systems.

HEXD5EEED
Decimal213238237
Binary110101011110111011101101
Octal325356355

Shades and tints

Shades of #D5EEED

#D5EEED
(213,238,237)
#C2D9D8
(194,217,216)
#AFC4C3
(175,196,195)
#9CAFAE
(156,175,174)
#899A99
(137,154,153)
#768584
(118,133,132)
#63706F
(99,112,111)
#505B5A
(80,91,90)
#3D4645
(61,70,69)
#2A3130
(42,49,48)
#171C1B
(23,28,27)
#000000
(0,0,0)

Tints of #D5EEED

#D5EEED
(213,238,237)
#D8EFEE
(216,239,238)
#DBF0EF
(219,240,239)
#DEF1F0
(222,241,240)
#E1F2F1
(225,242,241)
#E4F3F2
(228,243,242)
#E7F4F3
(231,244,243)
#EAF5F4
(234,245,244)
#EDF6F5
(237,246,245)
#F0F7F6
(240,247,246)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEED; }

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

This text font color is #D5EEED.


Background Color

.myBgColor { background-color: #D5EEED; }

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

This div background color is #D5EEED.


Border color

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

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

This div border color is #D5EEED.


Opacity

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

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

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

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

This text has shadow with #D5EEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEED on black background.


Color preview on white background

This text has color #D5EEED on white background.



Black color preview on #D5EEED background

This text has black color on #D5EEED background.


White color preview on #D5EEED background

This text has white color on #D5EEED background.