COLOR #D1EC8A

HEX: #D1EC8A
RGB: (209,236,138)

Color info

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

RGB color model

#D1EC8A color RGB value is (209,236,138).

  • red value is 209;
  • green value is 236;
  • blue value is 138.
RGB:
(209,236,138)
(82%,93%,54%)

RGB channels and saturation

R 209 of 255 = 82%
G 236 of 255 = 93%
B 138 of 255 = 54%

209
236
138

R + G + B ~ 76%. #D1EC8A is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 236 + 138 = 583 (100%)
R 209 of 583 ~ 35.85%
G 236 of 583 ~ 40.48%
B 138 of 583 ~ 23.67%

%35.85
%40.48
%23.67

CMYK color model

#D1EC8A color CMYK value is (11,0,42,7).

  • cyan value is 11.44%
  • magenta value is 0.00%
  • yellow value is 41.53%
  • key color value is 7.45%
CMYK:
(11,0,42,7)
C11M0Y42K7 
(11%,0%,42%,7%)
(0.11/0.00/0.42/0.07)	

CMYK percentages

%11.44
%0
%41.53
%7.45

Codes

Color #D1EC8A in popluar color models

D1EC8A
RGB209236138
HSL77°72.06%73.33%
HSB/HSV77°41.53%92.55%
CMYK11.44%0.00%41.53%
7.45%

Color #D1EC8A in popluar number systems.

HEXD1EC8A
Decimal209236138
Binary110100011110110010001010
Octal321354212

Shades and tints

Shades of #D1EC8A

#D1EC8A
(209,236,138)
#BED77E
(190,215,126)
#ABC272
(171,194,114)
#98AD66
(152,173,102)
#85985A
(133,152,90)
#72834E
(114,131,78)
#5F6E42
(95,110,66)
#4C5936
(76,89,54)
#39442A
(57,68,42)
#262F1E
(38,47,30)
#131A12
(19,26,18)
#000000
(0,0,0)

Tints of #D1EC8A

#D1EC8A
(209,236,138)
#D5ED94
(213,237,148)
#D9EE9E
(217,238,158)
#DDEFA8
(221,239,168)
#E1F0B2
(225,240,178)
#E5F1BC
(229,241,188)
#E9F2C6
(233,242,198)
#EDF3D0
(237,243,208)
#F1F4DA
(241,244,218)
#F5F5E4
(245,245,228)
#F9F6EE
(249,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EC8A color. Also use rgb(209,236,138) instead hex code.

Text Font Color

.myTextColor { color: #D1EC8A; }

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

This text font color is #D1EC8A.


Background Color

.myBgColor { background-color: #D1EC8A; }

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

This div background color is #D1EC8A.


Border color

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

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

This div border color is #D1EC8A.


Opacity

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

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

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

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

This text has shadow with #D1EC8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1EC8A on black background.


Color preview on white background

This text has color #D1EC8A on white background.



Black color preview on #D1EC8A background

This text has black color on #D1EC8A background.


White color preview on #D1EC8A background

This text has white color on #D1EC8A background.