COLOR #D6ECB6

HEX: #D6ECB6
RGB: (214,236,182)

Color info

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

RGB color model

#D6ECB6 color RGB value is (214,236,182).

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

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 182 of 255 = 71%

214
236
182

R + G + B ~ 83%. #D6ECB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 182 = 632 (100%)
R 214 of 632 ~ 33.86%
G 236 of 632 ~ 37.34%
B 182 of 632 ~ 28.8%

%33.86
%37.34
%28.8

CMYK color model

#D6ECB6 color CMYK value is (9,0,23,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 22.88%
  • key color value is 7.45%
CMYK:
(9,0,23,7)
C9M0Y23K7 
(9%,0%,23%,7%)
(0.09/0.00/0.23/0.07)	

CMYK percentages

%9.32
%0
%22.88
%7.45

Codes

Color #D6ECB6 in popluar color models

D6ECB6
RGB214236182
HSL84°58.70%81.96%
HSB/HSV84°22.88%92.55%
CMYK9.32%0.00%22.88%
7.45%

Color #D6ECB6 in popluar number systems.

HEXD6ECB6
Decimal214236182
Binary110101101110110010110110
Octal326354266

Shades and tints

Shades of #D6ECB6

#D6ECB6
(214,236,182)
#C3D7A6
(195,215,166)
#B0C296
(176,194,150)
#9DAD86
(157,173,134)
#8A9876
(138,152,118)
#778366
(119,131,102)
#646E56
(100,110,86)
#515946
(81,89,70)
#3E4436
(62,68,54)
#2B2F26
(43,47,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #D6ECB6

#D6ECB6
(214,236,182)
#D9EDBC
(217,237,188)
#DCEEC2
(220,238,194)
#DFEFC8
(223,239,200)
#E2F0CE
(226,240,206)
#E5F1D4
(229,241,212)
#E8F2DA
(232,242,218)
#EBF3E0
(235,243,224)
#EEF4E6
(238,244,230)
#F1F5EC
(241,245,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECB6; }

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

This text font color is #D6ECB6.


Background Color

.myBgColor { background-color: #D6ECB6; }

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

This div background color is #D6ECB6.


Border color

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

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

This div border color is #D6ECB6.


Opacity

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

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

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

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

This text has shadow with #D6ECB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECB6 on black background.


Color preview on white background

This text has color #D6ECB6 on white background.



Black color preview on #D6ECB6 background

This text has black color on #D6ECB6 background.


White color preview on #D6ECB6 background

This text has white color on #D6ECB6 background.