COLOR #D5E1EA

HEX: #D5E1EA RGB: (213,225,234)

Color info

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

RGB color model

#D5E1EA color RGB value is (213,225,234).

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

RGB channels and saturation

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

213
225
234

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

Portions of RGB colors in percentages

R + G + B = 213 + 225 + 234 = 672 (100%)
R 213 of 672 ~ 31.7%
G 225 of 672 ~ 33.48%
B 234 of 672 ~ 34.82'%

%31.7
%33.48
%34.82

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 3.85%
  • 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
%3.85
%0
%8.24

Codes

Color #D5E1EA in popluar color models

D5 E1 EA
RGB 213 225 234
HSL 206° 33.33% 87.65%
HSB/HSV 206° 8.97% 91.76%
CMYK 8.97% 3.85% 0.00%
8.24%

Color #D5E1EA in popluar number systems.

HEX D5 E1 EA
Decimal 213 225 234
Binary 11010101 11100001 11101010
Octal 325 341 352

Shades and tints

Shades of #D5E1EA

#D5E1EA
(213,225,234)
#C2CDD5
(194,205,213)
#AFB9C0
(175,185,192)
#9CA5AB
(156,165,171)
#899196
(137,145,150)
#767D81
(118,125,129)
#63696C
(99,105,108)
#505557
(80,85,87)
#3D4142
(61,65,66)
#2A2D2D
(42,45,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5E1EA

#D5E1EA
(213,225,234)
#D8E3EB
(216,227,235)
#DBE5EC
(219,229,236)
#DEE7ED
(222,231,237)
#E1E9EE
(225,233,238)
#E4EBEF
(228,235,239)
#E7EDF0
(231,237,240)
#EAEFF1
(234,239,241)
#EDF1F2
(237,241,242)
#F0F3F3
(240,243,243)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E1EA; }

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

This text font color is #D5E1EA.

Background Color

.myBgColor { background-color: #D5E1EA; }

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

This div background color is #D5E1EA.

Border color

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

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

This div border color is #D5E1EA.

Opacity

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

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

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

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

This text has shadow with #D5E1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E1EA.

Preview

Color preview on black background

This text has color #D5E1EA on black background.


Color preview on white background

This text has color #D5E1EA on white background.


Black color preview on #D5E1EA background

This text has black color on #D5E1EA background.


White color preview on #D5E1EA background

This text has white color on #D5E1EA background.


Related colors

Complementary color

Complementary color for #hex is #2A1E15.


I love getcolorcode.com

Triadic colors

1 #EAD5E1 and #E1EAD5 with #D5E1EA are triadic colors.

2 #EAE1D5 and #E1D5EA with #D5E1EA are triadic colors.