COLOR #D5E6EA

HEX: #D5E6EA
RGB: (213,230,234)

Color info

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

RGB color model

#D5E6EA color RGB value is (213,230,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 230 of 255 = 90%
B 234 of 255 = 92%

213
230
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 230 + 234 = 677 (100%)
R 213 of 677 ~ 31.46%
G 230 of 677 ~ 33.97%
B 234 of 677 ~ 34.56%

%31.46
%33.97
%34.56

CMYK color model

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

  • cyan value is 8.97%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,2,0,8)
C9M2Y0K8 
(9%,2%,0%,8%)
(0.09/0.02/0.00/0.08)	

CMYK percentages

%8.97
%1.71
%0
%8.24

Codes

Color #D5E6EA in popluar color models

D5E6EA
RGB213230234
HSL191°33.33%87.65%
HSB/HSV191°8.97%91.76%
CMYK8.97%1.71%0.00%
8.24%

Color #D5E6EA in popluar number systems.

HEXD5E6EA
Decimal213230234
Binary110101011110011011101010
Octal325346352

Shades and tints

Shades of #D5E6EA

#D5E6EA
(213,230,234)
#C2D2D5
(194,210,213)
#AFBEC0
(175,190,192)
#9CAAAB
(156,170,171)
#899696
(137,150,150)
#768281
(118,130,129)
#636E6C
(99,110,108)
#505A57
(80,90,87)
#3D4642
(61,70,66)
#2A322D
(42,50,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #D5E6EA

#D5E6EA
(213,230,234)
#D8E8EB
(216,232,235)
#DBEAEC
(219,234,236)
#DEECED
(222,236,237)
#E1EEEE
(225,238,238)
#E4F0EF
(228,240,239)
#E7F2F0
(231,242,240)
#EAF4F1
(234,244,241)
#EDF6F2
(237,246,242)
#F0F8F3
(240,248,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E6EA; }

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

This text font color is #D5E6EA.


Background Color

.myBgColor { background-color: #D5E6EA; }

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

This div background color is #D5E6EA.


Border color

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

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

This div border color is #D5E6EA.


Opacity

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

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

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

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

This text has shadow with #D5E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E6EA on black background.


Color preview on white background

This text has color #D5E6EA on white background.



Black color preview on #D5E6EA background

This text has black color on #D5E6EA background.


White color preview on #D5E6EA background

This text has white color on #D5E6EA background.