COLOR #D1EA90

HEX: #D1EA90 RGB: (209,234,144)

Color info

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

RGB color model

#D1EA90 color RGB value is (209,234,144).

RGB: (209,234,144) (82%, 92%, 56%)

RGB channels and saturation

R 209 of 255 = 82%
G 234 of 255 = 92%
B 144 of 255 = 56%

209
234
144

R + G + B ~ 77%. #D1EA90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 234 + 144 = 587 (100%)
R 209 of 587 ~ 35.6%
G 234 of 587 ~ 39.86%
B 144 of 587 ~ 24.53'%

%35.6
%39.86
%24.53

CMYK color model

#D1EA90 color CMYK value is (11,0,38,8).

  • cyan value is 10.68%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 8.24%

CMYK: (11,0,38,8)
C11M0Y38K8 (11%, 0%, 38%, 8%)
(0.11 / 0.00 / 0.38 / 0.08)

CMYK percentages

%10.68
%0
%38.46
%8.24

Codes

Color #D1EA90 in popluar color models

D1 EA 90
RGB 209 234 144
HSL 77° 68.18% 74.12%
HSB/HSV 77° 38.46% 91.76%
CMYK 10.68% 0.00% 38.46%
8.24%

Color #D1EA90 in popluar number systems.

HEX D1 EA 90
Decimal 209 234 144
Binary 11010001 11101010 10010000
Octal 321 352 220

Shades and tints

Shades of #D1EA90

#D1EA90
(209,234,144)
#BED583
(190,213,131)
#ABC076
(171,192,118)
#98AB69
(152,171,105)
#85965C
(133,150,92)
#72814F
(114,129,79)
#5F6C42
(95,108,66)
#4C5735
(76,87,53)
#394228
(57,66,40)
#262D1B
(38,45,27)
#13180E
(19,24,14)
#000000
(0,0,0)

Tints of #D1EA90

#D1EA90
(209,234,144)
#D5EB9A
(213,235,154)
#D9ECA4
(217,236,164)
#DDEDAE
(221,237,174)
#E1EEB8
(225,238,184)
#E5EFC2
(229,239,194)
#E9F0CC
(233,240,204)
#EDF1D6
(237,241,214)
#F1F2E0
(241,242,224)
#F5F3EA
(245,243,234)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EA90 color. Also use rgb(209,234,144) instead hex code.

Text Font Color

.myTextColor { color: #D1EA90; }

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

This text font color is #D1EA90.

Background Color

.myBgColor { background-color: #D1EA90; }

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

This div background color is #D1EA90.

Border color

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

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

This div border color is #D1EA90.

Opacity

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

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

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

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

This text has shadow with #D1EA90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EA90.

Preview

Color preview on black background

This text has color #D1EA90 on black background.


Color preview on white background

This text has color #D1EA90 on white background.


Black color preview on #D1EA90 background

This text has black color on #D1EA90 background.


White color preview on #D1EA90 background

This text has white color on #D1EA90 background.


Related colors

Complementary color

Complementary color for #hex is #2E156F.


I love getcolorcode.com

Triadic colors

1 #90D1EA and #EA90D1 with #D1EA90 are triadic colors.

2 #90EAD1 and #EAD190 with #D1EA90 are triadic colors.