COLOR #D5D6B3

HEX: #D5D6B3
RGB: (213,214,179)

Color info

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

RGB color model

#D5D6B3 color RGB value is (213,214,179).

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

RGB channels and saturation

R 213 of 255 = 84%
G 214 of 255 = 84%
B 179 of 255 = 70%

213
214
179

R + G + B ~ 79%. #D5D6B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 214 + 179 = 606 (100%)
R 213 of 606 ~ 35.15%
G 214 of 606 ~ 35.31%
B 179 of 606 ~ 29.54%

%35.15
%35.31
%29.54

CMYK color model

#D5D6B3 color CMYK value is (0,0,16,16).

  • cyan value is 0.47%
  • magenta value is 0.00%
  • yellow value is 16.36%
  • key color value is 16.08%
CMYK:
(0,0,16,16)
C0M0Y16K16 
(0%,0%,16%,16%)
(0.00/0.00/0.16/0.16)	

CMYK percentages

%0.47
%0
%16.36
%16.08

Codes

Color #D5D6B3 in popluar color models

D5D6B3
RGB213214179
HSL62°29.91%77.06%
HSB/HSV62°16.36%83.92%
CMYK0.47%0.00%16.36%
16.08%

Color #D5D6B3 in popluar number systems.

HEXD5D6B3
Decimal213214179
Binary110101011101011010110011
Octal325326263

Shades and tints

Shades of #D5D6B3

#D5D6B3
(213,214,179)
#C2C3A3
(194,195,163)
#AFB093
(175,176,147)
#9C9D83
(156,157,131)
#898A73
(137,138,115)
#767763
(118,119,99)
#636453
(99,100,83)
#505143
(80,81,67)
#3D3E33
(61,62,51)
#2A2B23
(42,43,35)
#171813
(23,24,19)
#000000
(0,0,0)

Tints of #D5D6B3

#D5D6B3
(213,214,179)
#D8D9B9
(216,217,185)
#DBDCBF
(219,220,191)
#DEDFC5
(222,223,197)
#E1E2CB
(225,226,203)
#E4E5D1
(228,229,209)
#E7E8D7
(231,232,215)
#EAEBDD
(234,235,221)
#EDEEE3
(237,238,227)
#F0F1E9
(240,241,233)
#F3F4EF
(243,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D6B3; }

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

This text font color is #D5D6B3.


Background Color

.myBgColor { background-color: #D5D6B3; }

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

This div background color is #D5D6B3.


Border color

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

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

This div border color is #D5D6B3.


Opacity

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

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

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

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

This text has shadow with #D5D6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D6B3 on black background.


Color preview on white background

This text has color #D5D6B3 on white background.



Black color preview on #D5D6B3 background

This text has black color on #D5D6B3 background.


White color preview on #D5D6B3 background

This text has white color on #D5D6B3 background.