COLOR #D8BBA6

HEX: #D8BBA6
RGB: (216,187,166)

Color info

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

RGB color model

#D8BBA6 color RGB value is (216,187,166).

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

RGB channels and saturation

R 216 of 255 = 85%
G 187 of 255 = 73%
B 166 of 255 = 65%

216
187
166

R + G + B ~ 74%. #D8BBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 187 + 166 = 569 (100%)
R 216 of 569 ~ 37.96%
G 187 of 569 ~ 32.86%
B 166 of 569 ~ 29.17%

%37.96
%32.86
%29.17

CMYK color model

#D8BBA6 color CMYK value is (0,13,23,15).

  • cyan value is 0.00%
  • magenta value is 13.43%
  • yellow value is 23.15%
  • key color value is 15.29%
CMYK:
(0,13,23,15)
C0M13Y23K15 
(0%,13%,23%,15%)
(0.00/0.13/0.23/0.15)	

CMYK percentages

%0
%13.43
%23.15
%15.29

Codes

Color #D8BBA6 in popluar color models

D8BBA6
RGB216187166
HSL25°39.06%74.90%
HSB/HSV25°23.15%84.71%
CMYK0.00%13.43%23.15%
15.29%

Color #D8BBA6 in popluar number systems.

HEXD8BBA6
Decimal216187166
Binary110110001011101110100110
Octal330273246

Shades and tints

Shades of #D8BBA6

#D8BBA6
(216,187,166)
#C5AA97
(197,170,151)
#B29988
(178,153,136)
#9F8879
(159,136,121)
#8C776A
(140,119,106)
#79665B
(121,102,91)
#66554C
(102,85,76)
#53443D
(83,68,61)
#40332E
(64,51,46)
#2D221F
(45,34,31)
#1A1110
(26,17,16)
#000000
(0,0,0)

Tints of #D8BBA6

#D8BBA6
(216,187,166)
#DBC1AE
(219,193,174)
#DEC7B6
(222,199,182)
#E1CDBE
(225,205,190)
#E4D3C6
(228,211,198)
#E7D9CE
(231,217,206)
#EADFD6
(234,223,214)
#EDE5DE
(237,229,222)
#F0EBE6
(240,235,230)
#F3F1EE
(243,241,238)
#F6F7F6
(246,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BBA6; }

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

This text font color is #D8BBA6.


Background Color

.myBgColor { background-color: #D8BBA6; }

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

This div background color is #D8BBA6.


Border color

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

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

This div border color is #D8BBA6.


Opacity

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

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

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

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

This text has shadow with #D8BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BBA6 on black background.


Color preview on white background

This text has color #D8BBA6 on white background.



Black color preview on #D8BBA6 background

This text has black color on #D8BBA6 background.


White color preview on #D8BBA6 background

This text has white color on #D8BBA6 background.