COLOR #D8BDB0

HEX: #D8BDB0
RGB: (216,189,176)

Color info

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

RGB color model

#D8BDB0 color RGB value is (216,189,176).

  • red value is 216;
  • green value is 189;
  • blue value is 176.
RGB:
(216,189,176)
(85%,74%,69%)

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 176 of 255 = 69%

216
189
176

R + G + B ~ 76%. #D8BDB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 189 + 176 = 581 (100%)
R 216 of 581 ~ 37.18%
G 189 of 581 ~ 32.53%
B 176 of 581 ~ 30.29%

%37.18
%32.53
%30.29

CMYK color model

#D8BDB0 color CMYK value is (0,13,19,15).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 18.52%
  • key color value is 15.29%
CMYK:
(0,13,19,15)
C0M13Y19K15 
(0%,13%,19%,15%)
(0.00/0.13/0.19/0.15)	

CMYK percentages

%0
%12.5
%18.52
%15.29

Codes

Color #D8BDB0 in popluar color models

D8BDB0
RGB216189176
HSL20°33.90%76.86%
HSB/HSV20°18.52%84.71%
CMYK0.00%12.50%18.52%
15.29%

Color #D8BDB0 in popluar number systems.

HEXD8BDB0
Decimal216189176
Binary110110001011110110110000
Octal330275260

Shades and tints

Shades of #D8BDB0

#D8BDB0
(216,189,176)
#C5ACA0
(197,172,160)
#B29B90
(178,155,144)
#9F8A80
(159,138,128)
#8C7970
(140,121,112)
#796860
(121,104,96)
#665750
(102,87,80)
#534640
(83,70,64)
#403530
(64,53,48)
#2D2420
(45,36,32)
#1A1310
(26,19,16)
#000000
(0,0,0)

Tints of #D8BDB0

#D8BDB0
(216,189,176)
#DBC3B7
(219,195,183)
#DEC9BE
(222,201,190)
#E1CFC5
(225,207,197)
#E4D5CC
(228,213,204)
#E7DBD3
(231,219,211)
#EAE1DA
(234,225,218)
#EDE7E1
(237,231,225)
#F0EDE8
(240,237,232)
#F3F3EF
(243,243,239)
#F6F9F6
(246,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8BDB0 color. Also use rgb(216,189,176) instead hex code.

Text Font Color

.myTextColor { color: #D8BDB0; }

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

This text font color is #D8BDB0.


Background Color

.myBgColor { background-color: #D8BDB0; }

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

This div background color is #D8BDB0.


Border color

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

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

This div border color is #D8BDB0.


Opacity

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

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

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

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

This text has shadow with #D8BDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BDB0 on black background.


Color preview on white background

This text has color #D8BDB0 on white background.



Black color preview on #D8BDB0 background

This text has black color on #D8BDB0 background.


White color preview on #D8BDB0 background

This text has white color on #D8BDB0 background.