COLOR #D5E7EA

HEX: #D5E7EA RGB: (213,231,234)

Color info

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

RGB color model

#D5E7EA color RGB value is (213,231,234).

RGB: (213,231,234) (84%, 91%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 231 of 255 = 91%
B 234 of 255 = 92%

213
231
234

R + G + B ~ 89%. #D5E7EA is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 231 + 234 = 678 (100%)
R 213 of 678 ~ 31.42%
G 231 of 678 ~ 34.07%
B 234 of 678 ~ 34.51'%

%31.42
%34.07
%34.51

CMYK color model

#D5E7EA color CMYK value is (9,1,0,8).

  • cyan value is 8.97%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (9,1,0,8) C9M1Y0K8 (9%,1%,0%,8%) (0.09/0.01/0.00/0.08) 

CMYK percentages

%8.97
%1.28
%0
%8.24

Codes

Color #D5E7EA in popluar color models

D5 E7 EA
RGB 213 231 234
HSL 189° 33.33% 87.65%
HSB/HSV 189° 8.97% 91.76%
CMYK 8.97% 1.28% 0.00%
8.24%

Color #D5E7EA in popluar number systems.

HEX D5 E7 EA
Decimal 213 231 234
Binary 11010101 11100111 11101010
Octal 325 347 352

Shades and tints

Shades of #D5E7EA

#D5E7EA
(213,231,234)
#C2D2D5
(194,210,213)
#AFBDC0
(175,189,192)
#9CA8AB
(156,168,171)
#899396
(137,147,150)
#767E81
(118,126,129)
#63696C
(99,105,108)
#505457
(80,84,87)
#3D3F42
(61,63,66)
#2A2A2D
(42,42,45)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #D5E7EA

#D5E7EA
(213,231,234)
#D8E9EB
(216,233,235)
#DBEBEC
(219,235,236)
#DEEDED
(222,237,237)
#E1EFEE
(225,239,238)
#E4F1EF
(228,241,239)
#E7F3F0
(231,243,240)
#EAF5F1
(234,245,241)
#EDF7F2
(237,247,242)
#F0F9F3
(240,249,243)
#F3FBF4
(243,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E7EA; }

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

This text font color is #D5E7EA.

Background Color

.myBgColor { background-color: #D5E7EA; }

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

This div background color is #D5E7EA.

Border color

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

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

This div border color is #D5E7EA.

Opacity

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

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

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

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

This text has shadow with #D5E7EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E7EA.

Preview

Color preview on black background

This text has color #D5E7EA on black background.


Color preview on white background

This text has color #D5E7EA on white background.


Black color preview on #D5E7EA background

This text has black color on #D5E7EA background.


White color preview on #D5E7EA background

This text has white color on #D5E7EA background.


Related colors

Complementary color

Complementary color for #hex is #2A1815.


I love getcolorcode.com

Triadic colors

1 #EAD5E7 and #E7EAD5 with #D5E7EA are triadic colors.

2 #EAE7D5 and #E7D5EA with #D5E7EA are triadic colors.