COLOR #D0ECA8

HEX: #D0ECA8
RGB: (208,236,168)

Color info

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

RGB color model

#D0ECA8 color RGB value is (208,236,168).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 168 of 255 = 66%

208
236
168

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

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 168 = 612 (100%)
R 208 of 612 ~ 33.99%
G 236 of 612 ~ 38.56%
B 168 of 612 ~ 27.45%

%33.99
%38.56
%27.45

CMYK color model

#D0ECA8 color CMYK value is (12,0,29,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 28.81%
  • key color value is 7.45%
CMYK:
(12,0,29,7)
C12M0Y29K7 
(12%,0%,29%,7%)
(0.12/0.00/0.29/0.07)	

CMYK percentages

%11.86
%0
%28.81
%7.45

Codes

Color #D0ECA8 in popluar color models

D0ECA8
RGB208236168
HSL85°64.15%79.22%
HSB/HSV85°28.81%92.55%
CMYK11.86%0.00%28.81%
7.45%

Color #D0ECA8 in popluar number systems.

HEXD0ECA8
Decimal208236168
Binary110100001110110010101000
Octal320354250

Shades and tints

Shades of #D0ECA8

#D0ECA8
(208,236,168)
#BED799
(190,215,153)
#ACC28A
(172,194,138)
#9AAD7B
(154,173,123)
#88986C
(136,152,108)
#76835D
(118,131,93)
#646E4E
(100,110,78)
#52593F
(82,89,63)
#404430
(64,68,48)
#2E2F21
(46,47,33)
#1C1A12
(28,26,18)
#000000
(0,0,0)

Tints of #D0ECA8

#D0ECA8
(208,236,168)
#D4EDAF
(212,237,175)
#D8EEB6
(216,238,182)
#DCEFBD
(220,239,189)
#E0F0C4
(224,240,196)
#E4F1CB
(228,241,203)
#E8F2D2
(232,242,210)
#ECF3D9
(236,243,217)
#F0F4E0
(240,244,224)
#F4F5E7
(244,245,231)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0ECA8; }

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

This text font color is #D0ECA8.


Background Color

.myBgColor { background-color: #D0ECA8; }

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

This div background color is #D0ECA8.


Border color

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

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

This div border color is #D0ECA8.


Opacity

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

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

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

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

This text has shadow with #D0ECA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0ECA8 on black background.


Color preview on white background

This text has color #D0ECA8 on white background.



Black color preview on #D0ECA8 background

This text has black color on #D0ECA8 background.


White color preview on #D0ECA8 background

This text has white color on #D0ECA8 background.