COLOR #D6EDCC

HEX: #D6EDCC RGB: (214,237,204)

Color info

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

RGB color model

#D6EDCC color RGB value is (214,237,204).

RGB: (214,237,204) (84%, 93%, 80%)

RGB channels and saturation

R 214 of 255 = 84%
G 237 of 255 = 93%
B 204 of 255 = 80%

214
237
204

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

Portions of RGB colors in percentages

R + G + B = 214 + 237 + 204 = 655 (100%)
R 214 of 655 ~ 32.67%
G 237 of 655 ~ 36.18%
B 204 of 655 ~ 31.15'%

%32.67
%36.18
%31.15

CMYK color model

#D6EDCC color CMYK value is (10,0,14,7).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 7.06%
CMYK: (10,0,14,7) C10M0Y14K7 (10%,0%,14%,7%) (0.10/0.00/0.14/0.07) 

CMYK percentages

%9.7
%0
%13.92
%7.06

Codes

Color #D6EDCC in popluar color models

D6 ED CC
RGB 214 237 204
HSL 102° 47.83% 86.47%
HSB/HSV 102° 13.92% 92.94%
CMYK 9.70% 0.00% 13.92%
7.06%

Color #D6EDCC in popluar number systems.

HEX D6 ED CC
Decimal 214 237 204
Binary 11010110 11101101 11001100
Octal 326 355 314

Shades and tints

Shades of #D6EDCC

#D6EDCC
(214,237,204)
#C3D8BA
(195,216,186)
#B0C3A8
(176,195,168)
#9DAE96
(157,174,150)
#8A9984
(138,153,132)
#778472
(119,132,114)
#646F60
(100,111,96)
#515A4E
(81,90,78)
#3E453C
(62,69,60)
#2B302A
(43,48,42)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #D6EDCC

#D6EDCC
(214,237,204)
#D9EED0
(217,238,208)
#DCEFD4
(220,239,212)
#DFF0D8
(223,240,216)
#E2F1DC
(226,241,220)
#E5F2E0
(229,242,224)
#E8F3E4
(232,243,228)
#EBF4E8
(235,244,232)
#EEF5EC
(238,245,236)
#F1F6F0
(241,246,240)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EDCC; }

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

This text font color is #D6EDCC.

Background Color

.myBgColor { background-color: #D6EDCC; }

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

This div background color is #D6EDCC.

Border color

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

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

This div border color is #D6EDCC.

Opacity

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

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

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

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

This text has shadow with #D6EDCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EDCC.

Preview

Color preview on black background

This text has color #D6EDCC on black background.


Color preview on white background

This text has color #D6EDCC on white background.


Black color preview on #D6EDCC background

This text has black color on #D6EDCC background.


White color preview on #D6EDCC background

This text has white color on #D6EDCC background.


Related colors

Complementary color

Complementary color for #hex is #291233.


I love getcolorcode.com

Triadic colors

1 #CCD6ED and #EDCCD6 with #D6EDCC are triadic colors.

2 #CCEDD6 and #EDD6CC with #D6EDCC are triadic colors.