COLOR #D0AD97

HEX: #D0AD97
RGB: (208,173,151)

Color info

#D0AD97 contains red, green and blue colors in about the same proportion. Web safe color of #D0AD97 is #CC9999 (or #C99).

RGB color model

#D0AD97 color RGB value is (208,173,151).

  • red value is 208;
  • green value is 173;
  • blue value is 151.
RGB:
(208,173,151)
(82%,68%,59%)

RGB channels and saturation

R 208 of 255 = 82%
G 173 of 255 = 68%
B 151 of 255 = 59%

208
173
151

R + G + B ~ 70%. #D0AD97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 173 + 151 = 532 (100%)
R 208 of 532 ~ 39.1%
G 173 of 532 ~ 32.52%
B 151 of 532 ~ 28.38%

%39.1
%32.52
%28.38

CMYK color model

#D0AD97 color CMYK value is (0,17,27,18).

  • cyan value is 0.00%
  • magenta value is 16.83%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK:
(0,17,27,18)
C0M17Y27K18 
(0%,17%,27%,18%)
(0.00/0.17/0.27/0.18)	

CMYK percentages

%0
%16.83
%27.4
%18.43

Codes

Color #D0AD97 in popluar color models

D0AD97
RGB208173151
HSL23°37.75%70.39%
HSB/HSV23°27.40%81.57%
CMYK0.00%16.83%27.40%
18.43%

Color #D0AD97 in popluar number systems.

HEXD0AD97
Decimal208173151
Binary110100001010110110010111
Octal320255227

Shades and tints

Shades of #D0AD97

#D0AD97
(208,173,151)
#BE9E8A
(190,158,138)
#AC8F7D
(172,143,125)
#9A8070
(154,128,112)
#887163
(136,113,99)
#766256
(118,98,86)
#645349
(100,83,73)
#52443C
(82,68,60)
#40352F
(64,53,47)
#2E2622
(46,38,34)
#1C1715
(28,23,21)
#000000
(0,0,0)

Tints of #D0AD97

#D0AD97
(208,173,151)
#D4B4A0
(212,180,160)
#D8BBA9
(216,187,169)
#DCC2B2
(220,194,178)
#E0C9BB
(224,201,187)
#E4D0C4
(228,208,196)
#E8D7CD
(232,215,205)
#ECDED6
(236,222,214)
#F0E5DF
(240,229,223)
#F4ECE8
(244,236,232)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0AD97 color. Also use rgb(208,173,151) instead hex code.

Text Font Color

.myTextColor { color: #D0AD97; }

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

This text font color is #D0AD97.


Background Color

.myBgColor { background-color: #D0AD97; }

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

This div background color is #D0AD97.


Border color

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

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

This div border color is #D0AD97.


Opacity

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

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

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

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

This text has shadow with #D0AD97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0AD97 on black background.


Color preview on white background

This text has color #D0AD97 on white background.



Black color preview on #D0AD97 background

This text has black color on #D0AD97 background.


White color preview on #D0AD97 background

This text has white color on #D0AD97 background.