COLOR #AD807E

HEX: #AD807E
RGB: (173,128,126)

Color info

#AD807E contains red, green and blue colors in about the same proportion. Web safe color of #AD807E is #996666 (or #966).

RGB color model

#AD807E color RGB value is (173,128,126).

  • red value is 173;
  • green value is 128;
  • blue value is 126.
RGB:
(173,128,126)
(68%,50%,49%)

RGB channels and saturation

R 173 of 255 = 68%
G 128 of 255 = 50%
B 126 of 255 = 49%

173
128
126

R + G + B ~ 56%. #AD807E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
173 + 128 + 126 = 427 (100%)
R 173 of 427 ~ 40.52%
G 128 of 427 ~ 29.98%
B 126 of 427 ~ 29.51%

%40.52
%29.98
%29.51

CMYK color model

#AD807E color CMYK value is (0,26,27,32).

  • cyan value is 0.00%
  • magenta value is 26.01%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(0,26,27,32)
C0M26Y27K32 
(0%,26%,27%,32%)
(0.00/0.26/0.27/0.32)	

CMYK percentages

%0
%26.01
%27.17
%32.16

Codes

Color #AD807E in popluar color models

AD807E
RGB173128126
HSL22.27%58.63%
HSB/HSV27.17%67.84%
CMYK0.00%26.01%27.17%
32.16%

Color #AD807E in popluar number systems.

HEXAD807E
Decimal173128126
Binary10101101100000001111110
Octal255200176

Shades and tints

Shades of #AD807E

#AD807E
(173,128,126)
#9E7573
(158,117,115)
#8F6A68
(143,106,104)
#805F5D
(128,95,93)
#715452
(113,84,82)
#624947
(98,73,71)
#533E3C
(83,62,60)
#443331
(68,51,49)
#352826
(53,40,38)
#261D1B
(38,29,27)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #AD807E

#AD807E
(173,128,126)
#B48B89
(180,139,137)
#BB9694
(187,150,148)
#C2A19F
(194,161,159)
#C9ACAA
(201,172,170)
#D0B7B5
(208,183,181)
#D7C2C0
(215,194,192)
#DECDCB
(222,205,203)
#E5D8D6
(229,216,214)
#ECE3E1
(236,227,225)
#F3EEEC
(243,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD807E color. Also use rgb(173,128,126) instead hex code.

Text Font Color

.myTextColor { color: #AD807E; }

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

This text font color is #AD807E.


Background Color

.myBgColor { background-color: #AD807E; }

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

This div background color is #AD807E.


Border color

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

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

This div border color is #AD807E.


Opacity

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

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

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

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

This text has shadow with #AD807E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD807E on black background.


Color preview on white background

This text has color #AD807E on white background.



Black color preview on #AD807E background

This text has black color on #AD807E background.


White color preview on #AD807E background

This text has white color on #AD807E background.