COLOR #D5EAED

HEX: #D5EAED RGB: (213,234,237)

Color info

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

RGB color model

#D5EAED color RGB value is (213,234,237).

RGB: (213,234,237) (84%, 92%, 93%)

RGB channels and saturation

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

213
234
237

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

Portions of RGB colors in percentages

R + G + B = 213 + 234 + 237 = 684 (100%)
R 213 of 684 ~ 31.14%
G 234 of 684 ~ 34.21%
B 237 of 684 ~ 34.65'%

%31.14
%34.21
%34.65

CMYK color model

#D5EAED color CMYK value is (10,1,0,7).

  • cyan value is 10.13%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (10,1,0,7) C10M1Y0K7 (10%,1%,0%,7%) (0.10/0.01/0.00/0.07) 

CMYK percentages

%10.13
%1.27
%0
%7.06

Codes

Color #D5EAED in popluar color models

D5 EA ED
RGB 213 234 237
HSL 188° 40.00% 88.24%
HSB/HSV 188° 10.13% 92.94%
CMYK 10.13% 1.27% 0.00%
7.06%

Color #D5EAED in popluar number systems.

HEX D5 EA ED
Decimal 213 234 237
Binary 11010101 11101010 11101101
Octal 325 352 355

Shades and tints

Shades of #D5EAED

#D5EAED
(213,234,237)
#C2D5D8
(194,213,216)
#AFC0C3
(175,192,195)
#9CABAE
(156,171,174)
#899699
(137,150,153)
#768184
(118,129,132)
#636C6F
(99,108,111)
#50575A
(80,87,90)
#3D4245
(61,66,69)
#2A2D30
(42,45,48)
#17181B
(23,24,27)
#000000
(0,0,0)

Tints of #D5EAED

#D5EAED
(213,234,237)
#D8EBEE
(216,235,238)
#DBECEF
(219,236,239)
#DEEDF0
(222,237,240)
#E1EEF1
(225,238,241)
#E4EFF2
(228,239,242)
#E7F0F3
(231,240,243)
#EAF1F4
(234,241,244)
#EDF2F5
(237,242,245)
#F0F3F6
(240,243,246)
#F3F4F7
(243,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAED; }

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

This text font color is #D5EAED.

Background Color

.myBgColor { background-color: #D5EAED; }

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

This div background color is #D5EAED.

Border color

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

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

This div border color is #D5EAED.

Opacity

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

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

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

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

This text has shadow with #D5EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EAED.

Preview

Color preview on black background

This text has color #D5EAED on black background.


Color preview on white background

This text has color #D5EAED on white background.


Black color preview on #D5EAED background

This text has black color on #D5EAED background.


White color preview on #D5EAED background

This text has white color on #D5EAED background.


Related colors

Complementary color

Complementary color for #hex is #2A1512.


I love getcolorcode.com

Triadic colors

1 #EDD5EA and #EAEDD5 with #D5EAED are triadic colors.

2 #EDEAD5 and #EAD5ED with #D5EAED are triadic colors.