COLOR #D8B0BB

HEX: #D8B0BB
RGB: (216,176,187)

Color info

#D8B0BB contains red, green and blue colors in about the same proportion. Web safe color of #D8B0BB is #CC99CC (or #C9C).

RGB color model

#D8B0BB color RGB value is (216,176,187).

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

RGB channels and saturation

R 216 of 255 = 85%
G 176 of 255 = 69%
B 187 of 255 = 73%

216
176
187

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

Portions of RGB colors in percentages

R + G + B =
216 + 176 + 187 = 579 (100%)
R 216 of 579 ~ 37.31%
G 176 of 579 ~ 30.4%
B 187 of 579 ~ 32.3%

%37.31
%30.4
%32.3

CMYK color model

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

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

CMYK percentages

%0
%18.52
%13.43
%15.29

Codes

Color #D8B0BB in popluar color models

D8B0BB
RGB216176187
HSL344°33.90%76.86%
HSB/HSV344°18.52%84.71%
CMYK0.00%18.52%13.43%
15.29%

Color #D8B0BB in popluar number systems.

HEXD8B0BB
Decimal216176187
Binary110110001011000010111011
Octal330260273

Shades and tints

Shades of #D8B0BB

#D8B0BB
(216,176,187)
#C5A0AA
(197,160,170)
#B29099
(178,144,153)
#9F8088
(159,128,136)
#8C7077
(140,112,119)
#796066
(121,96,102)
#665055
(102,80,85)
#534044
(83,64,68)
#403033
(64,48,51)
#2D2022
(45,32,34)
#1A1011
(26,16,17)
#000000
(0,0,0)

Tints of #D8B0BB

#D8B0BB
(216,176,187)
#DBB7C1
(219,183,193)
#DEBEC7
(222,190,199)
#E1C5CD
(225,197,205)
#E4CCD3
(228,204,211)
#E7D3D9
(231,211,217)
#EADADF
(234,218,223)
#EDE1E5
(237,225,229)
#F0E8EB
(240,232,235)
#F3EFF1
(243,239,241)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B0BB; }

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

This text font color is #D8B0BB.


Background Color

.myBgColor { background-color: #D8B0BB; }

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

This div background color is #D8B0BB.


Border color

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

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

This div border color is #D8B0BB.


Opacity

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

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

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

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

This text has shadow with #D8B0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B0BB on black background.


Color preview on white background

This text has color #D8B0BB on white background.



Black color preview on #D8B0BB background

This text has black color on #D8B0BB background.


White color preview on #D8B0BB background

This text has white color on #D8B0BB background.