COLOR #D0EC7F

HEX: #D0EC7F
RGB: (208,236,127)

Color info

#D0EC7F contains mainly red and green colors. Web safe color of #D0EC7F is #CCFF66 (or #CF6).

RGB color model

#D0EC7F color RGB value is (208,236,127).

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

RGB channels and saturation

R 208 of 255 = 82%
G 236 of 255 = 93%
B 127 of 255 = 50%

208
236
127

R + G + B ~ 75%. #D0EC7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 236 + 127 = 571 (100%)
R 208 of 571 ~ 36.43%
G 236 of 571 ~ 41.33%
B 127 of 571 ~ 22.24%

%36.43
%41.33
%22.24

CMYK color model

#D0EC7F color CMYK value is (12,0,46,7).

  • cyan value is 11.86%
  • magenta value is 0.00%
  • yellow value is 46.19%
  • key color value is 7.45%
CMYK:
(12,0,46,7)
C12M0Y46K7 
(12%,0%,46%,7%)
(0.12/0.00/0.46/0.07)	

CMYK percentages

%11.86
%0
%46.19
%7.45

Codes

Color #D0EC7F in popluar color models

D0EC7F
RGB208236127
HSL75°74.15%71.18%
HSB/HSV75°46.19%92.55%
CMYK11.86%0.00%46.19%
7.45%

Color #D0EC7F in popluar number systems.

HEXD0EC7F
Decimal208236127
Binary11010000111011001111111
Octal320354177

Shades and tints

Shades of #D0EC7F

#D0EC7F
(208,236,127)
#BED774
(190,215,116)
#ACC269
(172,194,105)
#9AAD5E
(154,173,94)
#889853
(136,152,83)
#768348
(118,131,72)
#646E3D
(100,110,61)
#525932
(82,89,50)
#404427
(64,68,39)
#2E2F1C
(46,47,28)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #D0EC7F

#D0EC7F
(208,236,127)
#D4ED8A
(212,237,138)
#D8EE95
(216,238,149)
#DCEFA0
(220,239,160)
#E0F0AB
(224,240,171)
#E4F1B6
(228,241,182)
#E8F2C1
(232,242,193)
#ECF3CC
(236,243,204)
#F0F4D7
(240,244,215)
#F4F5E2
(244,245,226)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0EC7F; }

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

This text font color is #D0EC7F.


Background Color

.myBgColor { background-color: #D0EC7F; }

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

This div background color is #D0EC7F.


Border color

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

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

This div border color is #D0EC7F.


Opacity

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

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

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

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

This text has shadow with #D0EC7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0EC7F on black background.


Color preview on white background

This text has color #D0EC7F on white background.



Black color preview on #D0EC7F background

This text has black color on #D0EC7F background.


White color preview on #D0EC7F background

This text has white color on #D0EC7F background.