COLOR #D5E9EA

HEX: #D5E9EA
RGB: (213,233,234)

Color info

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

RGB color model

#D5E9EA color RGB value is (213,233,234).

  • red value is 213;
  • green value is 233;
  • blue value is 234.
RGB:
(213,233,234)
(84%,91%,92%)

RGB channels and saturation

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

213
233
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 234 = 680 (100%)
R 213 of 680 ~ 31.32%
G 233 of 680 ~ 34.26%
B 234 of 680 ~ 34.41%

%31.32
%34.26
%34.41

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,0,0,8)
C9M0Y0K8 
(9%,0%,0%,8%)
(0.09/0.00/0.00/0.08)	

CMYK percentages

%8.97
%0.43
%0
%8.24

Codes

Color #D5E9EA in popluar color models

D5E9EA
RGB213233234
HSL183°33.33%87.65%
HSB/HSV183°8.97%91.76%
CMYK8.97%0.43%0.00%
8.24%

Color #D5E9EA in popluar number systems.

HEXD5E9EA
Decimal213233234
Binary110101011110100111101010
Octal325351352

Shades and tints

Shades of #D5E9EA

#D5E9EA
(213,233,234)
#C2D4D5
(194,212,213)
#AFBFC0
(175,191,192)
#9CAAAB
(156,170,171)
#899596
(137,149,150)
#768081
(118,128,129)
#636B6C
(99,107,108)
#505657
(80,86,87)
#3D4142
(61,65,66)
#2A2C2D
(42,44,45)
#171718
(23,23,24)
#000000
(0,0,0)

Tints of #D5E9EA

#D5E9EA
(213,233,234)
#D8EBEB
(216,235,235)
#DBEDEC
(219,237,236)
#DEEFED
(222,239,237)
#E1F1EE
(225,241,238)
#E4F3EF
(228,243,239)
#E7F5F0
(231,245,240)
#EAF7F1
(234,247,241)
#EDF9F2
(237,249,242)
#F0FBF3
(240,251,243)
#F3FDF4
(243,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E9EA; }

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

This text font color is #D5E9EA.


Background Color

.myBgColor { background-color: #D5E9EA; }

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

This div background color is #D5E9EA.


Border color

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

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

This div border color is #D5E9EA.


Opacity

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

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

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

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

This text has shadow with #D5E9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9EA on black background.


Color preview on white background

This text has color #D5E9EA on white background.



Black color preview on #D5E9EA background

This text has black color on #D5E9EA background.


White color preview on #D5E9EA background

This text has white color on #D5E9EA background.