COLOR #D8B6BF

HEX: #D8B6BF
RGB: (216,182,191)

Color info

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

RGB color model

#D8B6BF color RGB value is (216,182,191).

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

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 191 of 255 = 75%

216
182
191

R + G + B ~ 77%. #D8B6BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 182 + 191 = 589 (100%)
R 216 of 589 ~ 36.67%
G 182 of 589 ~ 30.9%
B 191 of 589 ~ 32.43%

%36.67
%30.9
%32.43

CMYK color model

#D8B6BF color CMYK value is (0,16,12,15).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 11.57%
  • key color value is 15.29%
CMYK:
(0,16,12,15)
C0M16Y12K15 
(0%,16%,12%,15%)
(0.00/0.16/0.12/0.15)	

CMYK percentages

%0
%15.74
%11.57
%15.29

Codes

Color #D8B6BF in popluar color models

D8B6BF
RGB216182191
HSL344°30.36%78.04%
HSB/HSV344°15.74%84.71%
CMYK0.00%15.74%11.57%
15.29%

Color #D8B6BF in popluar number systems.

HEXD8B6BF
Decimal216182191
Binary110110001011011010111111
Octal330266277

Shades and tints

Shades of #D8B6BF

#D8B6BF
(216,182,191)
#C5A6AE
(197,166,174)
#B2969D
(178,150,157)
#9F868C
(159,134,140)
#8C767B
(140,118,123)
#79666A
(121,102,106)
#665659
(102,86,89)
#534648
(83,70,72)
#403637
(64,54,55)
#2D2626
(45,38,38)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #D8B6BF

#D8B6BF
(216,182,191)
#DBBCC4
(219,188,196)
#DEC2C9
(222,194,201)
#E1C8CE
(225,200,206)
#E4CED3
(228,206,211)
#E7D4D8
(231,212,216)
#EADADD
(234,218,221)
#EDE0E2
(237,224,226)
#F0E6E7
(240,230,231)
#F3ECEC
(243,236,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B6BF; }

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

This text font color is #D8B6BF.


Background Color

.myBgColor { background-color: #D8B6BF; }

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

This div background color is #D8B6BF.


Border color

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

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

This div border color is #D8B6BF.


Opacity

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

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

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

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

This text has shadow with #D8B6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B6BF on black background.


Color preview on white background

This text has color #D8B6BF on white background.



Black color preview on #D8B6BF background

This text has black color on #D8B6BF background.


White color preview on #D8B6BF background

This text has white color on #D8B6BF background.