COLOR #D7EFD6

HEX: #D7EFD6
RGB: (215,239,214)

Color info

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

RGB color model

#D7EFD6 color RGB value is (215,239,214).

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

RGB channels and saturation

R 215 of 255 = 84%
G 239 of 255 = 94%
B 214 of 255 = 84%

215
239
214

R + G + B ~ 87%. #D7EFD6 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 239 + 214 = 668 (100%)
R 215 of 668 ~ 32.19%
G 239 of 668 ~ 35.78%
B 214 of 668 ~ 32.04%

%32.19
%35.78
%32.04

CMYK color model

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

  • cyan value is 10.04%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(10,0,10,6)
C10M0Y10K6 
(10%,0%,10%,6%)
(0.10/0.00/0.10/0.06)	

CMYK percentages

%10.04
%0
%10.46
%6.27

Codes

Color #D7EFD6 in popluar color models

D7EFD6
RGB215239214
HSL118°43.86%88.82%
HSB/HSV118°10.46%93.73%
CMYK10.04%0.00%10.46%
6.27%

Color #D7EFD6 in popluar number systems.

HEXD7EFD6
Decimal215239214
Binary110101111110111111010110
Octal327357326

Shades and tints

Shades of #D7EFD6

#D7EFD6
(215,239,214)
#C4DAC3
(196,218,195)
#B1C5B0
(177,197,176)
#9EB09D
(158,176,157)
#8B9B8A
(139,155,138)
#788677
(120,134,119)
#657164
(101,113,100)
#525C51
(82,92,81)
#3F473E
(63,71,62)
#2C322B
(44,50,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7EFD6

#D7EFD6
(215,239,214)
#DAF0D9
(218,240,217)
#DDF1DC
(221,241,220)
#E0F2DF
(224,242,223)
#E3F3E2
(227,243,226)
#E6F4E5
(230,244,229)
#E9F5E8
(233,245,232)
#ECF6EB
(236,246,235)
#EFF7EE
(239,247,238)
#F2F8F1
(242,248,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EFD6; }

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

This text font color is #D7EFD6.


Background Color

.myBgColor { background-color: #D7EFD6; }

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

This div background color is #D7EFD6.


Border color

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

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

This div border color is #D7EFD6.


Opacity

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

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

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

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

This text has shadow with #D7EFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EFD6 on black background.


Color preview on white background

This text has color #D7EFD6 on white background.



Black color preview on #D7EFD6 background

This text has black color on #D7EFD6 background.


White color preview on #D7EFD6 background

This text has white color on #D7EFD6 background.