COLOR #D0ECA0

HEX: #D0ECA0
RGB: (208,236,160)

Color info

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

RGB color model

#D0ECA0 color RGB value is (208,236,160).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 160 of 255 = 63%

208
236
160

R + G + B ~ 79%. #D0ECA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 160 = 604 (100%)
R 208 of 604 ~ 34.44%
G 236 of 604 ~ 39.07%
B 160 of 604 ~ 26.49%

%34.44
%39.07
%26.49

CMYK color model

#D0ECA0 color CMYK value is (12,0,32,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 32.20%
  • key color value is 7.45%
CMYK:
(12,0,32,7)
C12M0Y32K7 
(12%,0%,32%,7%)
(0.12/0.00/0.32/0.07)	

CMYK percentages

%11.86
%0
%32.2
%7.45

Codes

Color #D0ECA0 in popluar color models

D0ECA0
RGB208236160
HSL82°66.67%77.65%
HSB/HSV82°32.20%92.55%
CMYK11.86%0.00%32.20%
7.45%

Color #D0ECA0 in popluar number systems.

HEXD0ECA0
Decimal208236160
Binary110100001110110010100000
Octal320354240

Shades and tints

Shades of #D0ECA0

#D0ECA0
(208,236,160)
#BED792
(190,215,146)
#ACC284
(172,194,132)
#9AAD76
(154,173,118)
#889868
(136,152,104)
#76835A
(118,131,90)
#646E4C
(100,110,76)
#52593E
(82,89,62)
#404430
(64,68,48)
#2E2F22
(46,47,34)
#1C1A14
(28,26,20)
#000000
(0,0,0)

Tints of #D0ECA0

#D0ECA0
(208,236,160)
#D4EDA8
(212,237,168)
#D8EEB0
(216,238,176)
#DCEFB8
(220,239,184)
#E0F0C0
(224,240,192)
#E4F1C8
(228,241,200)
#E8F2D0
(232,242,208)
#ECF3D8
(236,243,216)
#F0F4E0
(240,244,224)
#F4F5E8
(244,245,232)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ECA0; }

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

This text font color is #D0ECA0.


Background Color

.myBgColor { background-color: #D0ECA0; }

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

This div background color is #D0ECA0.


Border color

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

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

This div border color is #D0ECA0.


Opacity

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

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

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

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

This text has shadow with #D0ECA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ECA0 on black background.


Color preview on white background

This text has color #D0ECA0 on white background.



Black color preview on #D0ECA0 background

This text has black color on #D0ECA0 background.


White color preview on #D0ECA0 background

This text has white color on #D0ECA0 background.