COLOR #D5E6EE

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

Color info

#D5E6EE contains red, green and blue colors in about the same proportion. Web safe color of #D5E6EE is #CCCCFF (or #CCF).

RGB color model

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

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

RGB channels and saturation

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

213
230
238

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

Portions of RGB colors in percentages

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

%31.28
%33.77
%34.95

CMYK color model

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

  • cyan value is 10.50%
  • magenta value is 3.36%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (11,3,0,7)
C11M3Y0K7 (11%, 3%, 0%, 7%)
(0.11 / 0.03 / 0.00 / 0.07)

CMYK percentages

%10.5
%3.36
%0
%6.67

Codes

Color #D5E6EE in popluar color models

D5 E6 EE
RGB 213 230 238
HSL 199° 42.37% 88.43%
HSB/HSV 199° 10.50% 93.33%
CMYK 10.50% 3.36% 0.00%
6.67%

Color #D5E6EE in popluar number systems.

HEX D5 E6 EE
Decimal 213 230 238
Binary 11010101 11100110 11101110
Octal 325 346 356

Shades and tints

Shades of #D5E6EE

#D5E6EE
(213,230,238)
#C2D2D9
(194,210,217)
#AFBEC4
(175,190,196)
#9CAAAF
(156,170,175)
#89969A
(137,150,154)
#768285
(118,130,133)
#636E70
(99,110,112)
#505A5B
(80,90,91)
#3D4646
(61,70,70)
#2A3231
(42,50,49)
#171E1C
(23,30,28)
#000000
(0,0,0)

Tints of #D5E6EE

#D5E6EE
(213,230,238)
#D8E8EF
(216,232,239)
#DBEAF0
(219,234,240)
#DEECF1
(222,236,241)
#E1EEF2
(225,238,242)
#E4F0F3
(228,240,243)
#E7F2F4
(231,242,244)
#EAF4F5
(234,244,245)
#EDF6F6
(237,246,246)
#F0F8F7
(240,248,247)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6EE; }

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

This text font color is #D5E6EE.

Background Color

.myBgColor { background-color: #D5E6EE; }

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

This div background color is #D5E6EE.

Border color

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

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

This div border color is #D5E6EE.

Opacity

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

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

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

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

This text has shadow with #D5E6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E6EE.

Preview

Color preview on black background

This text has color #D5E6EE on black background.


Color preview on white background

This text has color #D5E6EE on white background.


Black color preview on #D5E6EE background

This text has black color on #D5E6EE background.


White color preview on #D5E6EE background

This text has white color on #D5E6EE background.


Related colors

Complementary color

Complementary color for #hex is #2A1911.


I love getcolorcode.com

Triadic colors

1 #EED5E6 and #E6EED5 with #D5E6EE are triadic colors.

2 #EEE6D5 and #E6D5EE with #D5E6EE are triadic colors.