COLOR #D7EEDD

HEX: #D7EEDD
RGB: (215,238,221)

Color info

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

RGB color model

#D7EEDD color RGB value is (215,238,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 221 of 255 = 87%

215
238
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 221 = 674 (100%)
R 215 of 674 ~ 31.9%
G 238 of 674 ~ 35.31%
B 221 of 674 ~ 32.79%

%31.9
%35.31
%32.79

CMYK color model

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

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 6.67%
CMYK:
(10,0,7,7)
C10M0Y7K7 
(10%,0%,7%,7%)
(0.10/0.00/0.07/0.07)	

CMYK percentages

%9.66
%0
%7.14
%6.67

Codes

Color #D7EEDD in popluar color models

D7EEDD
RGB215238221
HSL136°40.35%88.82%
HSB/HSV136°9.66%93.33%
CMYK9.66%0.00%7.14%
6.67%

Color #D7EEDD in popluar number systems.

HEXD7EEDD
Decimal215238221
Binary110101111110111011011101
Octal327356335

Shades and tints

Shades of #D7EEDD

#D7EEDD
(215,238,221)
#C4D9C9
(196,217,201)
#B1C4B5
(177,196,181)
#9EAFA1
(158,175,161)
#8B9A8D
(139,154,141)
#788579
(120,133,121)
#657065
(101,112,101)
#525B51
(82,91,81)
#3F463D
(63,70,61)
#2C3129
(44,49,41)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #D7EEDD

#D7EEDD
(215,238,221)
#DAEFE0
(218,239,224)
#DDF0E3
(221,240,227)
#E0F1E6
(224,241,230)
#E3F2E9
(227,242,233)
#E6F3EC
(230,243,236)
#E9F4EF
(233,244,239)
#ECF5F2
(236,245,242)
#EFF6F5
(239,246,245)
#F2F7F8
(242,247,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEDD; }

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

This text font color is #D7EEDD.


Background Color

.myBgColor { background-color: #D7EEDD; }

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

This div background color is #D7EEDD.


Border color

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

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

This div border color is #D7EEDD.


Opacity

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

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

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

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

This text has shadow with #D7EEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEDD on black background.


Color preview on white background

This text has color #D7EEDD on white background.



Black color preview on #D7EEDD background

This text has black color on #D7EEDD background.


White color preview on #D7EEDD background

This text has white color on #D7EEDD background.