COLOR #D7AD9B

HEX: #D7AD9B
RGB: (215,173,155)

Color info

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

RGB color model

#D7AD9B color RGB value is (215,173,155).

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

RGB channels and saturation

R 215 of 255 = 84%
G 173 of 255 = 68%
B 155 of 255 = 61%

215
173
155

R + G + B ~ 71%. #D7AD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 173 + 155 = 543 (100%)
R 215 of 543 ~ 39.59%
G 173 of 543 ~ 31.86%
B 155 of 543 ~ 28.55%

%39.59
%31.86
%28.55

CMYK color model

#D7AD9B color CMYK value is (0,20,28,16).

  • cyan value is 0.00%
  • magenta value is 19.53%
  • yellow value is 27.91%
  • key color value is 15.69%
CMYK:
(0,20,28,16)
C0M20Y28K16 
(0%,20%,28%,16%)
(0.00/0.20/0.28/0.16)	

CMYK percentages

%0
%19.53
%27.91
%15.69

Codes

Color #D7AD9B in popluar color models

D7AD9B
RGB215173155
HSL18°42.86%72.55%
HSB/HSV18°27.91%84.31%
CMYK0.00%19.53%27.91%
15.69%

Color #D7AD9B in popluar number systems.

HEXD7AD9B
Decimal215173155
Binary110101111010110110011011
Octal327255233

Shades and tints

Shades of #D7AD9B

#D7AD9B
(215,173,155)
#C49E8D
(196,158,141)
#B18F7F
(177,143,127)
#9E8071
(158,128,113)
#8B7163
(139,113,99)
#786255
(120,98,85)
#655347
(101,83,71)
#524439
(82,68,57)
#3F352B
(63,53,43)
#2C261D
(44,38,29)
#19170F
(25,23,15)
#000000
(0,0,0)

Tints of #D7AD9B

#D7AD9B
(215,173,155)
#DAB4A4
(218,180,164)
#DDBBAD
(221,187,173)
#E0C2B6
(224,194,182)
#E3C9BF
(227,201,191)
#E6D0C8
(230,208,200)
#E9D7D1
(233,215,209)
#ECDEDA
(236,222,218)
#EFE5E3
(239,229,227)
#F2ECEC
(242,236,236)
#F5F3F5
(245,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7AD9B; }

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

This text font color is #D7AD9B.


Background Color

.myBgColor { background-color: #D7AD9B; }

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

This div background color is #D7AD9B.


Border color

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

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

This div border color is #D7AD9B.


Opacity

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

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

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

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

This text has shadow with #D7AD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7AD9B on black background.


Color preview on white background

This text has color #D7AD9B on white background.



Black color preview on #D7AD9B background

This text has black color on #D7AD9B background.


White color preview on #D7AD9B background

This text has white color on #D7AD9B background.