COLOR #D5E0EA

HEX: #D5E0EA RGB: (213,224,234)

Color info

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

RGB color model

#D5E0EA color RGB value is (213,224,234).

RGB: (213,224,234) (84%, 88%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 234 of 255 = 92%

213
224
234

R + G + B ~ 88%. #D5E0EA is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 224 + 234 = 671 (100%)
R 213 of 671 ~ 31.74%
G 224 of 671 ~ 33.38%
B 234 of 671 ~ 34.87'%

%31.74
%33.38
%34.87

CMYK color model

#D5E0EA color CMYK value is (9,4,0,8).

  • cyan value is 8.97%
  • magenta value is 4.27%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (9,4,0,8)
C9M4Y0K8 (9%, 4%, 0%, 8%)
(0.09 / 0.04 / 0.00 / 0.08)

CMYK percentages

%8.97
%4.27
%0
%8.24

Codes

Color #D5E0EA in popluar color models

D5 E0 EA
RGB 213 224 234
HSL 209° 33.33% 87.65%
HSB/HSV 209° 8.97% 91.76%
CMYK 8.97% 4.27% 0.00%
8.24%

Color #D5E0EA in popluar number systems.

HEX D5 E0 EA
Decimal 213 224 234
Binary 11010101 11100000 11101010
Octal 325 340 352

Shades and tints

Shades of #D5E0EA

#D5E0EA
(213,224,234)
#C2CCD5
(194,204,213)
#AFB8C0
(175,184,192)
#9CA4AB
(156,164,171)
#899096
(137,144,150)
#767C81
(118,124,129)
#63686C
(99,104,108)
#505457
(80,84,87)
#3D4042
(61,64,66)
#2A2C2D
(42,44,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5E0EA

#D5E0EA
(213,224,234)
#D8E2EB
(216,226,235)
#DBE4EC
(219,228,236)
#DEE6ED
(222,230,237)
#E1E8EE
(225,232,238)
#E4EAEF
(228,234,239)
#E7ECF0
(231,236,240)
#EAEEF1
(234,238,241)
#EDF0F2
(237,240,242)
#F0F2F3
(240,242,243)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E0EA; }

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

This text font color is #D5E0EA.

Background Color

.myBgColor { background-color: #D5E0EA; }

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

This div background color is #D5E0EA.

Border color

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

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

This div border color is #D5E0EA.

Opacity

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

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

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

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

This text has shadow with #D5E0EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E0EA.

Preview

Color preview on black background

This text has color #D5E0EA on black background.


Color preview on white background

This text has color #D5E0EA on white background.


Black color preview on #D5E0EA background

This text has black color on #D5E0EA background.


White color preview on #D5E0EA background

This text has white color on #D5E0EA background.


Related colors

Complementary color

Complementary color for #hex is #2A1F15.


I love getcolorcode.com

Triadic colors

1 #EAD5E0 and #E0EAD5 with #D5E0EA are triadic colors.

2 #EAE0D5 and #E0D5EA with #D5E0EA are triadic colors.