COLOR #D5EAE6

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

Color info

#D5EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #D5EAE6 is #CCFFCC (or #CFC).

RGB color model

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

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

RGB channels and saturation

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

213
234
230

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

Portions of RGB colors in percentages

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

%31.46
%34.56
%33.97

CMYK color model

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

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

CMYK percentages

%8.97
%0
%1.71
%8.24

Codes

Color #D5EAE6 in popluar color models

D5EAE6
RGB213234230
HSL169°33.33%87.65%
HSB/HSV169°8.97%91.76%
CMYK8.97%0.00%1.71%
8.24%

Color #D5EAE6 in popluar number systems.

HEXD5EAE6
Decimal213234230
Binary110101011110101011100110
Octal325352346

Shades and tints

Shades of #D5EAE6

#D5EAE6
(213,234,230)
#C2D5D2
(194,213,210)
#AFC0BE
(175,192,190)
#9CABAA
(156,171,170)
#899696
(137,150,150)
#768182
(118,129,130)
#636C6E
(99,108,110)
#50575A
(80,87,90)
#3D4246
(61,66,70)
#2A2D32
(42,45,50)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #D5EAE6

#D5EAE6
(213,234,230)
#D8EBE8
(216,235,232)
#DBECEA
(219,236,234)
#DEEDEC
(222,237,236)
#E1EEEE
(225,238,238)
#E4EFF0
(228,239,240)
#E7F0F2
(231,240,242)
#EAF1F4
(234,241,244)
#EDF2F6
(237,242,246)
#F0F3F8
(240,243,248)
#F3F4FA
(243,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAE6; }

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

This text font color is #D5EAE6.


Background Color

.myBgColor { background-color: #D5EAE6; }

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

This div background color is #D5EAE6.


Border color

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

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

This div border color is #D5EAE6.


Opacity

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

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

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

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

This text has shadow with #D5EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAE6 on black background.


Color preview on white background

This text has color #D5EAE6 on white background.



Black color preview on #D5EAE6 background

This text has black color on #D5EAE6 background.


White color preview on #D5EAE6 background

This text has white color on #D5EAE6 background.