COLOR #D5EAE7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

213
234
231

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

Portions of RGB colors in percentages

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

%31.42
%34.51
%34.07

CMYK color model

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

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

CMYK percentages

%8.97
%0
%1.28
%8.24

Codes

Color #D5EAE7 in popluar color models

D5EAE7
RGB213234231
HSL171°33.33%87.65%
HSB/HSV171°8.97%91.76%
CMYK8.97%0.00%1.28%
8.24%

Color #D5EAE7 in popluar number systems.

HEXD5EAE7
Decimal213234231
Binary110101011110101011100111
Octal325352347

Shades and tints

Shades of #D5EAE7

#D5EAE7
(213,234,231)
#C2D5D2
(194,213,210)
#AFC0BD
(175,192,189)
#9CABA8
(156,171,168)
#899693
(137,150,147)
#76817E
(118,129,126)
#636C69
(99,108,105)
#505754
(80,87,84)
#3D423F
(61,66,63)
#2A2D2A
(42,45,42)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5EAE7

#D5EAE7
(213,234,231)
#D8EBE9
(216,235,233)
#DBECEB
(219,236,235)
#DEEDED
(222,237,237)
#E1EEEF
(225,238,239)
#E4EFF1
(228,239,241)
#E7F0F3
(231,240,243)
#EAF1F5
(234,241,245)
#EDF2F7
(237,242,247)
#F0F3F9
(240,243,249)
#F3F4FB
(243,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAE7; }

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

This text font color is #D5EAE7.


Background Color

.myBgColor { background-color: #D5EAE7; }

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

This div background color is #D5EAE7.


Border color

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

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

This div border color is #D5EAE7.


Opacity

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

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

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

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

This text has shadow with #D5EAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAE7 on black background.


Color preview on white background

This text has color #D5EAE7 on white background.



Black color preview on #D5EAE7 background

This text has black color on #D5EAE7 background.


White color preview on #D5EAE7 background

This text has white color on #D5EAE7 background.