COLOR #D8BFA8

HEX: #D8BFA8
RGB: (216,191,168)

Color info

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

RGB color model

#D8BFA8 color RGB value is (216,191,168).

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

RGB channels and saturation

R 216 of 255 = 85%
G 191 of 255 = 75%
B 168 of 255 = 66%

216
191
168

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

Portions of RGB colors in percentages

R + G + B =
216 + 191 + 168 = 575 (100%)
R 216 of 575 ~ 37.57%
G 191 of 575 ~ 33.22%
B 168 of 575 ~ 29.22%

%37.57
%33.22
%29.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.57%
  • yellow value is 22.22%
  • key color value is 15.29%
CMYK:
(0,12,22,15)
C0M12Y22K15 
(0%,12%,22%,15%)
(0.00/0.12/0.22/0.15)	

CMYK percentages

%0
%11.57
%22.22
%15.29

Codes

Color #D8BFA8 in popluar color models

D8BFA8
RGB216191168
HSL29°38.10%75.29%
HSB/HSV29°22.22%84.71%
CMYK0.00%11.57%22.22%
15.29%

Color #D8BFA8 in popluar number systems.

HEXD8BFA8
Decimal216191168
Binary110110001011111110101000
Octal330277250

Shades and tints

Shades of #D8BFA8

#D8BFA8
(216,191,168)
#C5AE99
(197,174,153)
#B29D8A
(178,157,138)
#9F8C7B
(159,140,123)
#8C7B6C
(140,123,108)
#796A5D
(121,106,93)
#66594E
(102,89,78)
#53483F
(83,72,63)
#403730
(64,55,48)
#2D2621
(45,38,33)
#1A1512
(26,21,18)
#000000
(0,0,0)

Tints of #D8BFA8

#D8BFA8
(216,191,168)
#DBC4AF
(219,196,175)
#DEC9B6
(222,201,182)
#E1CEBD
(225,206,189)
#E4D3C4
(228,211,196)
#E7D8CB
(231,216,203)
#EADDD2
(234,221,210)
#EDE2D9
(237,226,217)
#F0E7E0
(240,231,224)
#F3ECE7
(243,236,231)
#F6F1EE
(246,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BFA8; }

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

This text font color is #D8BFA8.


Background Color

.myBgColor { background-color: #D8BFA8; }

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

This div background color is #D8BFA8.


Border color

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

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

This div border color is #D8BFA8.


Opacity

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

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

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

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

This text has shadow with #D8BFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BFA8 on black background.


Color preview on white background

This text has color #D8BFA8 on white background.



Black color preview on #D8BFA8 background

This text has black color on #D8BFA8 background.


White color preview on #D8BFA8 background

This text has white color on #D8BFA8 background.