COLOR #D5DEB3

HEX: #D5DEB3 RGB: (213,222,179)

Color info

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

RGB color model

#D5DEB3 color RGB value is (213,222,179).

RGB: (213,222,179) (84%, 87%, 70%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 179 of 255 = 70%

213
222
179

R + G + B ~ 80%. #D5DEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 222 + 179 = 614 (100%)
R 213 of 614 ~ 34.69%
G 222 of 614 ~ 36.16%
B 179 of 614 ~ 29.15'%

%34.69
%36.16
%29.15

CMYK color model

#D5DEB3 color CMYK value is (4,0,19,13).

  • cyan value is 4.05%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK: (4,0,19,13) C4M0Y19K13 (4%,0%,19%,13%) (0.04/0.00/0.19/0.13) 

CMYK percentages

%4.05
%0
%19.37
%12.94

Codes

Color #D5DEB3 in popluar color models

D5 DE B3
RGB 213 222 179
HSL 73° 39.45% 78.63%
HSB/HSV 73° 19.37% 87.06%
CMYK 4.05% 0.00% 19.37%
12.94%

Color #D5DEB3 in popluar number systems.

HEX D5 DE B3
Decimal 213 222 179
Binary 11010101 11011110 10110011
Octal 325 336 263

Shades and tints

Shades of #D5DEB3

#D5DEB3
(213,222,179)
#C2CAA3
(194,202,163)
#AFB693
(175,182,147)
#9CA283
(156,162,131)
#898E73
(137,142,115)
#767A63
(118,122,99)
#636653
(99,102,83)
#505243
(80,82,67)
#3D3E33
(61,62,51)
#2A2A23
(42,42,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #D5DEB3

#D5DEB3
(213,222,179)
#D8E1B9
(216,225,185)
#DBE4BF
(219,228,191)
#DEE7C5
(222,231,197)
#E1EACB
(225,234,203)
#E4EDD1
(228,237,209)
#E7F0D7
(231,240,215)
#EAF3DD
(234,243,221)
#EDF6E3
(237,246,227)
#F0F9E9
(240,249,233)
#F3FCEF
(243,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DEB3 color. Also use rgb(213,222,179) instead hex code.

Text Font Color

.myTextColor { color: #D5DEB3; }

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

This text font color is #D5DEB3.

Background Color

.myBgColor { background-color: #D5DEB3; }

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

This div background color is #D5DEB3.

Border color

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

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

This div border color is #D5DEB3.

Opacity

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

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

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

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

This text has shadow with #D5DEB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DEB3.

Preview

Color preview on black background

This text has color #D5DEB3 on black background.


Color preview on white background

This text has color #D5DEB3 on white background.


Black color preview on #D5DEB3 background

This text has black color on #D5DEB3 background.


White color preview on #D5DEB3 background

This text has white color on #D5DEB3 background.


Related colors

Complementary color

Complementary color for #hex is #2A214C.


I love getcolorcode.com

Triadic colors

1 #B3D5DE and #DEB3D5 with #D5DEB3 are triadic colors.

2 #B3DED5 and #DED5B3 with #D5DEB3 are triadic colors.