COLOR #D5E29D

HEX: #D5E29D RGB: (213,226,157)

Color info

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

RGB color model

#D5E29D color RGB value is (213,226,157).

RGB: (213,226,157) (84%, 89%, 62%)

RGB channels and saturation

R 213 of 255 = 84%
G 226 of 255 = 89%
B 157 of 255 = 62%

213
226
157

R + G + B ~ 78%. #D5E29D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 226 + 157 = 596 (100%)
R 213 of 596 ~ 35.74%
G 226 of 596 ~ 37.92%
B 157 of 596 ~ 26.34'%

%35.74
%37.92
%26.34

CMYK color model

#D5E29D color CMYK value is (6,0,31,11).

  • cyan value is 5.75%
  • magenta value is 0.00%
  • yellow value is 30.53%
  • key color value is 11.37%

CMYK: (6,0,31,11)
C6M0Y31K11 (6%, 0%, 31%, 11%)
(0.06 / 0.00 / 0.31 / 0.11)

CMYK percentages

%5.75
%0
%30.53
%11.37

Codes

Color #D5E29D in popluar color models

D5 E2 9D
RGB 213 226 157
HSL 71° 54.33% 75.10%
HSB/HSV 71° 30.53% 88.63%
CMYK 5.75% 0.00% 30.53%
11.37%

Color #D5E29D in popluar number systems.

HEX D5 E2 9D
Decimal 213 226 157
Binary 11010101 11100010 10011101
Octal 325 342 235

Shades and tints

Shades of #D5E29D

#D5E29D
(213,226,157)
#C2CE8F
(194,206,143)
#AFBA81
(175,186,129)
#9CA673
(156,166,115)
#899265
(137,146,101)
#767E57
(118,126,87)
#636A49
(99,106,73)
#50563B
(80,86,59)
#3D422D
(61,66,45)
#2A2E1F
(42,46,31)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #D5E29D

#D5E29D
(213,226,157)
#D8E4A5
(216,228,165)
#DBE6AD
(219,230,173)
#DEE8B5
(222,232,181)
#E1EABD
(225,234,189)
#E4ECC5
(228,236,197)
#E7EECD
(231,238,205)
#EAF0D5
(234,240,213)
#EDF2DD
(237,242,221)
#F0F4E5
(240,244,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E29D; }

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

This text font color is #D5E29D.

Background Color

.myBgColor { background-color: #D5E29D; }

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

This div background color is #D5E29D.

Border color

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

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

This div border color is #D5E29D.

Opacity

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

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

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

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

This text has shadow with #D5E29D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E29D.

Preview

Color preview on black background

This text has color #D5E29D on black background.


Color preview on white background

This text has color #D5E29D on white background.


Black color preview on #D5E29D background

This text has black color on #D5E29D background.


White color preview on #D5E29D background

This text has white color on #D5E29D background.


Related colors

Complementary color

Complementary color for #hex is #2A1D62.


I love getcolorcode.com

Triadic colors

1 #9DD5E2 and #E29DD5 with #D5E29D are triadic colors.

2 #9DE2D5 and #E2D59D with #D5E29D are triadic colors.