COLOR #D9B7BF

HEX: #D9B7BF
RGB: (217,183,191)

Color info

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

RGB color model

#D9B7BF color RGB value is (217,183,191).

  • red value is 217;
  • green value is 183;
  • blue value is 191.
RGB:
(217,183,191)
(85%,72%,75%)

RGB channels and saturation

R 217 of 255 = 85%
G 183 of 255 = 72%
B 191 of 255 = 75%

217
183
191

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

Portions of RGB colors in percentages

R + G + B =
217 + 183 + 191 = 591 (100%)
R 217 of 591 ~ 36.72%
G 183 of 591 ~ 30.96%
B 191 of 591 ~ 32.32%

%36.72
%30.96
%32.32

CMYK color model

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

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

CMYK percentages

%0
%15.67
%11.98
%14.9

Codes

Color #D9B7BF in popluar color models

D9B7BF
RGB217183191
HSL346°30.91%78.43%
HSB/HSV346°15.67%85.10%
CMYK0.00%15.67%11.98%
14.90%

Color #D9B7BF in popluar number systems.

HEXD9B7BF
Decimal217183191
Binary110110011011011110111111
Octal331267277

Shades and tints

Shades of #D9B7BF

#D9B7BF
(217,183,191)
#C6A7AE
(198,167,174)
#B3979D
(179,151,157)
#A0878C
(160,135,140)
#8D777B
(141,119,123)
#7A676A
(122,103,106)
#675759
(103,87,89)
#544748
(84,71,72)
#413737
(65,55,55)
#2E2726
(46,39,38)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9B7BF

#D9B7BF
(217,183,191)
#DCBDC4
(220,189,196)
#DFC3C9
(223,195,201)
#E2C9CE
(226,201,206)
#E5CFD3
(229,207,211)
#E8D5D8
(232,213,216)
#EBDBDD
(235,219,221)
#EEE1E2
(238,225,226)
#F1E7E7
(241,231,231)
#F4EDEC
(244,237,236)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B7BF color. Also use rgb(217,183,191) instead hex code.

Text Font Color

.myTextColor { color: #D9B7BF; }

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

This text font color is #D9B7BF.


Background Color

.myBgColor { background-color: #D9B7BF; }

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

This div background color is #D9B7BF.


Border color

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

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

This div border color is #D9B7BF.


Opacity

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

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

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

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

This text has shadow with #D9B7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B7BF on black background.


Color preview on white background

This text has color #D9B7BF on white background.



Black color preview on #D9B7BF background

This text has black color on #D9B7BF background.


White color preview on #D9B7BF background

This text has white color on #D9B7BF background.