COLOR #D7E9E0

HEX: #D7E9E0
RGB: (215,233,224)

Color info

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

RGB color model

#D7E9E0 color RGB value is (215,233,224).

  • red value is 215;
  • green value is 233;
  • blue value is 224.
RGB:
(215,233,224)
(84%,91%,88%)

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 224 of 255 = 88%

215
233
224

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 224 = 672 (100%)
R 215 of 672 ~ 31.99%
G 233 of 672 ~ 34.67%
B 224 of 672 ~ 33.33%

%31.99
%34.67
%33.33

CMYK color model

#D7E9E0 color CMYK value is (8,0,4,9).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 3.86%
  • key color value is 8.63%
CMYK:
(8,0,4,9)
C8M0Y4K9 
(8%,0%,4%,9%)
(0.08/0.00/0.04/0.09)	

CMYK percentages

%7.73
%0
%3.86
%8.63

Codes

Color #D7E9E0 in popluar color models

D7E9E0
RGB215233224
HSL150°29.03%87.84%
HSB/HSV150°7.73%91.37%
CMYK7.73%0.00%3.86%
8.63%

Color #D7E9E0 in popluar number systems.

HEXD7E9E0
Decimal215233224
Binary110101111110100111100000
Octal327351340

Shades and tints

Shades of #D7E9E0

#D7E9E0
(215,233,224)
#C4D4CC
(196,212,204)
#B1BFB8
(177,191,184)
#9EAAA4
(158,170,164)
#8B9590
(139,149,144)
#78807C
(120,128,124)
#656B68
(101,107,104)
#525654
(82,86,84)
#3F4140
(63,65,64)
#2C2C2C
(44,44,44)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7E9E0

#D7E9E0
(215,233,224)
#DAEBE2
(218,235,226)
#DDEDE4
(221,237,228)
#E0EFE6
(224,239,230)
#E3F1E8
(227,241,232)
#E6F3EA
(230,243,234)
#E9F5EC
(233,245,236)
#ECF7EE
(236,247,238)
#EFF9F0
(239,249,240)
#F2FBF2
(242,251,242)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E9E0 color. Also use rgb(215,233,224) instead hex code.

Text Font Color

.myTextColor { color: #D7E9E0; }

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

This text font color is #D7E9E0.


Background Color

.myBgColor { background-color: #D7E9E0; }

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

This div background color is #D7E9E0.


Border color

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

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

This div border color is #D7E9E0.


Opacity

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

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

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

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

This text has shadow with #D7E9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9E0 on black background.


Color preview on white background

This text has color #D7E9E0 on white background.



Black color preview on #D7E9E0 background

This text has black color on #D7E9E0 background.


White color preview on #D7E9E0 background

This text has white color on #D7E9E0 background.