COLOR #D7AD7B

HEX: #D7AD7B RGB: (215,173,123)

Color info

#D7AD7B contains mainly red and green colors. Web safe color of #D7AD7B is #CC9966 (or #C96).

RGB color model

#D7AD7B color RGB value is (215,173,123).

RGB: (215,173,123) (84%, 68%, 48%)

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 123 of 255 = 48%

215
173
123

R + G + B ~ 67%. #D7AD7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 173 + 123 = 511 (100%)
R 215 of 511 ~ 42.07%
G 173 of 511 ~ 33.86%
B 123 of 511 ~ 24.07'%

%42.07
%33.86
%24.07

CMYK color model

#D7AD7B color CMYK value is (0,20,43,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 42.79%
  • key color value is 15.69%

CMYK: (0,20,43,16)
C0M20Y43K16 (0%, 20%, 43%, 16%)
(0.00 / 0.20 / 0.43 / 0.16)

CMYK percentages

%0
%19.53
%42.79
%15.69

Codes

Color #D7AD7B in popluar color models

D7 AD 7B
RGB 215 173 123
HSL 33° 53.49% 66.27%
HSB/HSV 33° 42.79% 84.31%
CMYK 0.00% 19.53% 42.79%
15.69%

Color #D7AD7B in popluar number systems.

HEX D7 AD 7B
Decimal 215 173 123
Binary 11010111 10101101 1111011
Octal 327 255 173

Shades and tints

Shades of #D7AD7B

#D7AD7B
(215,173,123)
#C49E70
(196,158,112)
#B18F65
(177,143,101)
#9E805A
(158,128,90)
#8B714F
(139,113,79)
#786244
(120,98,68)
#655339
(101,83,57)
#52442E
(82,68,46)
#3F3523
(63,53,35)
#2C2618
(44,38,24)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #D7AD7B

#D7AD7B
(215,173,123)
#DAB487
(218,180,135)
#DDBB93
(221,187,147)
#E0C29F
(224,194,159)
#E3C9AB
(227,201,171)
#E6D0B7
(230,208,183)
#E9D7C3
(233,215,195)
#ECDECF
(236,222,207)
#EFE5DB
(239,229,219)
#F2ECE7
(242,236,231)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AD7B; }

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

This text font color is #D7AD7B.

Background Color

.myBgColor { background-color: #D7AD7B; }

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

This div background color is #D7AD7B.

Border color

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

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

This div border color is #D7AD7B.

Opacity

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

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

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

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

This text has shadow with #D7AD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7AD7B.

Preview

Color preview on black background

This text has color #D7AD7B on black background.


Color preview on white background

This text has color #D7AD7B on white background.


Black color preview on #D7AD7B background

This text has black color on #D7AD7B background.


White color preview on #D7AD7B background

This text has white color on #D7AD7B background.


Related colors

Complementary color

Complementary color for #hex is #285284.


I love getcolorcode.com

Triadic colors

1 #7BD7AD and #AD7BD7 with #D7AD7B are triadic colors.

2 #7BADD7 and #ADD77B with #D7AD7B are triadic colors.