COLOR #D8B9A3

HEX: #D8B9A3
RGB: (216,185,163)

Color info

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

RGB color model

#D8B9A3 color RGB value is (216,185,163).

  • red value is 216;
  • green value is 185;
  • blue value is 163.
RGB:
(216,185,163)
(85%,73%,64%)

RGB channels and saturation

R 216 of 255 = 85%
G 185 of 255 = 73%
B 163 of 255 = 64%

216
185
163

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

Portions of RGB colors in percentages

R + G + B =
216 + 185 + 163 = 564 (100%)
R 216 of 564 ~ 38.3%
G 185 of 564 ~ 32.8%
B 163 of 564 ~ 28.9%

%38.3
%32.8
%28.9

CMYK color model

#D8B9A3 color CMYK value is (0,14,25,15).

  • cyan value is 0.00%
  • magenta value is 14.35%
  • yellow value is 24.54%
  • key color value is 15.29%
CMYK:
(0,14,25,15)
C0M14Y25K15 
(0%,14%,25%,15%)
(0.00/0.14/0.25/0.15)	

CMYK percentages

%0
%14.35
%24.54
%15.29

Codes

Color #D8B9A3 in popluar color models

D8B9A3
RGB216185163
HSL25°40.46%74.31%
HSB/HSV25°24.54%84.71%
CMYK0.00%14.35%24.54%
15.29%

Color #D8B9A3 in popluar number systems.

HEXD8B9A3
Decimal216185163
Binary110110001011100110100011
Octal330271243

Shades and tints

Shades of #D8B9A3

#D8B9A3
(216,185,163)
#C5A995
(197,169,149)
#B29987
(178,153,135)
#9F8979
(159,137,121)
#8C796B
(140,121,107)
#79695D
(121,105,93)
#66594F
(102,89,79)
#534941
(83,73,65)
#403933
(64,57,51)
#2D2925
(45,41,37)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #D8B9A3

#D8B9A3
(216,185,163)
#DBBFAB
(219,191,171)
#DEC5B3
(222,197,179)
#E1CBBB
(225,203,187)
#E4D1C3
(228,209,195)
#E7D7CB
(231,215,203)
#EADDD3
(234,221,211)
#EDE3DB
(237,227,219)
#F0E9E3
(240,233,227)
#F3EFEB
(243,239,235)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B9A3 color. Also use rgb(216,185,163) instead hex code.

Text Font Color

.myTextColor { color: #D8B9A3; }

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

This text font color is #D8B9A3.


Background Color

.myBgColor { background-color: #D8B9A3; }

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

This div background color is #D8B9A3.


Border color

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

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

This div border color is #D8B9A3.


Opacity

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

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

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

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

This text has shadow with #D8B9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B9A3 on black background.


Color preview on white background

This text has color #D8B9A3 on white background.



Black color preview on #D8B9A3 background

This text has black color on #D8B9A3 background.


White color preview on #D8B9A3 background

This text has white color on #D8B9A3 background.