COLOR #D5E4EB

HEX: #D5E4EB RGB: (213,228,235)

Color info

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

RGB color model

#D5E4EB color RGB value is (213,228,235).

RGB: (213,228,235) (84%, 89%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 228 of 255 = 89%
B 235 of 255 = 92%

213
228
235

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

Portions of RGB colors in percentages

R + G + B = 213 + 228 + 235 = 676 (100%)
R 213 of 676 ~ 31.51%
G 228 of 676 ~ 33.73%
B 235 of 676 ~ 34.76'%

%31.51
%33.73
%34.76

CMYK color model

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

  • cyan value is 9.36%
  • magenta value is 2.98%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (9,3,0,8) C9M3Y0K8 (9%,3%,0%,8%) (0.09/0.03/0.00/0.08) 

CMYK percentages

%9.36
%2.98
%0
%7.84

Codes

Color #D5E4EB in popluar color models

D5 E4 EB
RGB 213 228 235
HSL 199° 35.48% 87.84%
HSB/HSV 199° 9.36% 92.16%
CMYK 9.36% 2.98% 0.00%
7.84%

Color #D5E4EB in popluar number systems.

HEX D5 E4 EB
Decimal 213 228 235
Binary 11010101 11100100 11101011
Octal 325 344 353

Shades and tints

Shades of #D5E4EB

#D5E4EB
(213,228,235)
#C2D0D6
(194,208,214)
#AFBCC1
(175,188,193)
#9CA8AC
(156,168,172)
#899497
(137,148,151)
#768082
(118,128,130)
#636C6D
(99,108,109)
#505858
(80,88,88)
#3D4443
(61,68,67)
#2A302E
(42,48,46)
#171C19
(23,28,25)
#000000
(0,0,0)

Tints of #D5E4EB

#D5E4EB
(213,228,235)
#D8E6EC
(216,230,236)
#DBE8ED
(219,232,237)
#DEEAEE
(222,234,238)
#E1ECEF
(225,236,239)
#E4EEF0
(228,238,240)
#E7F0F1
(231,240,241)
#EAF2F2
(234,242,242)
#EDF4F3
(237,244,243)
#F0F6F4
(240,246,244)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E4EB color. Also use rgb(213,228,235) instead hex code.

Text Font Color

.myTextColor { color: #D5E4EB; }

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

This text font color is #D5E4EB.

Background Color

.myBgColor { background-color: #D5E4EB; }

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

This div background color is #D5E4EB.

Border color

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

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

This div border color is #D5E4EB.

Opacity

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

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

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

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

This text has shadow with #D5E4EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E4EB.

Preview

Color preview on black background

This text has color #D5E4EB on black background.


Color preview on white background

This text has color #D5E4EB on white background.


Black color preview on #D5E4EB background

This text has black color on #D5E4EB background.


White color preview on #D5E4EB background

This text has white color on #D5E4EB background.


Related colors

Complementary color

Complementary color for #hex is #2A1B14.


I love getcolorcode.com

Triadic colors

1 #EBD5E4 and #E4EBD5 with #D5E4EB are triadic colors.

2 #EBE4D5 and #E4D5EB with #D5E4EB are triadic colors.