COLOR #D5E18E

HEX: #D5E18E
RGB: (213,225,142)

Color info

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

RGB color model

#D5E18E color RGB value is (213,225,142).

  • red value is 213;
  • green value is 225;
  • blue value is 142.
RGB:
(213,225,142)
(84%,88%,56%)

RGB channels and saturation

R 213 of 255 = 84%
G 225 of 255 = 88%
B 142 of 255 = 56%

213
225
142

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

Portions of RGB colors in percentages

R + G + B =
213 + 225 + 142 = 580 (100%)
R 213 of 580 ~ 36.72%
G 225 of 580 ~ 38.79%
B 142 of 580 ~ 24.48%

%36.72
%38.79
%24.48

CMYK color model

#D5E18E color CMYK value is (5,0,37,12).

  • cyan value is 5.33%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 11.76%
CMYK:
(5,0,37,12)
C5M0Y37K12 
(5%,0%,37%,12%)
(0.05/0.00/0.37/0.12)	

CMYK percentages

%5.33
%0
%36.89
%11.76

Codes

Color #D5E18E in popluar color models

D5E18E
RGB213225142
HSL69°58.04%71.96%
HSB/HSV69°36.89%88.24%
CMYK5.33%0.00%36.89%
11.76%

Color #D5E18E in popluar number systems.

HEXD5E18E
Decimal213225142
Binary110101011110000110001110
Octal325341216

Shades and tints

Shades of #D5E18E

#D5E18E
(213,225,142)
#C2CD82
(194,205,130)
#AFB976
(175,185,118)
#9CA56A
(156,165,106)
#89915E
(137,145,94)
#767D52
(118,125,82)
#636946
(99,105,70)
#50553A
(80,85,58)
#3D412E
(61,65,46)
#2A2D22
(42,45,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #D5E18E

#D5E18E
(213,225,142)
#D8E398
(216,227,152)
#DBE5A2
(219,229,162)
#DEE7AC
(222,231,172)
#E1E9B6
(225,233,182)
#E4EBC0
(228,235,192)
#E7EDCA
(231,237,202)
#EAEFD4
(234,239,212)
#EDF1DE
(237,241,222)
#F0F3E8
(240,243,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E18E color. Also use rgb(213,225,142) instead hex code.

Text Font Color

.myTextColor { color: #D5E18E; }

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

This text font color is #D5E18E.


Background Color

.myBgColor { background-color: #D5E18E; }

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

This div background color is #D5E18E.


Border color

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

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

This div border color is #D5E18E.


Opacity

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

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

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

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

This text has shadow with #D5E18E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E18E on black background.


Color preview on white background

This text has color #D5E18E on white background.



Black color preview on #D5E18E background

This text has black color on #D5E18E background.


White color preview on #D5E18E background

This text has white color on #D5E18E background.