COLOR #D5EEEA

HEX: #D5EEEA
RGB: (213,238,234)

Color info

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

RGB color model

#D5EEEA color RGB value is (213,238,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 238 of 255 = 93%
B 234 of 255 = 92%

213
238
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 238 + 234 = 685 (100%)
R 213 of 685 ~ 31.09%
G 238 of 685 ~ 34.74%
B 234 of 685 ~ 34.16%

%31.09
%34.74
%34.16

CMYK color model

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

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

Codes

Color #D5EEEA in popluar color models

D5EEEA
RGB213238234
HSL170°42.37%88.43%
HSB/HSV170°10.50%93.33%
CMYK10.50%0.00%1.68%
6.67%

Color #D5EEEA in popluar number systems.

HEXD5EEEA
Decimal213238234
Binary110101011110111011101010
Octal325356352

Shades and tints

Shades of #D5EEEA

#D5EEEA
(213,238,234)
#C2D9D5
(194,217,213)
#AFC4C0
(175,196,192)
#9CAFAB
(156,175,171)
#899A96
(137,154,150)
#768581
(118,133,129)
#63706C
(99,112,108)
#505B57
(80,91,87)
#3D4642
(61,70,66)
#2A312D
(42,49,45)
#171C18
(23,28,24)
#000000
(0,0,0)

Tints of #D5EEEA

#D5EEEA
(213,238,234)
#D8EFEB
(216,239,235)
#DBF0EC
(219,240,236)
#DEF1ED
(222,241,237)
#E1F2EE
(225,242,238)
#E4F3EF
(228,243,239)
#E7F4F0
(231,244,240)
#EAF5F1
(234,245,241)
#EDF6F2
(237,246,242)
#F0F7F3
(240,247,243)
#F3F8F4
(243,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EEEA; }

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

This text font color is #D5EEEA.


Background Color

.myBgColor { background-color: #D5EEEA; }

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

This div background color is #D5EEEA.


Border color

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

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

This div border color is #D5EEEA.


Opacity

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

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

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

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

This text has shadow with #D5EEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EEEA on black background.


Color preview on white background

This text has color #D5EEEA on white background.



Black color preview on #D5EEEA background

This text has black color on #D5EEEA background.


White color preview on #D5EEEA background

This text has white color on #D5EEEA background.