COLOR #D6EDD0

HEX: #D6EDD0
RGB: (214,237,208)

Color info

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

RGB color model

#D6EDD0 color RGB value is (214,237,208).

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

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 208 of 255 = 82%

214
237
208

R + G + B ~ 86%. #D6EDD0 is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 237 + 208 = 659 (100%)
R 214 of 659 ~ 32.47%
G 237 of 659 ~ 35.96%
B 208 of 659 ~ 31.56%

%32.47
%35.96
%31.56

CMYK color model

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

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 12.24%
  • key color value is 7.06%
CMYK:
(10,0,12,7)
C10M0Y12K7 
(10%,0%,12%,7%)
(0.10/0.00/0.12/0.07)	

CMYK percentages

%9.7
%0
%12.24
%7.06

Codes

Color #D6EDD0 in popluar color models

D6EDD0
RGB214237208
HSL108°44.62%87.25%
HSB/HSV108°12.24%92.94%
CMYK9.70%0.00%12.24%
7.06%

Color #D6EDD0 in popluar number systems.

HEXD6EDD0
Decimal214237208
Binary110101101110110111010000
Octal326355320

Shades and tints

Shades of #D6EDD0

#D6EDD0
(214,237,208)
#C3D8BE
(195,216,190)
#B0C3AC
(176,195,172)
#9DAE9A
(157,174,154)
#8A9988
(138,153,136)
#778476
(119,132,118)
#646F64
(100,111,100)
#515A52
(81,90,82)
#3E4540
(62,69,64)
#2B302E
(43,48,46)
#181B1C
(24,27,28)
#000000
(0,0,0)

Tints of #D6EDD0

#D6EDD0
(214,237,208)
#D9EED4
(217,238,212)
#DCEFD8
(220,239,216)
#DFF0DC
(223,240,220)
#E2F1E0
(226,241,224)
#E5F2E4
(229,242,228)
#E8F3E8
(232,243,232)
#EBF4EC
(235,244,236)
#EEF5F0
(238,245,240)
#F1F6F4
(241,246,244)
#F4F7F8
(244,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDD0; }

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

This text font color is #D6EDD0.


Background Color

.myBgColor { background-color: #D6EDD0; }

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

This div background color is #D6EDD0.


Border color

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

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

This div border color is #D6EDD0.


Opacity

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

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

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

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

This text has shadow with #D6EDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EDD0 on black background.


Color preview on white background

This text has color #D6EDD0 on white background.



Black color preview on #D6EDD0 background

This text has black color on #D6EDD0 background.


White color preview on #D6EDD0 background

This text has white color on #D6EDD0 background.