COLOR #D5D0B1

HEX: #D5D0B1
RGB: (213,208,177)

Color info

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

RGB color model

#D5D0B1 color RGB value is (213,208,177).

  • red value is 213;
  • green value is 208;
  • blue value is 177.
RGB:
(213,208,177)
(84%,82%,69%)

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 177 of 255 = 69%

213
208
177

R + G + B ~ 78%. #D5D0B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 177 = 598 (100%)
R 213 of 598 ~ 35.62%
G 208 of 598 ~ 34.78%
B 177 of 598 ~ 29.6%

%35.62
%34.78
%29.6

CMYK color model

#D5D0B1 color CMYK value is (0,2,17,16).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 16.90%
  • key color value is 16.47%
CMYK:
(0,2,17,16)
C0M2Y17K16 
(0%,2%,17%,16%)
(0.00/0.02/0.17/0.16)	

CMYK percentages

%0
%2.35
%16.9
%16.47

Codes

Color #D5D0B1 in popluar color models

D5D0B1
RGB213208177
HSL52°30.00%76.47%
HSB/HSV52°16.90%83.53%
CMYK0.00%2.35%16.90%
16.47%

Color #D5D0B1 in popluar number systems.

HEXD5D0B1
Decimal213208177
Binary110101011101000010110001
Octal325320261

Shades and tints

Shades of #D5D0B1

#D5D0B1
(213,208,177)
#C2BEA1
(194,190,161)
#AFAC91
(175,172,145)
#9C9A81
(156,154,129)
#898871
(137,136,113)
#767661
(118,118,97)
#636451
(99,100,81)
#505241
(80,82,65)
#3D4031
(61,64,49)
#2A2E21
(42,46,33)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #D5D0B1

#D5D0B1
(213,208,177)
#D8D4B8
(216,212,184)
#DBD8BF
(219,216,191)
#DEDCC6
(222,220,198)
#E1E0CD
(225,224,205)
#E4E4D4
(228,228,212)
#E7E8DB
(231,232,219)
#EAECE2
(234,236,226)
#EDF0E9
(237,240,233)
#F0F4F0
(240,244,240)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D0B1 color. Also use rgb(213,208,177) instead hex code.

Text Font Color

.myTextColor { color: #D5D0B1; }

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

This text font color is #D5D0B1.


Background Color

.myBgColor { background-color: #D5D0B1; }

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

This div background color is #D5D0B1.


Border color

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

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

This div border color is #D5D0B1.


Opacity

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

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

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

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

This text has shadow with #D5D0B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D0B1 on black background.


Color preview on white background

This text has color #D5D0B1 on white background.



Black color preview on #D5D0B1 background

This text has black color on #D5D0B1 background.


White color preview on #D5D0B1 background

This text has white color on #D5D0B1 background.