COLOR #D5E3A9

HEX: #D5E3A9
RGB: (213,227,169)

Color info

#D5E3A9 contains red, green and blue colors in about the same proportion. Web safe color of #D5E3A9 is #CCCC99 (or #CC9).

RGB color model

#D5E3A9 color RGB value is (213,227,169).

  • red value is 213;
  • green value is 227;
  • blue value is 169.
RGB:
(213,227,169)
(84%,89%,66%)

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 169 of 255 = 66%

213
227
169

R + G + B ~ 80%. #D5E3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 169 = 609 (100%)
R 213 of 609 ~ 34.98%
G 227 of 609 ~ 37.27%
B 169 of 609 ~ 27.75%

%34.98
%37.27
%27.75

CMYK color model

#D5E3A9 color CMYK value is (6,0,26,11).

  • cyan value is 6.17%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(6,0,26,11)
C6M0Y26K11 
(6%,0%,26%,11%)
(0.06/0.00/0.26/0.11)	

CMYK percentages

%6.17
%0
%25.55
%10.98

Codes

Color #D5E3A9 in popluar color models

D5E3A9
RGB213227169
HSL74°50.88%77.65%
HSB/HSV74°25.55%89.02%
CMYK6.17%0.00%25.55%
10.98%

Color #D5E3A9 in popluar number systems.

HEXD5E3A9
Decimal213227169
Binary110101011110001110101001
Octal325343251

Shades and tints

Shades of #D5E3A9

#D5E3A9
(213,227,169)
#C2CF9A
(194,207,154)
#AFBB8B
(175,187,139)
#9CA77C
(156,167,124)
#89936D
(137,147,109)
#767F5E
(118,127,94)
#636B4F
(99,107,79)
#505740
(80,87,64)
#3D4331
(61,67,49)
#2A2F22
(42,47,34)
#171B13
(23,27,19)
#000000
(0,0,0)

Tints of #D5E3A9

#D5E3A9
(213,227,169)
#D8E5B0
(216,229,176)
#DBE7B7
(219,231,183)
#DEE9BE
(222,233,190)
#E1EBC5
(225,235,197)
#E4EDCC
(228,237,204)
#E7EFD3
(231,239,211)
#EAF1DA
(234,241,218)
#EDF3E1
(237,243,225)
#F0F5E8
(240,245,232)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E3A9 color. Also use rgb(213,227,169) instead hex code.

Text Font Color

.myTextColor { color: #D5E3A9; }

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

This text font color is #D5E3A9.


Background Color

.myBgColor { background-color: #D5E3A9; }

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

This div background color is #D5E3A9.


Border color

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

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

This div border color is #D5E3A9.


Opacity

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

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

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

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

This text has shadow with #D5E3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3A9 on black background.


Color preview on white background

This text has color #D5E3A9 on white background.



Black color preview on #D5E3A9 background

This text has black color on #D5E3A9 background.


White color preview on #D5E3A9 background

This text has white color on #D5E3A9 background.