COLOR #D7AD89

HEX: #D7AD89
RGB: (215,173,137)

Color info

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

RGB color model

#D7AD89 color RGB value is (215,173,137).

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

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 137 of 255 = 54%

215
173
137

R + G + B ~ 69%. #D7AD89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 137 = 525 (100%)
R 215 of 525 ~ 40.95%
G 173 of 525 ~ 32.95%
B 137 of 525 ~ 26.1%

%40.95
%32.95
%26.1

CMYK color model

#D7AD89 color CMYK value is (0,20,36,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 36.28%
  • key color value is 15.69%
CMYK:
(0,20,36,16)
C0M20Y36K16 
(0%,20%,36%,16%)
(0.00/0.20/0.36/0.16)	

CMYK percentages

%0
%19.53
%36.28
%15.69

Codes

Color #D7AD89 in popluar color models

D7AD89
RGB215173137
HSL28°49.37%69.02%
HSB/HSV28°36.28%84.31%
CMYK0.00%19.53%36.28%
15.69%

Color #D7AD89 in popluar number systems.

HEXD7AD89
Decimal215173137
Binary110101111010110110001001
Octal327255211

Shades and tints

Shades of #D7AD89

#D7AD89
(215,173,137)
#C49E7D
(196,158,125)
#B18F71
(177,143,113)
#9E8065
(158,128,101)
#8B7159
(139,113,89)
#78624D
(120,98,77)
#655341
(101,83,65)
#524435
(82,68,53)
#3F3529
(63,53,41)
#2C261D
(44,38,29)
#191711
(25,23,17)
#000000
(0,0,0)

Tints of #D7AD89

#D7AD89
(215,173,137)
#DAB493
(218,180,147)
#DDBB9D
(221,187,157)
#E0C2A7
(224,194,167)
#E3C9B1
(227,201,177)
#E6D0BB
(230,208,187)
#E9D7C5
(233,215,197)
#ECDECF
(236,222,207)
#EFE5D9
(239,229,217)
#F2ECE3
(242,236,227)
#F5F3ED
(245,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AD89; }

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

This text font color is #D7AD89.


Background Color

.myBgColor { background-color: #D7AD89; }

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

This div background color is #D7AD89.


Border color

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

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

This div border color is #D7AD89.


Opacity

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

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

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

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

This text has shadow with #D7AD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AD89 on black background.


Color preview on white background

This text has color #D7AD89 on white background.



Black color preview on #D7AD89 background

This text has black color on #D7AD89 background.


White color preview on #D7AD89 background

This text has white color on #D7AD89 background.