COLOR #D7E5E0

HEX: #D7E5E0
RGB: (215,229,224)

Color info

#D7E5E0 contains red, green and blue colors in about the same proportion. Web safe color of #D7E5E0 is #CCCCCC (or #CCC).

RGB color model

#D7E5E0 color RGB value is (215,229,224).

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

RGB channels and saturation

R 215 of 255 = 84%
G 229 of 255 = 90%
B 224 of 255 = 88%

215
229
224

R + G + B ~ 87%. #D7E5E0 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 229 + 224 = 668 (100%)
R 215 of 668 ~ 32.19%
G 229 of 668 ~ 34.28%
B 224 of 668 ~ 33.53%

%32.19
%34.28
%33.53

CMYK color model

#D7E5E0 color CMYK value is (6,0,2,10).

  • cyan value is 6.11%
  • magenta value is 0.00%
  • yellow value is 2.18%
  • key color value is 10.20%
CMYK:
(6,0,2,10)
C6M0Y2K10 
(6%,0%,2%,10%)
(0.06/0.00/0.02/0.10)	

CMYK percentages

%6.11
%0
%2.18
%10.2

Codes

Color #D7E5E0 in popluar color models

D7E5E0
RGB215229224
HSL159°21.21%87.06%
HSB/HSV159°6.11%89.80%
CMYK6.11%0.00%2.18%
10.20%

Color #D7E5E0 in popluar number systems.

HEXD7E5E0
Decimal215229224
Binary110101111110010111100000
Octal327345340

Shades and tints

Shades of #D7E5E0

#D7E5E0
(215,229,224)
#C4D1CC
(196,209,204)
#B1BDB8
(177,189,184)
#9EA9A4
(158,169,164)
#8B9590
(139,149,144)
#78817C
(120,129,124)
#656D68
(101,109,104)
#525954
(82,89,84)
#3F4540
(63,69,64)
#2C312C
(44,49,44)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7E5E0

#D7E5E0
(215,229,224)
#DAE7E2
(218,231,226)
#DDE9E4
(221,233,228)
#E0EBE6
(224,235,230)
#E3EDE8
(227,237,232)
#E6EFEA
(230,239,234)
#E9F1EC
(233,241,236)
#ECF3EE
(236,243,238)
#EFF5F0
(239,245,240)
#F2F7F2
(242,247,242)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E5E0; }

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

This text font color is #D7E5E0.


Background Color

.myBgColor { background-color: #D7E5E0; }

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

This div background color is #D7E5E0.


Border color

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

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

This div border color is #D7E5E0.


Opacity

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

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

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

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

This text has shadow with #D7E5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E5E0 on black background.


Color preview on white background

This text has color #D7E5E0 on white background.



Black color preview on #D7E5E0 background

This text has black color on #D7E5E0 background.


White color preview on #D7E5E0 background

This text has white color on #D7E5E0 background.