COLOR #D8BBA9

HEX: #D8BBA9
RGB: (216,187,169)

Color info

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

RGB color model

#D8BBA9 color RGB value is (216,187,169).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 169 of 255 = 66%

216
187
169

R + G + B ~ 75%. #D8BBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 169 = 572 (100%)
R 216 of 572 ~ 37.76%
G 187 of 572 ~ 32.69%
B 169 of 572 ~ 29.55%

%37.76
%32.69
%29.55

CMYK color model

#D8BBA9 color CMYK value is (0,13,22,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 21.76%
  • key color value is 15.29%
CMYK:
(0,13,22,15)
C0M13Y22K15 
(0%,13%,22%,15%)
(0.00/0.13/0.22/0.15)	

CMYK percentages

%0
%13.43
%21.76
%15.29

Codes

Color #D8BBA9 in popluar color models

D8BBA9
RGB216187169
HSL23°37.60%75.49%
HSB/HSV23°21.76%84.71%
CMYK0.00%13.43%21.76%
15.29%

Color #D8BBA9 in popluar number systems.

HEXD8BBA9
Decimal216187169
Binary110110001011101110101001
Octal330273251

Shades and tints

Shades of #D8BBA9

#D8BBA9
(216,187,169)
#C5AA9A
(197,170,154)
#B2998B
(178,153,139)
#9F887C
(159,136,124)
#8C776D
(140,119,109)
#79665E
(121,102,94)
#66554F
(102,85,79)
#534440
(83,68,64)
#403331
(64,51,49)
#2D2222
(45,34,34)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #D8BBA9

#D8BBA9
(216,187,169)
#DBC1B0
(219,193,176)
#DEC7B7
(222,199,183)
#E1CDBE
(225,205,190)
#E4D3C5
(228,211,197)
#E7D9CC
(231,217,204)
#EADFD3
(234,223,211)
#EDE5DA
(237,229,218)
#F0EBE1
(240,235,225)
#F3F1E8
(243,241,232)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBA9; }

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

This text font color is #D8BBA9.


Background Color

.myBgColor { background-color: #D8BBA9; }

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

This div background color is #D8BBA9.


Border color

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

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

This div border color is #D8BBA9.


Opacity

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

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

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

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

This text has shadow with #D8BBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBA9 on black background.


Color preview on white background

This text has color #D8BBA9 on white background.



Black color preview on #D8BBA9 background

This text has black color on #D8BBA9 background.


White color preview on #D8BBA9 background

This text has white color on #D8BBA9 background.