COLOR #D5EEE5

HEX: #D5EEE5 RGB: (213,238,229)

Color info

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

RGB color model

#D5EEE5 color RGB value is (213,238,229).

RGB: (213,238,229) (84%, 93%, 90%)

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 229 of 255 = 90%

213
238
229

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

Portions of RGB colors in percentages

R + G + B = 213 + 238 + 229 = 680 (100%)
R 213 of 680 ~ 31.32%
G 238 of 680 ~ 35%
B 229 of 680 ~ 33.68'%

%31.32
%35
%33.68

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 3.78%
  • 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
%3.78
%6.67

Codes

Color #D5EEE5 in popluar color models

D5 EE E5
RGB 213 238 229
HSL 158° 42.37% 88.43%
HSB/HSV 158° 10.50% 93.33%
CMYK 10.50% 0.00% 3.78%
6.67%

Color #D5EEE5 in popluar number systems.

HEX D5 EE E5
Decimal 213 238 229
Binary 11010101 11101110 11100101
Octal 325 356 345

Shades and tints

Shades of #D5EEE5

#D5EEE5
(213,238,229)
#C2D9D1
(194,217,209)
#AFC4BD
(175,196,189)
#9CAFA9
(156,175,169)
#899A95
(137,154,149)
#768581
(118,133,129)
#63706D
(99,112,109)
#505B59
(80,91,89)
#3D4645
(61,70,69)
#2A3131
(42,49,49)
#171C1D
(23,28,29)
#000000
(0,0,0)

Tints of #D5EEE5

#D5EEE5
(213,238,229)
#D8EFE7
(216,239,231)
#DBF0E9
(219,240,233)
#DEF1EB
(222,241,235)
#E1F2ED
(225,242,237)
#E4F3EF
(228,243,239)
#E7F4F1
(231,244,241)
#EAF5F3
(234,245,243)
#EDF6F5
(237,246,245)
#F0F7F7
(240,247,247)
#F3F8F9
(243,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEE5; }

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

This text font color is #D5EEE5.

Background Color

.myBgColor { background-color: #D5EEE5; }

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

This div background color is #D5EEE5.

Border color

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

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

This div border color is #D5EEE5.

Opacity

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

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

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

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

This text has shadow with #D5EEE5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EEE5.

Preview

Color preview on black background

This text has color #D5EEE5 on black background.


Color preview on white background

This text has color #D5EEE5 on white background.


Black color preview on #D5EEE5 background

This text has black color on #D5EEE5 background.


White color preview on #D5EEE5 background

This text has white color on #D5EEE5 background.


Related colors

Complementary color

Complementary color for #hex is #2A111A.


I love getcolorcode.com

Triadic colors

1 #E5D5EE and #EEE5D5 with #D5EEE5 are triadic colors.

2 #E5EED5 and #EED5E5 with #D5EEE5 are triadic colors.