COLOR #D6ECA0

HEX: #D6ECA0
RGB: (214,236,160)

Color info

#D6ECA0 contains mainly red and green colors. Web safe color of #D6ECA0 is #CCFF99 (or #CF9).

RGB color model

#D6ECA0 color RGB value is (214,236,160).

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

RGB channels and saturation

R 214 of 255 = 84%
G 236 of 255 = 93%
B 160 of 255 = 63%

214
236
160

R + G + B ~ 80%. #D6ECA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 236 + 160 = 610 (100%)
R 214 of 610 ~ 35.08%
G 236 of 610 ~ 38.69%
B 160 of 610 ~ 26.23%

%35.08
%38.69
%26.23

CMYK color model

#D6ECA0 color CMYK value is (9,0,32,7).

  • cyan value is 9.32%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 7.45%
CMYK:
(9,0,32,7)
C9M0Y32K7 
(9%,0%,32%,7%)
(0.09/0.00/0.32/0.07)	

CMYK percentages

%9.32
%0
%32.2
%7.45

Codes

Color #D6ECA0 in popluar color models

D6ECA0
RGB214236160
HSL77°66.67%77.65%
HSB/HSV77°32.20%92.55%
CMYK9.32%0.00%32.20%
7.45%

Color #D6ECA0 in popluar number systems.

HEXD6ECA0
Decimal214236160
Binary110101101110110010100000
Octal326354240

Shades and tints

Shades of #D6ECA0

#D6ECA0
(214,236,160)
#C3D792
(195,215,146)
#B0C284
(176,194,132)
#9DAD76
(157,173,118)
#8A9868
(138,152,104)
#77835A
(119,131,90)
#646E4C
(100,110,76)
#51593E
(81,89,62)
#3E4430
(62,68,48)
#2B2F22
(43,47,34)
#181A14
(24,26,20)
#000000
(0,0,0)

Tints of #D6ECA0

#D6ECA0
(214,236,160)
#D9EDA8
(217,237,168)
#DCEEB0
(220,238,176)
#DFEFB8
(223,239,184)
#E2F0C0
(226,240,192)
#E5F1C8
(229,241,200)
#E8F2D0
(232,242,208)
#EBF3D8
(235,243,216)
#EEF4E0
(238,244,224)
#F1F5E8
(241,245,232)
#F4F6F0
(244,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6ECA0; }

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

This text font color is #D6ECA0.


Background Color

.myBgColor { background-color: #D6ECA0; }

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

This div background color is #D6ECA0.


Border color

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

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

This div border color is #D6ECA0.


Opacity

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

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

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

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

This text has shadow with #D6ECA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6ECA0 on black background.


Color preview on white background

This text has color #D6ECA0 on white background.



Black color preview on #D6ECA0 background

This text has black color on #D6ECA0 background.


White color preview on #D6ECA0 background

This text has white color on #D6ECA0 background.