COLOR #D6ECCE

HEX: #D6ECCE
RGB: (214,236,206)

Color info

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

RGB color model

#D6ECCE color RGB value is (214,236,206).

  • red value is 214;
  • green value is 236;
  • blue value is 206.
RGB:
(214,236,206)
(84%,93%,81%)

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 206 of 255 = 81%

214
236
206

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

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 206 = 656 (100%)
R 214 of 656 ~ 32.62%
G 236 of 656 ~ 35.98%
B 206 of 656 ~ 31.4%

%32.62
%35.98
%31.4

CMYK color model

#D6ECCE color CMYK value is (9,0,13,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 12.71%
  • key color value is 7.45%
CMYK:
(9,0,13,7)
C9M0Y13K7 
(9%,0%,13%,7%)
(0.09/0.00/0.13/0.07)	

CMYK percentages

%9.32
%0
%12.71
%7.45

Codes

Color #D6ECCE in popluar color models

D6ECCE
RGB214236206
HSL104°44.12%86.67%
HSB/HSV104°12.71%92.55%
CMYK9.32%0.00%12.71%
7.45%

Color #D6ECCE in popluar number systems.

HEXD6ECCE
Decimal214236206
Binary110101101110110011001110
Octal326354316

Shades and tints

Shades of #D6ECCE

#D6ECCE
(214,236,206)
#C3D7BC
(195,215,188)
#B0C2AA
(176,194,170)
#9DAD98
(157,173,152)
#8A9886
(138,152,134)
#778374
(119,131,116)
#646E62
(100,110,98)
#515950
(81,89,80)
#3E443E
(62,68,62)
#2B2F2C
(43,47,44)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #D6ECCE

#D6ECCE
(214,236,206)
#D9EDD2
(217,237,210)
#DCEED6
(220,238,214)
#DFEFDA
(223,239,218)
#E2F0DE
(226,240,222)
#E5F1E2
(229,241,226)
#E8F2E6
(232,242,230)
#EBF3EA
(235,243,234)
#EEF4EE
(238,244,238)
#F1F5F2
(241,245,242)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6ECCE color. Also use rgb(214,236,206) instead hex code.

Text Font Color

.myTextColor { color: #D6ECCE; }

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

This text font color is #D6ECCE.


Background Color

.myBgColor { background-color: #D6ECCE; }

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

This div background color is #D6ECCE.


Border color

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

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

This div border color is #D6ECCE.


Opacity

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

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

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

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

This text has shadow with #D6ECCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECCE on black background.


Color preview on white background

This text has color #D6ECCE on white background.



Black color preview on #D6ECCE background

This text has black color on #D6ECCE background.


White color preview on #D6ECCE background

This text has white color on #D6ECCE background.