COLOR #D8BDA8

HEX: #D8BDA8
RGB: (216,189,168)

Color info

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

RGB color model

#D8BDA8 color RGB value is (216,189,168).

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

RGB channels and saturation

R 216 of 255 = 85%
G 189 of 255 = 74%
B 168 of 255 = 66%

216
189
168

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

Portions of RGB colors in percentages

R + G + B =
216 + 189 + 168 = 573 (100%)
R 216 of 573 ~ 37.7%
G 189 of 573 ~ 32.98%
B 168 of 573 ~ 29.32%

%37.7
%32.98
%29.32

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 22.22%
  • 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
%12.5
%22.22
%15.29

Codes

Color #D8BDA8 in popluar color models

D8BDA8
RGB216189168
HSL26°38.10%75.29%
HSB/HSV26°22.22%84.71%
CMYK0.00%12.50%22.22%
15.29%

Color #D8BDA8 in popluar number systems.

HEXD8BDA8
Decimal216189168
Binary110110001011110110101000
Octal330275250

Shades and tints

Shades of #D8BDA8

#D8BDA8
(216,189,168)
#C5AC99
(197,172,153)
#B29B8A
(178,155,138)
#9F8A7B
(159,138,123)
#8C796C
(140,121,108)
#79685D
(121,104,93)
#66574E
(102,87,78)
#53463F
(83,70,63)
#403530
(64,53,48)
#2D2421
(45,36,33)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #D8BDA8

#D8BDA8
(216,189,168)
#DBC3AF
(219,195,175)
#DEC9B6
(222,201,182)
#E1CFBD
(225,207,189)
#E4D5C4
(228,213,196)
#E7DBCB
(231,219,203)
#EAE1D2
(234,225,210)
#EDE7D9
(237,231,217)
#F0EDE0
(240,237,224)
#F3F3E7
(243,243,231)
#F6F9EE
(246,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8BDA8; }

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

This text font color is #D8BDA8.


Background Color

.myBgColor { background-color: #D8BDA8; }

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

This div background color is #D8BDA8.


Border color

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

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

This div border color is #D8BDA8.


Opacity

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

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

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

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

This text has shadow with #D8BDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8BDA8 on black background.


Color preview on white background

This text has color #D8BDA8 on white background.



Black color preview on #D8BDA8 background

This text has black color on #D8BDA8 background.


White color preview on #D8BDA8 background

This text has white color on #D8BDA8 background.