COLOR #D5D0BB

HEX: #D5D0BB
RGB: (213,208,187)

Color info

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

RGB color model

#D5D0BB color RGB value is (213,208,187).

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

RGB channels and saturation

R 213 of 255 = 84%
G 208 of 255 = 82%
B 187 of 255 = 73%

213
208
187

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

Portions of RGB colors in percentages

R + G + B =
213 + 208 + 187 = 608 (100%)
R 213 of 608 ~ 35.03%
G 208 of 608 ~ 34.21%
B 187 of 608 ~ 30.76%

%35.03
%34.21
%30.76

CMYK color model

#D5D0BB color CMYK value is (0,2,12,16).

  • cyan value is 0.00%
  • magenta value is 2.35%
  • yellow value is 12.21%
  • key color value is 16.47%
CMYK:
(0,2,12,16)
C0M2Y12K16 
(0%,2%,12%,16%)
(0.00/0.02/0.12/0.16)	

CMYK percentages

%0
%2.35
%12.21
%16.47

Codes

Color #D5D0BB in popluar color models

D5D0BB
RGB213208187
HSL48°23.64%78.43%
HSB/HSV48°12.21%83.53%
CMYK0.00%2.35%12.21%
16.47%

Color #D5D0BB in popluar number systems.

HEXD5D0BB
Decimal213208187
Binary110101011101000010111011
Octal325320273

Shades and tints

Shades of #D5D0BB

#D5D0BB
(213,208,187)
#C2BEAA
(194,190,170)
#AFAC99
(175,172,153)
#9C9A88
(156,154,136)
#898877
(137,136,119)
#767666
(118,118,102)
#636455
(99,100,85)
#505244
(80,82,68)
#3D4033
(61,64,51)
#2A2E22
(42,46,34)
#171C11
(23,28,17)
#000000
(0,0,0)

Tints of #D5D0BB

#D5D0BB
(213,208,187)
#D8D4C1
(216,212,193)
#DBD8C7
(219,216,199)
#DEDCCD
(222,220,205)
#E1E0D3
(225,224,211)
#E4E4D9
(228,228,217)
#E7E8DF
(231,232,223)
#EAECE5
(234,236,229)
#EDF0EB
(237,240,235)
#F0F4F1
(240,244,241)
#F3F8F7
(243,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D0BB; }

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

This text font color is #D5D0BB.


Background Color

.myBgColor { background-color: #D5D0BB; }

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

This div background color is #D5D0BB.


Border color

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

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

This div border color is #D5D0BB.


Opacity

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

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

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

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

This text has shadow with #D5D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D0BB on black background.


Color preview on white background

This text has color #D5D0BB on white background.



Black color preview on #D5D0BB background

This text has black color on #D5D0BB background.


White color preview on #D5D0BB background

This text has white color on #D5D0BB background.