COLOR #D7E9E3

HEX: #D7E9E3
RGB: (215,233,227)

Color info

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

RGB color model

#D7E9E3 color RGB value is (215,233,227).

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

RGB channels and saturation

R 215 of 255 = 84%
G 233 of 255 = 91%
B 227 of 255 = 89%

215
233
227

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

Portions of RGB colors in percentages

R + G + B =
215 + 233 + 227 = 675 (100%)
R 215 of 675 ~ 31.85%
G 233 of 675 ~ 34.52%
B 227 of 675 ~ 33.63%

%31.85
%34.52
%33.63

CMYK color model

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

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 2.58%
  • key color value is 8.63%
CMYK:
(8,0,3,9)
C8M0Y3K9 
(8%,0%,3%,9%)
(0.08/0.00/0.03/0.09)	

CMYK percentages

%7.73
%0
%2.58
%8.63

Codes

Color #D7E9E3 in popluar color models

D7E9E3
RGB215233227
HSL160°29.03%87.84%
HSB/HSV160°7.73%91.37%
CMYK7.73%0.00%2.58%
8.63%

Color #D7E9E3 in popluar number systems.

HEXD7E9E3
Decimal215233227
Binary110101111110100111100011
Octal327351343

Shades and tints

Shades of #D7E9E3

#D7E9E3
(215,233,227)
#C4D4CF
(196,212,207)
#B1BFBB
(177,191,187)
#9EAAA7
(158,170,167)
#8B9593
(139,149,147)
#78807F
(120,128,127)
#656B6B
(101,107,107)
#525657
(82,86,87)
#3F4143
(63,65,67)
#2C2C2F
(44,44,47)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #D7E9E3

#D7E9E3
(215,233,227)
#DAEBE5
(218,235,229)
#DDEDE7
(221,237,231)
#E0EFE9
(224,239,233)
#E3F1EB
(227,241,235)
#E6F3ED
(230,243,237)
#E9F5EF
(233,245,239)
#ECF7F1
(236,247,241)
#EFF9F3
(239,249,243)
#F2FBF5
(242,251,245)
#F5FDF7
(245,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E9E3; }

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

This text font color is #D7E9E3.


Background Color

.myBgColor { background-color: #D7E9E3; }

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

This div background color is #D7E9E3.


Border color

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

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

This div border color is #D7E9E3.


Opacity

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

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

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

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

This text has shadow with #D7E9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E9E3 on black background.


Color preview on white background

This text has color #D7E9E3 on white background.



Black color preview on #D7E9E3 background

This text has black color on #D7E9E3 background.


White color preview on #D7E9E3 background

This text has white color on #D7E9E3 background.