COLOR #D5D8B3

HEX: #D5D8B3
RGB: (213,216,179)

Color info

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

RGB color model

#D5D8B3 color RGB value is (213,216,179).

  • red value is 213;
  • green value is 216;
  • blue value is 179.
RGB:
(213,216,179)
(84%,85%,70%)

RGB channels and saturation

R 213 of 255 = 84%
G 216 of 255 = 85%
B 179 of 255 = 70%

213
216
179

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

Portions of RGB colors in percentages

R + G + B =
213 + 216 + 179 = 608 (100%)
R 213 of 608 ~ 35.03%
G 216 of 608 ~ 35.53%
B 179 of 608 ~ 29.44%

%35.03
%35.53
%29.44

CMYK color model

#D5D8B3 color CMYK value is (1,0,17,15).

  • cyan value is 1.39%
  • magenta value is 0.00%
  • yellow value is 17.13%
  • key color value is 15.29%
CMYK:
(1,0,17,15)
C1M0Y17K15 
(1%,0%,17%,15%)
(0.01/0.00/0.17/0.15)	

CMYK percentages

%1.39
%0
%17.13
%15.29

Codes

Color #D5D8B3 in popluar color models

D5D8B3
RGB213216179
HSL65°32.17%77.45%
HSB/HSV65°17.13%84.71%
CMYK1.39%0.00%17.13%
15.29%

Color #D5D8B3 in popluar number systems.

HEXD5D8B3
Decimal213216179
Binary110101011101100010110011
Octal325330263

Shades and tints

Shades of #D5D8B3

#D5D8B3
(213,216,179)
#C2C5A3
(194,197,163)
#AFB293
(175,178,147)
#9C9F83
(156,159,131)
#898C73
(137,140,115)
#767963
(118,121,99)
#636653
(99,102,83)
#505343
(80,83,67)
#3D4033
(61,64,51)
#2A2D23
(42,45,35)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #D5D8B3

#D5D8B3
(213,216,179)
#D8DBB9
(216,219,185)
#DBDEBF
(219,222,191)
#DEE1C5
(222,225,197)
#E1E4CB
(225,228,203)
#E4E7D1
(228,231,209)
#E7EAD7
(231,234,215)
#EAEDDD
(234,237,221)
#EDF0E3
(237,240,227)
#F0F3E9
(240,243,233)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D8B3; }

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

This text font color is #D5D8B3.


Background Color

.myBgColor { background-color: #D5D8B3; }

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

This div background color is #D5D8B3.


Border color

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

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

This div border color is #D5D8B3.


Opacity

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

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

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

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

This text has shadow with #D5D8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D8B3 on black background.


Color preview on white background

This text has color #D5D8B3 on white background.



Black color preview on #D5D8B3 background

This text has black color on #D5D8B3 background.


White color preview on #D5D8B3 background

This text has white color on #D5D8B3 background.