COLOR #D0B9AA

HEX: #D0B9AA
RGB: (208,185,170)

Color info

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

RGB color model

#D0B9AA color RGB value is (208,185,170).

  • red value is 208;
  • green value is 185;
  • blue value is 170.
RGB:
(208,185,170)
(82%,73%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 185 of 255 = 73%
B 170 of 255 = 67%

208
185
170

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

Portions of RGB colors in percentages

R + G + B =
208 + 185 + 170 = 563 (100%)
R 208 of 563 ~ 36.94%
G 185 of 563 ~ 32.86%
B 170 of 563 ~ 30.2%

%36.94
%32.86
%30.2

CMYK color model

#D0B9AA color CMYK value is (0,11,18,18).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 18.27%
  • key color value is 18.43%
CMYK:
(0,11,18,18)
C0M11Y18K18 
(0%,11%,18%,18%)
(0.00/0.11/0.18/0.18)	

CMYK percentages

%0
%11.06
%18.27
%18.43

Codes

Color #D0B9AA in popluar color models

D0B9AA
RGB208185170
HSL24°28.79%74.12%
HSB/HSV24°18.27%81.57%
CMYK0.00%11.06%18.27%
18.43%

Color #D0B9AA in popluar number systems.

HEXD0B9AA
Decimal208185170
Binary110100001011100110101010
Octal320271252

Shades and tints

Shades of #D0B9AA

#D0B9AA
(208,185,170)
#BEA99B
(190,169,155)
#AC998C
(172,153,140)
#9A897D
(154,137,125)
#88796E
(136,121,110)
#76695F
(118,105,95)
#645950
(100,89,80)
#524941
(82,73,65)
#403932
(64,57,50)
#2E2923
(46,41,35)
#1C1914
(28,25,20)
#000000
(0,0,0)

Tints of #D0B9AA

#D0B9AA
(208,185,170)
#D4BFB1
(212,191,177)
#D8C5B8
(216,197,184)
#DCCBBF
(220,203,191)
#E0D1C6
(224,209,198)
#E4D7CD
(228,215,205)
#E8DDD4
(232,221,212)
#ECE3DB
(236,227,219)
#F0E9E2
(240,233,226)
#F4EFE9
(244,239,233)
#F8F5F0
(248,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B9AA color. Also use rgb(208,185,170) instead hex code.

Text Font Color

.myTextColor { color: #D0B9AA; }

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

This text font color is #D0B9AA.


Background Color

.myBgColor { background-color: #D0B9AA; }

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

This div background color is #D0B9AA.


Border color

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

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

This div border color is #D0B9AA.


Opacity

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

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

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

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

This text has shadow with #D0B9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B9AA on black background.


Color preview on white background

This text has color #D0B9AA on white background.



Black color preview on #D0B9AA background

This text has black color on #D0B9AA background.


White color preview on #D0B9AA background

This text has white color on #D0B9AA background.