COLOR #D1E490

HEX: #D1E490
RGB: (209,228,144)

Color info

#D1E490 contains mainly red and green colors. Web safe color of #D1E490 is #CCCC99 (or #CC9).

RGB color model

#D1E490 color RGB value is (209,228,144).

  • red value is 209;
  • green value is 228;
  • blue value is 144.
RGB:
(209,228,144)
(82%,89%,56%)

RGB channels and saturation

R 209 of 255 = 82%
G 228 of 255 = 89%
B 144 of 255 = 56%

209
228
144

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

Portions of RGB colors in percentages

R + G + B =
209 + 228 + 144 = 581 (100%)
R 209 of 581 ~ 35.97%
G 228 of 581 ~ 39.24%
B 144 of 581 ~ 24.78%

%35.97
%39.24
%24.78

CMYK color model

#D1E490 color CMYK value is (8,0,37,11).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 36.84%
  • key color value is 10.59%
CMYK:
(8,0,37,11)
C8M0Y37K11 
(8%,0%,37%,11%)
(0.08/0.00/0.37/0.11)	

CMYK percentages

%8.33
%0
%36.84
%10.59

Codes

Color #D1E490 in popluar color models

D1E490
RGB209228144
HSL74°60.87%72.94%
HSB/HSV74°36.84%89.41%
CMYK8.33%0.00%36.84%
10.59%

Color #D1E490 in popluar number systems.

HEXD1E490
Decimal209228144
Binary110100011110010010010000
Octal321344220

Shades and tints

Shades of #D1E490

#D1E490
(209,228,144)
#BED083
(190,208,131)
#ABBC76
(171,188,118)
#98A869
(152,168,105)
#85945C
(133,148,92)
#72804F
(114,128,79)
#5F6C42
(95,108,66)
#4C5835
(76,88,53)
#394428
(57,68,40)
#26301B
(38,48,27)
#131C0E
(19,28,14)
#000000
(0,0,0)

Tints of #D1E490

#D1E490
(209,228,144)
#D5E69A
(213,230,154)
#D9E8A4
(217,232,164)
#DDEAAE
(221,234,174)
#E1ECB8
(225,236,184)
#E5EEC2
(229,238,194)
#E9F0CC
(233,240,204)
#EDF2D6
(237,242,214)
#F1F4E0
(241,244,224)
#F5F6EA
(245,246,234)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1E490; }

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

This text font color is #D1E490.


Background Color

.myBgColor { background-color: #D1E490; }

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

This div background color is #D1E490.


Border color

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

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

This div border color is #D1E490.


Opacity

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

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

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

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

This text has shadow with #D1E490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E490 on black background.


Color preview on white background

This text has color #D1E490 on white background.



Black color preview on #D1E490 background

This text has black color on #D1E490 background.


White color preview on #D1E490 background

This text has white color on #D1E490 background.