COLOR #D7EFDA

HEX: #D7EFDA
RGB: (215,239,218)

Color info

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

RGB color model

#D7EFDA color RGB value is (215,239,218).

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

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 218 of 255 = 85%

215
239
218

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

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 218 = 672 (100%)
R 215 of 672 ~ 31.99%
G 239 of 672 ~ 35.57%
B 218 of 672 ~ 32.44%

%31.99
%35.57
%32.44

CMYK color model

#D7EFDA color CMYK value is (10,0,9,6).

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 8.79%
  • key color value is 6.27%
CMYK:
(10,0,9,6)
C10M0Y9K6 
(10%,0%,9%,6%)
(0.10/0.00/0.09/0.06)	

CMYK percentages

%10.04
%0
%8.79
%6.27

Codes

Color #D7EFDA in popluar color models

D7EFDA
RGB215239218
HSL128°42.86%89.02%
HSB/HSV128°10.04%93.73%
CMYK10.04%0.00%8.79%
6.27%

Color #D7EFDA in popluar number systems.

HEXD7EFDA
Decimal215239218
Binary110101111110111111011010
Octal327357332

Shades and tints

Shades of #D7EFDA

#D7EFDA
(215,239,218)
#C4DAC7
(196,218,199)
#B1C5B4
(177,197,180)
#9EB0A1
(158,176,161)
#8B9B8E
(139,155,142)
#78867B
(120,134,123)
#657168
(101,113,104)
#525C55
(82,92,85)
#3F4742
(63,71,66)
#2C322F
(44,50,47)
#191D1C
(25,29,28)
#000000
(0,0,0)

Tints of #D7EFDA

#D7EFDA
(215,239,218)
#DAF0DD
(218,240,221)
#DDF1E0
(221,241,224)
#E0F2E3
(224,242,227)
#E3F3E6
(227,243,230)
#E6F4E9
(230,244,233)
#E9F5EC
(233,245,236)
#ECF6EF
(236,246,239)
#EFF7F2
(239,247,242)
#F2F8F5
(242,248,245)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFDA; }

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

This text font color is #D7EFDA.


Background Color

.myBgColor { background-color: #D7EFDA; }

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

This div background color is #D7EFDA.


Border color

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

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

This div border color is #D7EFDA.


Opacity

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

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

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

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

This text has shadow with #D7EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFDA on black background.


Color preview on white background

This text has color #D7EFDA on white background.



Black color preview on #D7EFDA background

This text has black color on #D7EFDA background.


White color preview on #D7EFDA background

This text has white color on #D7EFDA background.