COLOR #D8BFB0

HEX: #D8BFB0
RGB: (216,191,176)

Color info

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

RGB color model

#D8BFB0 color RGB value is (216,191,176).

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

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 176 of 255 = 69%

216
191
176

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

Portions of RGB colors in percentages

R + G + B =
216 + 191 + 176 = 583 (100%)
R 216 of 583 ~ 37.05%
G 191 of 583 ~ 32.76%
B 176 of 583 ~ 30.19%

%37.05
%32.76
%30.19

CMYK color model

#D8BFB0 color CMYK value is (0,12,19,15).

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 18.52%
  • key color value is 15.29%
CMYK:
(0,12,19,15)
C0M12Y19K15 
(0%,12%,19%,15%)
(0.00/0.12/0.19/0.15)	

CMYK percentages

%0
%11.57
%18.52
%15.29

Codes

Color #D8BFB0 in popluar color models

D8BFB0
RGB216191176
HSL23°33.90%76.86%
HSB/HSV23°18.52%84.71%
CMYK0.00%11.57%18.52%
15.29%

Color #D8BFB0 in popluar number systems.

HEXD8BFB0
Decimal216191176
Binary110110001011111110110000
Octal330277260

Shades and tints

Shades of #D8BFB0

#D8BFB0
(216,191,176)
#C5AEA0
(197,174,160)
#B29D90
(178,157,144)
#9F8C80
(159,140,128)
#8C7B70
(140,123,112)
#796A60
(121,106,96)
#665950
(102,89,80)
#534840
(83,72,64)
#403730
(64,55,48)
#2D2620
(45,38,32)
#1A1510
(26,21,16)
#000000
(0,0,0)

Tints of #D8BFB0

#D8BFB0
(216,191,176)
#DBC4B7
(219,196,183)
#DEC9BE
(222,201,190)
#E1CEC5
(225,206,197)
#E4D3CC
(228,211,204)
#E7D8D3
(231,216,211)
#EADDDA
(234,221,218)
#EDE2E1
(237,226,225)
#F0E7E8
(240,231,232)
#F3ECEF
(243,236,239)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BFB0; }

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

This text font color is #D8BFB0.


Background Color

.myBgColor { background-color: #D8BFB0; }

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

This div background color is #D8BFB0.


Border color

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

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

This div border color is #D8BFB0.


Opacity

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

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

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

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

This text has shadow with #D8BFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BFB0 on black background.


Color preview on white background

This text has color #D8BFB0 on white background.



Black color preview on #D8BFB0 background

This text has black color on #D8BFB0 background.


White color preview on #D8BFB0 background

This text has white color on #D8BFB0 background.