COLOR #D2AD89

HEX: #D2AD89
RGB: (210,173,137)

Color info

#D2AD89 contains mainly red and green colors. Web safe color of #D2AD89 is #CC9999 (or #C99).

RGB color model

#D2AD89 color RGB value is (210,173,137).

  • red value is 210;
  • green value is 173;
  • blue value is 137.
RGB:
(210,173,137)
(82%,68%,54%)

RGB channels and saturation

R 210 of 255 = 82%
G 173 of 255 = 68%
B 137 of 255 = 54%

210
173
137

R + G + B ~ 68%. #D2AD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 173 + 137 = 520 (100%)
R 210 of 520 ~ 40.38%
G 173 of 520 ~ 33.27%
B 137 of 520 ~ 26.35%

%40.38
%33.27
%26.35

CMYK color model

#D2AD89 color CMYK value is (0,18,35,18).

  • cyan value is 0.00%
  • magenta value is 17.62%
  • yellow value is 34.76%
  • key color value is 17.65%
CMYK:
(0,18,35,18)
C0M18Y35K18 
(0%,18%,35%,18%)
(0.00/0.18/0.35/0.18)	

CMYK percentages

%0
%17.62
%34.76
%17.65

Codes

Color #D2AD89 in popluar color models

D2AD89
RGB210173137
HSL30°44.79%68.04%
HSB/HSV30°34.76%82.35%
CMYK0.00%17.62%34.76%
17.65%

Color #D2AD89 in popluar number systems.

HEXD2AD89
Decimal210173137
Binary110100101010110110001001
Octal322255211

Shades and tints

Shades of #D2AD89

#D2AD89
(210,173,137)
#BF9E7D
(191,158,125)
#AC8F71
(172,143,113)
#998065
(153,128,101)
#867159
(134,113,89)
#73624D
(115,98,77)
#605341
(96,83,65)
#4D4435
(77,68,53)
#3A3529
(58,53,41)
#27261D
(39,38,29)
#141711
(20,23,17)
#000000
(0,0,0)

Tints of #D2AD89

#D2AD89
(210,173,137)
#D6B493
(214,180,147)
#DABB9D
(218,187,157)
#DEC2A7
(222,194,167)
#E2C9B1
(226,201,177)
#E6D0BB
(230,208,187)
#EAD7C5
(234,215,197)
#EEDECF
(238,222,207)
#F2E5D9
(242,229,217)
#F6ECE3
(246,236,227)
#FAF3ED
(250,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AD89 color. Also use rgb(210,173,137) instead hex code.

Text Font Color

.myTextColor { color: #D2AD89; }

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

This text font color is #D2AD89.


Background Color

.myBgColor { background-color: #D2AD89; }

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

This div background color is #D2AD89.


Border color

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

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

This div border color is #D2AD89.


Opacity

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

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

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

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

This text has shadow with #D2AD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AD89 on black background.


Color preview on white background

This text has color #D2AD89 on white background.



Black color preview on #D2AD89 background

This text has black color on #D2AD89 background.


White color preview on #D2AD89 background

This text has white color on #D2AD89 background.