COLOR #D5E4A9

HEX: #D5E4A9
RGB: (213,228,169)

Color info

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

RGB color model

#D5E4A9 color RGB value is (213,228,169).

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

RGB channels and saturation

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

213
228
169

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

Portions of RGB colors in percentages

R + G + B =
213 + 228 + 169 = 610 (100%)
R 213 of 610 ~ 34.92%
G 228 of 610 ~ 37.38%
B 169 of 610 ~ 27.7%

%34.92
%37.38
%27.7

CMYK color model

#D5E4A9 color CMYK value is (7,0,26,11).

  • cyan value is 6.58%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 10.59%
CMYK:
(7,0,26,11)
C7M0Y26K11 
(7%,0%,26%,11%)
(0.07/0.00/0.26/0.11)	

CMYK percentages

%6.58
%0
%25.88
%10.59

Codes

Color #D5E4A9 in popluar color models

D5E4A9
RGB213228169
HSL75°52.21%77.84%
HSB/HSV75°25.88%89.41%
CMYK6.58%0.00%25.88%
10.59%

Color #D5E4A9 in popluar number systems.

HEXD5E4A9
Decimal213228169
Binary110101011110010010101001
Octal325344251

Shades and tints

Shades of #D5E4A9

#D5E4A9
(213,228,169)
#C2D09A
(194,208,154)
#AFBC8B
(175,188,139)
#9CA87C
(156,168,124)
#89946D
(137,148,109)
#76805E
(118,128,94)
#636C4F
(99,108,79)
#505840
(80,88,64)
#3D4431
(61,68,49)
#2A3022
(42,48,34)
#171C13
(23,28,19)
#000000
(0,0,0)

Tints of #D5E4A9

#D5E4A9
(213,228,169)
#D8E6B0
(216,230,176)
#DBE8B7
(219,232,183)
#DEEABE
(222,234,190)
#E1ECC5
(225,236,197)
#E4EECC
(228,238,204)
#E7F0D3
(231,240,211)
#EAF2DA
(234,242,218)
#EDF4E1
(237,244,225)
#F0F6E8
(240,246,232)
#F3F8EF
(243,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E4A9; }

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

This text font color is #D5E4A9.


Background Color

.myBgColor { background-color: #D5E4A9; }

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

This div background color is #D5E4A9.


Border color

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

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

This div border color is #D5E4A9.


Opacity

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

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

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

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

This text has shadow with #D5E4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E4A9 on black background.


Color preview on white background

This text has color #D5E4A9 on white background.



Black color preview on #D5E4A9 background

This text has black color on #D5E4A9 background.


White color preview on #D5E4A9 background

This text has white color on #D5E4A9 background.