COLOR #D5EEE6

HEX: #D5EEE6
RGB: (213,238,230)

Color info

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

RGB color model

#D5EEE6 color RGB value is (213,238,230).

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

RGB channels and saturation

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

213
238
230

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

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 230 = 681 (100%)
R 213 of 681 ~ 31.28%
G 238 of 681 ~ 34.95%
B 230 of 681 ~ 33.77%

%31.28
%34.95
%33.77

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 3.36%
  • key color value is 6.67%
CMYK:
(11,0,3,7)
C11M0Y3K7 
(11%,0%,3%,7%)
(0.11/0.00/0.03/0.07)	

CMYK percentages

%10.5
%0
%3.36
%6.67

Codes

Color #D5EEE6 in popluar color models

D5EEE6
RGB213238230
HSL161°42.37%88.43%
HSB/HSV161°10.50%93.33%
CMYK10.50%0.00%3.36%
6.67%

Color #D5EEE6 in popluar number systems.

HEXD5EEE6
Decimal213238230
Binary110101011110111011100110
Octal325356346

Shades and tints

Shades of #D5EEE6

#D5EEE6
(213,238,230)
#C2D9D2
(194,217,210)
#AFC4BE
(175,196,190)
#9CAFAA
(156,175,170)
#899A96
(137,154,150)
#768582
(118,133,130)
#63706E
(99,112,110)
#505B5A
(80,91,90)
#3D4646
(61,70,70)
#2A3132
(42,49,50)
#171C1E
(23,28,30)
#000000
(0,0,0)

Tints of #D5EEE6

#D5EEE6
(213,238,230)
#D8EFE8
(216,239,232)
#DBF0EA
(219,240,234)
#DEF1EC
(222,241,236)
#E1F2EE
(225,242,238)
#E4F3F0
(228,243,240)
#E7F4F2
(231,244,242)
#EAF5F4
(234,245,244)
#EDF6F6
(237,246,246)
#F0F7F8
(240,247,248)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEE6; }

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

This text font color is #D5EEE6.


Background Color

.myBgColor { background-color: #D5EEE6; }

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

This div background color is #D5EEE6.


Border color

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

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

This div border color is #D5EEE6.


Opacity

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

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

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

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

This text has shadow with #D5EEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEE6 on black background.


Color preview on white background

This text has color #D5EEE6 on white background.



Black color preview on #D5EEE6 background

This text has black color on #D5EEE6 background.


White color preview on #D5EEE6 background

This text has white color on #D5EEE6 background.