COLOR #D5E2EA

HEX: #D5E2EA RGB: (213,226,234)

Color info

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

RGB color model

#D5E2EA color RGB value is (213,226,234).

RGB: (213,226,234) (84%, 89%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 234 of 255 = 92%

213
226
234

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

Portions of RGB colors in percentages

R + G + B = 213 + 226 + 234 = 673 (100%)
R 213 of 673 ~ 31.65%
G 226 of 673 ~ 33.58%
B 234 of 673 ~ 34.77'%

%31.65
%33.58
%34.77

CMYK color model

#D5E2EA color CMYK value is (9,3,0,8).

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

CMYK: (9,3,0,8)
C9M3Y0K8 (9%, 3%, 0%, 8%)
(0.09 / 0.03 / 0.00 / 0.08)

CMYK percentages

%8.97
%3.42
%0
%8.24

Codes

Color #D5E2EA in popluar color models

D5 E2 EA
RGB 213 226 234
HSL 203° 33.33% 87.65%
HSB/HSV 203° 8.97% 91.76%
CMYK 8.97% 3.42% 0.00%
8.24%

Color #D5E2EA in popluar number systems.

HEX D5 E2 EA
Decimal 213 226 234
Binary 11010101 11100010 11101010
Octal 325 342 352

Shades and tints

Shades of #D5E2EA

#D5E2EA
(213,226,234)
#C2CED5
(194,206,213)
#AFBAC0
(175,186,192)
#9CA6AB
(156,166,171)
#899296
(137,146,150)
#767E81
(118,126,129)
#636A6C
(99,106,108)
#505657
(80,86,87)
#3D4242
(61,66,66)
#2A2E2D
(42,46,45)
#171A18
(23,26,24)
#000000
(0,0,0)

Tints of #D5E2EA

#D5E2EA
(213,226,234)
#D8E4EB
(216,228,235)
#DBE6EC
(219,230,236)
#DEE8ED
(222,232,237)
#E1EAEE
(225,234,238)
#E4ECEF
(228,236,239)
#E7EEF0
(231,238,240)
#EAF0F1
(234,240,241)
#EDF2F2
(237,242,242)
#F0F4F3
(240,244,243)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E2EA; }

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

This text font color is #D5E2EA.

Background Color

.myBgColor { background-color: #D5E2EA; }

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

This div background color is #D5E2EA.

Border color

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

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

This div border color is #D5E2EA.

Opacity

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

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

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

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

This text has shadow with #D5E2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E2EA.

Preview

Color preview on black background

This text has color #D5E2EA on black background.


Color preview on white background

This text has color #D5E2EA on white background.


Black color preview on #D5E2EA background

This text has black color on #D5E2EA background.


White color preview on #D5E2EA background

This text has white color on #D5E2EA background.


Related colors

Complementary color

Complementary color for #hex is #2A1D15.


I love getcolorcode.com

Triadic colors

1 #EAD5E2 and #E2EAD5 with #D5E2EA are triadic colors.

2 #EAE2D5 and #E2D5EA with #D5E2EA are triadic colors.