COLOR #D5EEE4

HEX: #D5EEE4
RGB: (213,238,228)

Color info

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

RGB color model

#D5EEE4 color RGB value is (213,238,228).

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

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 228 of 255 = 89%

213
238
228

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

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 228 = 679 (100%)
R 213 of 679 ~ 31.37%
G 238 of 679 ~ 35.05%
B 228 of 679 ~ 33.58%

%31.37
%35.05
%33.58

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 4.20%
  • key color value is 6.67%
CMYK:
(11,0,4,7)
C11M0Y4K7 
(11%,0%,4%,7%)
(0.11/0.00/0.04/0.07)	

CMYK percentages

%10.5
%0
%4.2
%6.67

Codes

Color #D5EEE4 in popluar color models

D5EEE4
RGB213238228
HSL156°42.37%88.43%
HSB/HSV156°10.50%93.33%
CMYK10.50%0.00%4.20%
6.67%

Color #D5EEE4 in popluar number systems.

HEXD5EEE4
Decimal213238228
Binary110101011110111011100100
Octal325356344

Shades and tints

Shades of #D5EEE4

#D5EEE4
(213,238,228)
#C2D9D0
(194,217,208)
#AFC4BC
(175,196,188)
#9CAFA8
(156,175,168)
#899A94
(137,154,148)
#768580
(118,133,128)
#63706C
(99,112,108)
#505B58
(80,91,88)
#3D4644
(61,70,68)
#2A3130
(42,49,48)
#171C1C
(23,28,28)
#000000
(0,0,0)

Tints of #D5EEE4

#D5EEE4
(213,238,228)
#D8EFE6
(216,239,230)
#DBF0E8
(219,240,232)
#DEF1EA
(222,241,234)
#E1F2EC
(225,242,236)
#E4F3EE
(228,243,238)
#E7F4F0
(231,244,240)
#EAF5F2
(234,245,242)
#EDF6F4
(237,246,244)
#F0F7F6
(240,247,246)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEE4; }

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

This text font color is #D5EEE4.


Background Color

.myBgColor { background-color: #D5EEE4; }

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

This div background color is #D5EEE4.


Border color

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

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

This div border color is #D5EEE4.


Opacity

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

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

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

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

This text has shadow with #D5EEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEE4 on black background.


Color preview on white background

This text has color #D5EEE4 on white background.



Black color preview on #D5EEE4 background

This text has black color on #D5EEE4 background.


White color preview on #D5EEE4 background

This text has white color on #D5EEE4 background.