COLOR #D5E2A7

HEX: #D5E2A7
RGB: (213,226,167)

Color info

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

RGB color model

#D5E2A7 color RGB value is (213,226,167).

  • red value is 213;
  • green value is 226;
  • blue value is 167.
RGB:
(213,226,167)
(84%,89%,65%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 167 of 255 = 65%

213
226
167

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

Portions of RGB colors in percentages

R + G + B =
213 + 226 + 167 = 606 (100%)
R 213 of 606 ~ 35.15%
G 226 of 606 ~ 37.29%
B 167 of 606 ~ 27.56%

%35.15
%37.29
%27.56

CMYK color model

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

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

CMYK percentages

%5.75
%0
%26.11
%11.37

Codes

Color #D5E2A7 in popluar color models

D5E2A7
RGB213226167
HSL73°50.43%77.06%
HSB/HSV73°26.11%88.63%
CMYK5.75%0.00%26.11%
11.37%

Color #D5E2A7 in popluar number systems.

HEXD5E2A7
Decimal213226167
Binary110101011110001010100111
Octal325342247

Shades and tints

Shades of #D5E2A7

#D5E2A7
(213,226,167)
#C2CE98
(194,206,152)
#AFBA89
(175,186,137)
#9CA67A
(156,166,122)
#89926B
(137,146,107)
#767E5C
(118,126,92)
#636A4D
(99,106,77)
#50563E
(80,86,62)
#3D422F
(61,66,47)
#2A2E20
(42,46,32)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #D5E2A7

#D5E2A7
(213,226,167)
#D8E4AF
(216,228,175)
#DBE6B7
(219,230,183)
#DEE8BF
(222,232,191)
#E1EAC7
(225,234,199)
#E4ECCF
(228,236,207)
#E7EED7
(231,238,215)
#EAF0DF
(234,240,223)
#EDF2E7
(237,242,231)
#F0F4EF
(240,244,239)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E2A7 color. Also use rgb(213,226,167) instead hex code.

Text Font Color

.myTextColor { color: #D5E2A7; }

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

This text font color is #D5E2A7.


Background Color

.myBgColor { background-color: #D5E2A7; }

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

This div background color is #D5E2A7.


Border color

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

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

This div border color is #D5E2A7.


Opacity

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

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

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

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

This text has shadow with #D5E2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E2A7 on black background.


Color preview on white background

This text has color #D5E2A7 on white background.



Black color preview on #D5E2A7 background

This text has black color on #D5E2A7 background.


White color preview on #D5E2A7 background

This text has white color on #D5E2A7 background.