COLOR #D6EDD9

HEX: #D6EDD9
RGB: (214,237,217)

Color info

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

RGB color model

#D6EDD9 color RGB value is (214,237,217).

  • red value is 214;
  • green value is 237;
  • blue value is 217.
RGB:
(214,237,217)
(84%,93%,85%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 217 of 255 = 85%

214
237
217

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

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 217 = 668 (100%)
R 214 of 668 ~ 32.04%
G 237 of 668 ~ 35.48%
B 217 of 668 ~ 32.49%

%32.04
%35.48
%32.49

CMYK color model

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

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 8.44%
  • key color value is 7.06%
CMYK:
(10,0,8,7)
C10M0Y8K7 
(10%,0%,8%,7%)
(0.10/0.00/0.08/0.07)	

CMYK percentages

%9.7
%0
%8.44
%7.06

Codes

Color #D6EDD9 in popluar color models

D6EDD9
RGB214237217
HSL128°38.98%88.43%
HSB/HSV128°9.70%92.94%
CMYK9.70%0.00%8.44%
7.06%

Color #D6EDD9 in popluar number systems.

HEXD6EDD9
Decimal214237217
Binary110101101110110111011001
Octal326355331

Shades and tints

Shades of #D6EDD9

#D6EDD9
(214,237,217)
#C3D8C6
(195,216,198)
#B0C3B3
(176,195,179)
#9DAEA0
(157,174,160)
#8A998D
(138,153,141)
#77847A
(119,132,122)
#646F67
(100,111,103)
#515A54
(81,90,84)
#3E4541
(62,69,65)
#2B302E
(43,48,46)
#181B1B
(24,27,27)
#000000
(0,0,0)

Tints of #D6EDD9

#D6EDD9
(214,237,217)
#D9EEDC
(217,238,220)
#DCEFDF
(220,239,223)
#DFF0E2
(223,240,226)
#E2F1E5
(226,241,229)
#E5F2E8
(229,242,232)
#E8F3EB
(232,243,235)
#EBF4EE
(235,244,238)
#EEF5F1
(238,245,241)
#F1F6F4
(241,246,244)
#F4F7F7
(244,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6EDD9 color. Also use rgb(214,237,217) instead hex code.

Text Font Color

.myTextColor { color: #D6EDD9; }

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

This text font color is #D6EDD9.


Background Color

.myBgColor { background-color: #D6EDD9; }

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

This div background color is #D6EDD9.


Border color

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

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

This div border color is #D6EDD9.


Opacity

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

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

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

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

This text has shadow with #D6EDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDD9 on black background.


Color preview on white background

This text has color #D6EDD9 on white background.



Black color preview on #D6EDD9 background

This text has black color on #D6EDD9 background.


White color preview on #D6EDD9 background

This text has white color on #D6EDD9 background.