COLOR #D7EFDD

HEX: #D7EFDD
RGB: (215,239,221)

Color info

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

RGB color model

#D7EFDD color RGB value is (215,239,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 221 of 255 = 87%

215
239
221

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

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 221 = 675 (100%)
R 215 of 675 ~ 31.85%
G 239 of 675 ~ 35.41%
B 221 of 675 ~ 32.74%

%31.85
%35.41
%32.74

CMYK color model

#D7EFDD color CMYK value is (10,0,8,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 7.53%
  • key color value is 6.27%
CMYK:
(10,0,8,6)
C10M0Y8K6 
(10%,0%,8%,6%)
(0.10/0.00/0.08/0.06)	

CMYK percentages

%10.04
%0
%7.53
%6.27

Codes

Color #D7EFDD in popluar color models

D7EFDD
RGB215239221
HSL135°42.86%89.02%
HSB/HSV135°10.04%93.73%
CMYK10.04%0.00%7.53%
6.27%

Color #D7EFDD in popluar number systems.

HEXD7EFDD
Decimal215239221
Binary110101111110111111011101
Octal327357335

Shades and tints

Shades of #D7EFDD

#D7EFDD
(215,239,221)
#C4DAC9
(196,218,201)
#B1C5B5
(177,197,181)
#9EB0A1
(158,176,161)
#8B9B8D
(139,155,141)
#788679
(120,134,121)
#657165
(101,113,101)
#525C51
(82,92,81)
#3F473D
(63,71,61)
#2C3229
(44,50,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #D7EFDD

#D7EFDD
(215,239,221)
#DAF0E0
(218,240,224)
#DDF1E3
(221,241,227)
#E0F2E6
(224,242,230)
#E3F3E9
(227,243,233)
#E6F4EC
(230,244,236)
#E9F5EF
(233,245,239)
#ECF6F2
(236,246,242)
#EFF7F5
(239,247,245)
#F2F8F8
(242,248,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFDD; }

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

This text font color is #D7EFDD.


Background Color

.myBgColor { background-color: #D7EFDD; }

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

This div background color is #D7EFDD.


Border color

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

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

This div border color is #D7EFDD.


Opacity

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

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

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

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

This text has shadow with #D7EFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFDD on black background.


Color preview on white background

This text has color #D7EFDD on white background.



Black color preview on #D7EFDD background

This text has black color on #D7EFDD background.


White color preview on #D7EFDD background

This text has white color on #D7EFDD background.