COLOR #D6EDC7

HEX: #D6EDC7 RGB: (214,237,199)

Color info

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

RGB color model

#D6EDC7 color RGB value is (214,237,199).

RGB: (214,237,199) (84%, 93%, 78%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 199 of 255 = 78%

214
237
199

R + G + B ~ 85%. #D6EDC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 214 + 237 + 199 = 650 (100%)
R 214 of 650 ~ 32.92%
G 237 of 650 ~ 36.46%
B 199 of 650 ~ 30.62'%

%32.92
%36.46
%30.62

CMYK color model

#D6EDC7 color CMYK value is (10,0,16,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 16.03%
  • key color value is 7.06%
CMYK: (10,0,16,7) C10M0Y16K7 (10%,0%,16%,7%) (0.10/0.00/0.16/0.07) 

CMYK percentages

%9.7
%0
%16.03
%7.06

Codes

Color #D6EDC7 in popluar color models

D6 ED C7
RGB 214 237 199
HSL 96° 51.35% 85.49%
HSB/HSV 96° 16.03% 92.94%
CMYK 9.70% 0.00% 16.03%
7.06%

Color #D6EDC7 in popluar number systems.

HEX D6 ED C7
Decimal 214 237 199
Binary 11010110 11101101 11000111
Octal 326 355 307

Shades and tints

Shades of #D6EDC7

#D6EDC7
(214,237,199)
#C3D8B5
(195,216,181)
#B0C3A3
(176,195,163)
#9DAE91
(157,174,145)
#8A997F
(138,153,127)
#77846D
(119,132,109)
#646F5B
(100,111,91)
#515A49
(81,90,73)
#3E4537
(62,69,55)
#2B3025
(43,48,37)
#181B13
(24,27,19)
#000000
(0,0,0)

Tints of #D6EDC7

#D6EDC7
(214,237,199)
#D9EECC
(217,238,204)
#DCEFD1
(220,239,209)
#DFF0D6
(223,240,214)
#E2F1DB
(226,241,219)
#E5F2E0
(229,242,224)
#E8F3E5
(232,243,229)
#EBF4EA
(235,244,234)
#EEF5EF
(238,245,239)
#F1F6F4
(241,246,244)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDC7; }

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

This text font color is #D6EDC7.

Background Color

.myBgColor { background-color: #D6EDC7; }

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

This div background color is #D6EDC7.

Border color

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

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

This div border color is #D6EDC7.

Opacity

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

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

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

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

This text has shadow with #D6EDC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EDC7.

Preview

Color preview on black background

This text has color #D6EDC7 on black background.


Color preview on white background

This text has color #D6EDC7 on white background.


Black color preview on #D6EDC7 background

This text has black color on #D6EDC7 background.


White color preview on #D6EDC7 background

This text has white color on #D6EDC7 background.


Related colors

Complementary color

Complementary color for #hex is #291238.


I love getcolorcode.com

Triadic colors

1 #C7D6ED and #EDC7D6 with #D6EDC7 are triadic colors.

2 #C7EDD6 and #EDD6C7 with #D6EDC7 are triadic colors.