COLOR #D5E9AF

HEX: #D5E9AF
RGB: (213,233,175)

Color info

#D5E9AF contains red, green and blue colors in about the same proportion. Web safe color of #D5E9AF is #CCFF99 (or #CF9).

RGB color model

#D5E9AF color RGB value is (213,233,175).

  • red value is 213;
  • green value is 233;
  • blue value is 175.
RGB:
(213,233,175)
(84%,91%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 233 of 255 = 91%
B 175 of 255 = 69%

213
233
175

R + G + B ~ 81%. #D5E9AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 233 + 175 = 621 (100%)
R 213 of 621 ~ 34.3%
G 233 of 621 ~ 37.52%
B 175 of 621 ~ 28.18%

%34.3
%37.52
%28.18

CMYK color model

#D5E9AF color CMYK value is (9,0,25,9).

  • cyan value is 8.58%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%
CMYK:
(9,0,25,9)
C9M0Y25K9 
(9%,0%,25%,9%)
(0.09/0.00/0.25/0.09)	

CMYK percentages

%8.58
%0
%24.89
%8.63

Codes

Color #D5E9AF in popluar color models

D5E9AF
RGB213233175
HSL81°56.86%80.00%
HSB/HSV81°24.89%91.37%
CMYK8.58%0.00%24.89%
8.63%

Color #D5E9AF in popluar number systems.

HEXD5E9AF
Decimal213233175
Binary110101011110100110101111
Octal325351257

Shades and tints

Shades of #D5E9AF

#D5E9AF
(213,233,175)
#C2D4A0
(194,212,160)
#AFBF91
(175,191,145)
#9CAA82
(156,170,130)
#899573
(137,149,115)
#768064
(118,128,100)
#636B55
(99,107,85)
#505646
(80,86,70)
#3D4137
(61,65,55)
#2A2C28
(42,44,40)
#171719
(23,23,25)
#000000
(0,0,0)

Tints of #D5E9AF

#D5E9AF
(213,233,175)
#D8EBB6
(216,235,182)
#DBEDBD
(219,237,189)
#DEEFC4
(222,239,196)
#E1F1CB
(225,241,203)
#E4F3D2
(228,243,210)
#E7F5D9
(231,245,217)
#EAF7E0
(234,247,224)
#EDF9E7
(237,249,231)
#F0FBEE
(240,251,238)
#F3FDF5
(243,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E9AF color. Also use rgb(213,233,175) instead hex code.

Text Font Color

.myTextColor { color: #D5E9AF; }

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

This text font color is #D5E9AF.


Background Color

.myBgColor { background-color: #D5E9AF; }

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

This div background color is #D5E9AF.


Border color

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

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

This div border color is #D5E9AF.


Opacity

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

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

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

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

This text has shadow with #D5E9AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E9AF on black background.


Color preview on white background

This text has color #D5E9AF on white background.



Black color preview on #D5E9AF background

This text has black color on #D5E9AF background.


White color preview on #D5E9AF background

This text has white color on #D5E9AF background.