COLOR #D1E5A5

HEX: #D1E5A5
RGB: (209,229,165)

Color info

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

RGB color model

#D1E5A5 color RGB value is (209,229,165).

  • red value is 209;
  • green value is 229;
  • blue value is 165.
RGB:
(209,229,165)
(82%,90%,65%)

RGB channels and saturation

R 209 of 255 = 82%
G 229 of 255 = 90%
B 165 of 255 = 65%

209
229
165

R + G + B ~ 79%. #D1E5A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 229 + 165 = 603 (100%)
R 209 of 603 ~ 34.66%
G 229 of 603 ~ 37.98%
B 165 of 603 ~ 27.36%

%34.66
%37.98
%27.36

CMYK color model

#D1E5A5 color CMYK value is (9,0,28,10).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 27.95%
  • key color value is 10.20%
CMYK:
(9,0,28,10)
C9M0Y28K10 
(9%,0%,28%,10%)
(0.09/0.00/0.28/0.10)	

CMYK percentages

%8.73
%0
%27.95
%10.2

Codes

Color #D1E5A5 in popluar color models

D1E5A5
RGB209229165
HSL79°55.17%77.25%
HSB/HSV79°27.95%89.80%
CMYK8.73%0.00%27.95%
10.20%

Color #D1E5A5 in popluar number systems.

HEXD1E5A5
Decimal209229165
Binary110100011110010110100101
Octal321345245

Shades and tints

Shades of #D1E5A5

#D1E5A5
(209,229,165)
#BED196
(190,209,150)
#ABBD87
(171,189,135)
#98A978
(152,169,120)
#859569
(133,149,105)
#72815A
(114,129,90)
#5F6D4B
(95,109,75)
#4C593C
(76,89,60)
#39452D
(57,69,45)
#26311E
(38,49,30)
#131D0F
(19,29,15)
#000000
(0,0,0)

Tints of #D1E5A5

#D1E5A5
(209,229,165)
#D5E7AD
(213,231,173)
#D9E9B5
(217,233,181)
#DDEBBD
(221,235,189)
#E1EDC5
(225,237,197)
#E5EFCD
(229,239,205)
#E9F1D5
(233,241,213)
#EDF3DD
(237,243,221)
#F1F5E5
(241,245,229)
#F5F7ED
(245,247,237)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E5A5 color. Also use rgb(209,229,165) instead hex code.

Text Font Color

.myTextColor { color: #D1E5A5; }

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

This text font color is #D1E5A5.


Background Color

.myBgColor { background-color: #D1E5A5; }

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

This div background color is #D1E5A5.


Border color

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

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

This div border color is #D1E5A5.


Opacity

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

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

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

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

This text has shadow with #D1E5A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E5A5 on black background.


Color preview on white background

This text has color #D1E5A5 on white background.



Black color preview on #D1E5A5 background

This text has black color on #D1E5A5 background.


White color preview on #D1E5A5 background

This text has white color on #D1E5A5 background.