COLOR #D4EAE7

HEX: #D4EAE7
RGB: (212,234,231)

Color info

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

RGB color model

#D4EAE7 color RGB value is (212,234,231).

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

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 231 of 255 = 91%

212
234
231

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

Portions of RGB colors in percentages

R + G + B =
212 + 234 + 231 = 677 (100%)
R 212 of 677 ~ 31.31%
G 234 of 677 ~ 34.56%
B 231 of 677 ~ 34.12%

%31.31
%34.56
%34.12

CMYK color model

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

  • cyan value is 9.40%
  • 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

%9.4
%0
%1.28
%8.24

Codes

Color #D4EAE7 in popluar color models

D4EAE7
RGB212234231
HSL172°34.38%87.45%
HSB/HSV172°9.40%91.76%
CMYK9.40%0.00%1.28%
8.24%

Color #D4EAE7 in popluar number systems.

HEXD4EAE7
Decimal212234231
Binary110101001110101011100111
Octal324352347

Shades and tints

Shades of #D4EAE7

#D4EAE7
(212,234,231)
#C1D5D2
(193,213,210)
#AEC0BD
(174,192,189)
#9BABA8
(155,171,168)
#889693
(136,150,147)
#75817E
(117,129,126)
#626C69
(98,108,105)
#4F5754
(79,87,84)
#3C423F
(60,66,63)
#292D2A
(41,45,42)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #D4EAE7

#D4EAE7
(212,234,231)
#D7EBE9
(215,235,233)
#DAECEB
(218,236,235)
#DDEDED
(221,237,237)
#E0EEEF
(224,238,239)
#E3EFF1
(227,239,241)
#E6F0F3
(230,240,243)
#E9F1F5
(233,241,245)
#ECF2F7
(236,242,247)
#EFF3F9
(239,243,249)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4EAE7; }

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

This text font color is #D4EAE7.


Background Color

.myBgColor { background-color: #D4EAE7; }

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

This div background color is #D4EAE7.


Border color

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

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

This div border color is #D4EAE7.


Opacity

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

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

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

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

This text has shadow with #D4EAE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4EAE7 on black background.


Color preview on white background

This text has color #D4EAE7 on white background.



Black color preview on #D4EAE7 background

This text has black color on #D4EAE7 background.


White color preview on #D4EAE7 background

This text has white color on #D4EAE7 background.