COLOR #D5E5B9

HEX: #D5E5B9 RGB: (213,229,185)

Color info

#D5E5B9 contains red, green and blue colors in about the same proportion. Web safe color of #D5E5B9 is #CCCCCC (or #CCC).

RGB color model

#D5E5B9 color RGB value is (213,229,185).

RGB: (213,229,185) (84%, 90%, 73%)

RGB channels and saturation

R 213 of 255 = 84%
G 229 of 255 = 90%
B 185 of 255 = 73%

213
229
185

R + G + B ~ 82%. #D5E5B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 229 + 185 = 627 (100%)
R 213 of 627 ~ 33.97%
G 229 of 627 ~ 36.52%
B 185 of 627 ~ 29.51'%

%33.97
%36.52
%29.51

CMYK color model

#D5E5B9 color CMYK value is (7,0,19,10).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 19.21%
  • key color value is 10.20%

CMYK: (7,0,19,10)
C7M0Y19K10 (7%, 0%, 19%, 10%)
(0.07 / 0.00 / 0.19 / 0.10)

CMYK percentages

%6.99
%0
%19.21
%10.2

Codes

Color #D5E5B9 in popluar color models

D5 E5 B9
RGB 213 229 185
HSL 82° 45.83% 81.18%
HSB/HSV 82° 19.21% 89.80%
CMYK 6.99% 0.00% 19.21%
10.20%

Color #D5E5B9 in popluar number systems.

HEX D5 E5 B9
Decimal 213 229 185
Binary 11010101 11100101 10111001
Octal 325 345 271

Shades and tints

Shades of #D5E5B9

#D5E5B9
(213,229,185)
#C2D1A9
(194,209,169)
#AFBD99
(175,189,153)
#9CA989
(156,169,137)
#899579
(137,149,121)
#768169
(118,129,105)
#636D59
(99,109,89)
#505949
(80,89,73)
#3D4539
(61,69,57)
#2A3129
(42,49,41)
#171D19
(23,29,25)
#000000
(0,0,0)

Tints of #D5E5B9

#D5E5B9
(213,229,185)
#D8E7BF
(216,231,191)
#DBE9C5
(219,233,197)
#DEEBCB
(222,235,203)
#E1EDD1
(225,237,209)
#E4EFD7
(228,239,215)
#E7F1DD
(231,241,221)
#EAF3E3
(234,243,227)
#EDF5E9
(237,245,233)
#F0F7EF
(240,247,239)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5E5B9 color. Also use rgb(213,229,185) instead hex code.

Text Font Color

.myTextColor { color: #D5E5B9; }

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

This text font color is #D5E5B9.

Background Color

.myBgColor { background-color: #D5E5B9; }

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

This div background color is #D5E5B9.

Border color

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

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

This div border color is #D5E5B9.

Opacity

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

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

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

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

This text has shadow with #D5E5B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5E5B9.

Preview

Color preview on black background

This text has color #D5E5B9 on black background.


Color preview on white background

This text has color #D5E5B9 on white background.


Black color preview on #D5E5B9 background

This text has black color on #D5E5B9 background.


White color preview on #D5E5B9 background

This text has white color on #D5E5B9 background.


Related colors

Complementary color

Complementary color for #hex is #2A1A46.


I love getcolorcode.com

Triadic colors

1 #B9D5E5 and #E5B9D5 with #D5E5B9 are triadic colors.

2 #B9E5D5 and #E5D5B9 with #D5E5B9 are triadic colors.