COLOR #D7EEE7

HEX: #D7EEE7
RGB: (215,238,231)

Color info

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

RGB color model

#D7EEE7 color RGB value is (215,238,231).

  • red value is 215;
  • green value is 238;
  • blue value is 231.
RGB:
(215,238,231)
(84%,93%,91%)

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 231 of 255 = 91%

215
238
231

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

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 231 = 684 (100%)
R 215 of 684 ~ 31.43%
G 238 of 684 ~ 34.8%
B 231 of 684 ~ 33.77%

%31.43
%34.8
%33.77

CMYK color model

#D7EEE7 color CMYK value is (10,0,3,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 2.94%
  • key color value is 6.67%
CMYK:
(10,0,3,7)
C10M0Y3K7 
(10%,0%,3%,7%)
(0.10/0.00/0.03/0.07)	

CMYK percentages

%9.66
%0
%2.94
%6.67

Codes

Color #D7EEE7 in popluar color models

D7EEE7
RGB215238231
HSL162°40.35%88.82%
HSB/HSV162°9.66%93.33%
CMYK9.66%0.00%2.94%
6.67%

Color #D7EEE7 in popluar number systems.

HEXD7EEE7
Decimal215238231
Binary110101111110111011100111
Octal327356347

Shades and tints

Shades of #D7EEE7

#D7EEE7
(215,238,231)
#C4D9D2
(196,217,210)
#B1C4BD
(177,196,189)
#9EAFA8
(158,175,168)
#8B9A93
(139,154,147)
#78857E
(120,133,126)
#657069
(101,112,105)
#525B54
(82,91,84)
#3F463F
(63,70,63)
#2C312A
(44,49,42)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #D7EEE7

#D7EEE7
(215,238,231)
#DAEFE9
(218,239,233)
#DDF0EB
(221,240,235)
#E0F1ED
(224,241,237)
#E3F2EF
(227,242,239)
#E6F3F1
(230,243,241)
#E9F4F3
(233,244,243)
#ECF5F5
(236,245,245)
#EFF6F7
(239,246,247)
#F2F7F9
(242,247,249)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EEE7 color. Also use rgb(215,238,231) instead hex code.

Text Font Color

.myTextColor { color: #D7EEE7; }

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

This text font color is #D7EEE7.


Background Color

.myBgColor { background-color: #D7EEE7; }

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

This div background color is #D7EEE7.


Border color

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

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

This div border color is #D7EEE7.


Opacity

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

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

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

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

This text has shadow with #D7EEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEE7 on black background.


Color preview on white background

This text has color #D7EEE7 on white background.



Black color preview on #D7EEE7 background

This text has black color on #D7EEE7 background.


White color preview on #D7EEE7 background

This text has white color on #D7EEE7 background.