COLOR #D9B8BF

HEX: #D9B8BF RGB: (217,184,191)

Color info

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

RGB color model

#D9B8BF color RGB value is (217,184,191).

RGB: (217,184,191) (85%, 72%, 75%)

RGB channels and saturation

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

217
184
191

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

Portions of RGB colors in percentages

R + G + B = 217 + 184 + 191 = 592 (100%)
R 217 of 592 ~ 36.66%
G 184 of 592 ~ 31.08%
B 191 of 592 ~ 32.26'%

%36.66
%31.08
%32.26

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.21%
  • yellow value is 11.98%
  • key color value is 14.90%

CMYK: (0,15,12,15)
C0M15Y12K15 (0%, 15%, 12%, 15%)
(0.00 / 0.15 / 0.12 / 0.15)

CMYK percentages

%0
%15.21
%11.98
%14.9

Codes

Color #D9B8BF in popluar color models

D9 B8 BF
RGB 217 184 191
HSL 347° 30.28% 78.63%
HSB/HSV 347° 15.21% 85.10%
CMYK 0.00% 15.21% 11.98%
14.90%

Color #D9B8BF in popluar number systems.

HEX D9 B8 BF
Decimal 217 184 191
Binary 11011001 10111000 10111111
Octal 331 270 277

Shades and tints

Shades of #D9B8BF

#D9B8BF
(217,184,191)
#C6A8AE
(198,168,174)
#B3989D
(179,152,157)
#A0888C
(160,136,140)
#8D787B
(141,120,123)
#7A686A
(122,104,106)
#675859
(103,88,89)
#544848
(84,72,72)
#413837
(65,56,55)
#2E2826
(46,40,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #D9B8BF

#D9B8BF
(217,184,191)
#DCBEC4
(220,190,196)
#DFC4C9
(223,196,201)
#E2CACE
(226,202,206)
#E5D0D3
(229,208,211)
#E8D6D8
(232,214,216)
#EBDCDD
(235,220,221)
#EEE2E2
(238,226,226)
#F1E8E7
(241,232,231)
#F4EEEC
(244,238,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B8BF; }

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

This text font color is #D9B8BF.

Background Color

.myBgColor { background-color: #D9B8BF; }

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

This div background color is #D9B8BF.

Border color

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

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

This div border color is #D9B8BF.

Opacity

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

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

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

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

This text has shadow with #D9B8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9B8BF.

Preview

Color preview on black background

This text has color #D9B8BF on black background.


Color preview on white background

This text has color #D9B8BF on white background.


Black color preview on #D9B8BF background

This text has black color on #D9B8BF background.


White color preview on #D9B8BF background

This text has white color on #D9B8BF background.


Related colors

Complementary color

Complementary color for #hex is #264740.


I love getcolorcode.com

Triadic colors

1 #BFD9B8 and #B8BFD9 with #D9B8BF are triadic colors.

2 #BFB8D9 and #B8D9BF with #D9B8BF are triadic colors.