COLOR #D9B8A5

HEX: #D9B8A5
RGB: (217,184,165)

Color info

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

RGB color model

#D9B8A5 color RGB value is (217,184,165).

  • red value is 217;
  • green value is 184;
  • blue value is 165.
RGB:
(217,184,165)
(85%,72%,65%)

RGB channels and saturation

R 217 of 255 = 85%
G 184 of 255 = 72%
B 165 of 255 = 65%

217
184
165

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

Portions of RGB colors in percentages

R + G + B =
217 + 184 + 165 = 566 (100%)
R 217 of 566 ~ 38.34%
G 184 of 566 ~ 32.51%
B 165 of 566 ~ 29.15%

%38.34
%32.51
%29.15

CMYK color model

#D9B8A5 color CMYK value is (0,15,24,15).

  • cyan value is 0.00%
  • magenta value is 15.21%
  • yellow value is 23.96%
  • key color value is 14.90%
CMYK:
(0,15,24,15)
C0M15Y24K15 
(0%,15%,24%,15%)
(0.00/0.15/0.24/0.15)	

CMYK percentages

%0
%15.21
%23.96
%14.9

Codes

Color #D9B8A5 in popluar color models

D9B8A5
RGB217184165
HSL22°40.63%74.90%
HSB/HSV22°23.96%85.10%
CMYK0.00%15.21%23.96%
14.90%

Color #D9B8A5 in popluar number systems.

HEXD9B8A5
Decimal217184165
Binary110110011011100010100101
Octal331270245

Shades and tints

Shades of #D9B8A5

#D9B8A5
(217,184,165)
#C6A896
(198,168,150)
#B39887
(179,152,135)
#A08878
(160,136,120)
#8D7869
(141,120,105)
#7A685A
(122,104,90)
#67584B
(103,88,75)
#54483C
(84,72,60)
#41382D
(65,56,45)
#2E281E
(46,40,30)
#1B180F
(27,24,15)
#000000
(0,0,0)

Tints of #D9B8A5

#D9B8A5
(217,184,165)
#DCBEAD
(220,190,173)
#DFC4B5
(223,196,181)
#E2CABD
(226,202,189)
#E5D0C5
(229,208,197)
#E8D6CD
(232,214,205)
#EBDCD5
(235,220,213)
#EEE2DD
(238,226,221)
#F1E8E5
(241,232,229)
#F4EEED
(244,238,237)
#F7F4F5
(247,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B8A5 color. Also use rgb(217,184,165) instead hex code.

Text Font Color

.myTextColor { color: #D9B8A5; }

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

This text font color is #D9B8A5.


Background Color

.myBgColor { background-color: #D9B8A5; }

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

This div background color is #D9B8A5.


Border color

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

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

This div border color is #D9B8A5.


Opacity

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

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

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

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

This text has shadow with #D9B8A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B8A5 on black background.


Color preview on white background

This text has color #D9B8A5 on white background.



Black color preview on #D9B8A5 background

This text has black color on #D9B8A5 background.


White color preview on #D9B8A5 background

This text has white color on #D9B8A5 background.