COLOR #D7EAE4

HEX: #D7EAE4
RGB: (215,234,228)

Color info

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

RGB color model

#D7EAE4 color RGB value is (215,234,228).

  • red value is 215;
  • green value is 234;
  • blue value is 228.
RGB:
(215,234,228)
(84%,92%,89%)

RGB channels and saturation

R 215 of 255 = 84%
G 234 of 255 = 92%
B 228 of 255 = 89%

215
234
228

R + G + B ~ 88%. #D7EAE4 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 234 + 228 = 677 (100%)
R 215 of 677 ~ 31.76%
G 234 of 677 ~ 34.56%
B 228 of 677 ~ 33.68%

%31.76
%34.56
%33.68

CMYK color model

#D7EAE4 color CMYK value is (8,0,3,8).

  • cyan value is 8.12%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 8.24%
CMYK:
(8,0,3,8)
C8M0Y3K8 
(8%,0%,3%,8%)
(0.08/0.00/0.03/0.08)	

CMYK percentages

%8.12
%0
%2.56
%8.24

Codes

Color #D7EAE4 in popluar color models

D7EAE4
RGB215234228
HSL161°31.15%88.04%
HSB/HSV161°8.12%91.76%
CMYK8.12%0.00%2.56%
8.24%

Color #D7EAE4 in popluar number systems.

HEXD7EAE4
Decimal215234228
Binary110101111110101011100100
Octal327352344

Shades and tints

Shades of #D7EAE4

#D7EAE4
(215,234,228)
#C4D5D0
(196,213,208)
#B1C0BC
(177,192,188)
#9EABA8
(158,171,168)
#8B9694
(139,150,148)
#788180
(120,129,128)
#656C6C
(101,108,108)
#525758
(82,87,88)
#3F4244
(63,66,68)
#2C2D30
(44,45,48)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7EAE4

#D7EAE4
(215,234,228)
#DAEBE6
(218,235,230)
#DDECE8
(221,236,232)
#E0EDEA
(224,237,234)
#E3EEEC
(227,238,236)
#E6EFEE
(230,239,238)
#E9F0F0
(233,240,240)
#ECF1F2
(236,241,242)
#EFF2F4
(239,242,244)
#F2F3F6
(242,243,246)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EAE4 color. Also use rgb(215,234,228) instead hex code.

Text Font Color

.myTextColor { color: #D7EAE4; }

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

This text font color is #D7EAE4.


Background Color

.myBgColor { background-color: #D7EAE4; }

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

This div background color is #D7EAE4.


Border color

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

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

This div border color is #D7EAE4.


Opacity

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

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

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

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

This text has shadow with #D7EAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EAE4 on black background.


Color preview on white background

This text has color #D7EAE4 on white background.



Black color preview on #D7EAE4 background

This text has black color on #D7EAE4 background.


White color preview on #D7EAE4 background

This text has white color on #D7EAE4 background.