COLOR #D5EEE9

HEX: #D5EEE9
RGB: (213,238,233)

Color info

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

RGB color model

#D5EEE9 color RGB value is (213,238,233).

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

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 233 of 255 = 91%

213
238
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 233 = 684 (100%)
R 213 of 684 ~ 31.14%
G 238 of 684 ~ 34.8%
B 233 of 684 ~ 34.06%

%31.14
%34.8
%34.06

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 2.10%
  • key color value is 6.67%
CMYK:
(11,0,2,7)
C11M0Y2K7 
(11%,0%,2%,7%)
(0.11/0.00/0.02/0.07)	

CMYK percentages

%10.5
%0
%2.1
%6.67

Codes

Color #D5EEE9 in popluar color models

D5EEE9
RGB213238233
HSL168°42.37%88.43%
HSB/HSV168°10.50%93.33%
CMYK10.50%0.00%2.10%
6.67%

Color #D5EEE9 in popluar number systems.

HEXD5EEE9
Decimal213238233
Binary110101011110111011101001
Octal325356351

Shades and tints

Shades of #D5EEE9

#D5EEE9
(213,238,233)
#C2D9D4
(194,217,212)
#AFC4BF
(175,196,191)
#9CAFAA
(156,175,170)
#899A95
(137,154,149)
#768580
(118,133,128)
#63706B
(99,112,107)
#505B56
(80,91,86)
#3D4641
(61,70,65)
#2A312C
(42,49,44)
#171C17
(23,28,23)
#000000
(0,0,0)

Tints of #D5EEE9

#D5EEE9
(213,238,233)
#D8EFEB
(216,239,235)
#DBF0ED
(219,240,237)
#DEF1EF
(222,241,239)
#E1F2F1
(225,242,241)
#E4F3F3
(228,243,243)
#E7F4F5
(231,244,245)
#EAF5F7
(234,245,247)
#EDF6F9
(237,246,249)
#F0F7FB
(240,247,251)
#F3F8FD
(243,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEE9; }

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

This text font color is #D5EEE9.


Background Color

.myBgColor { background-color: #D5EEE9; }

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

This div background color is #D5EEE9.


Border color

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

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

This div border color is #D5EEE9.


Opacity

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

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

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

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

This text has shadow with #D5EEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEE9 on black background.


Color preview on white background

This text has color #D5EEE9 on white background.



Black color preview on #D5EEE9 background

This text has black color on #D5EEE9 background.


White color preview on #D5EEE9 background

This text has white color on #D5EEE9 background.