COLOR #D5E08D

HEX: #D5E08D RGB: (213,224,141)

Color info

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

RGB color model

#D5E08D color RGB value is (213,224,141).

RGB: (213,224,141) (84%, 88%, 55%)

RGB channels and saturation

R 213 of 255 = 84%
G 224 of 255 = 88%
B 141 of 255 = 55%

213
224
141

R + G + B ~ 76%. #D5E08D is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 224 + 141 = 578 (100%)
R 213 of 578 ~ 36.85%
G 224 of 578 ~ 38.75%
B 141 of 578 ~ 24.39'%

%36.85
%38.75
%24.39

CMYK color model

#D5E08D color CMYK value is (5,0,37,12).

  • cyan value is 4.91%
  • magenta value is 0.00%
  • yellow value is 37.05%
  • key color value is 12.16%

CMYK: (5,0,37,12)
C5M0Y37K12 (5%, 0%, 37%, 12%)
(0.05 / 0.00 / 0.37 / 0.12)

CMYK percentages

%4.91
%0
%37.05
%12.16

Codes

Color #D5E08D in popluar color models

D5 E0 8D
RGB 213 224 141
HSL 68° 57.24% 71.57%
HSB/HSV 68° 37.05% 87.84%
CMYK 4.91% 0.00% 37.05%
12.16%

Color #D5E08D in popluar number systems.

HEX D5 E0 8D
Decimal 213 224 141
Binary 11010101 11100000 10001101
Octal 325 340 215

Shades and tints

Shades of #D5E08D

#D5E08D
(213,224,141)
#C2CC81
(194,204,129)
#AFB875
(175,184,117)
#9CA469
(156,164,105)
#89905D
(137,144,93)
#767C51
(118,124,81)
#636845
(99,104,69)
#505439
(80,84,57)
#3D402D
(61,64,45)
#2A2C21
(42,44,33)
#171815
(23,24,21)
#000000
(0,0,0)

Tints of #D5E08D

#D5E08D
(213,224,141)
#D8E297
(216,226,151)
#DBE4A1
(219,228,161)
#DEE6AB
(222,230,171)
#E1E8B5
(225,232,181)
#E4EABF
(228,234,191)
#E7ECC9
(231,236,201)
#EAEED3
(234,238,211)
#EDF0DD
(237,240,221)
#F0F2E7
(240,242,231)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E08D color. Also use rgb(213,224,141) instead hex code.

Text Font Color

.myTextColor { color: #D5E08D; }

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

This text font color is #D5E08D.

Background Color

.myBgColor { background-color: #D5E08D; }

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

This div background color is #D5E08D.

Border color

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

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

This div border color is #D5E08D.

Opacity

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

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

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

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

This text has shadow with #D5E08D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E08D.

Preview

Color preview on black background

This text has color #D5E08D on black background.


Color preview on white background

This text has color #D5E08D on white background.


Black color preview on #D5E08D background

This text has black color on #D5E08D background.


White color preview on #D5E08D background

This text has white color on #D5E08D background.


Related colors

Complementary color

Complementary color for #hex is #2A1F72.


I love getcolorcode.com

Triadic colors

1 #8DD5E0 and #E08DD5 with #D5E08D are triadic colors.

2 #8DE0D5 and #E0D58D with #D5E08D are triadic colors.