COLOR #AD8796

HEX: #AD8796 RGB: (173,135,150)

Color info

#AD8796 contains red, green and blue colors in about the same proportion. Web safe color of #AD8796 is #999999 (or #999).

RGB color model

#AD8796 color RGB value is (173,135,150).

RGB: (173,135,150) (68%, 53%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 135 of 255 = 53%
B 150 of 255 = 59%

173
135
150

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

Portions of RGB colors in percentages

R + G + B = 173 + 135 + 150 = 458 (100%)
R 173 of 458 ~ 37.77%
G 135 of 458 ~ 29.48%
B 150 of 458 ~ 32.75'%

%37.77
%29.48
%32.75

CMYK color model

#AD8796 color CMYK value is (0,22,13,32).

  • cyan value is 0.00%
  • magenta value is 21.97%
  • yellow value is 13.29%
  • key color value is 32.16%

CMYK: (0,22,13,32)
C0M22Y13K32 (0%, 22%, 13%, 32%)
(0.00 / 0.22 / 0.13 / 0.32)

CMYK percentages

%0
%21.97
%13.29
%32.16

Codes

Color #AD8796 in popluar color models

AD 87 96
RGB 173 135 150
HSL 336° 18.81% 60.39%
HSB/HSV 336° 21.97% 67.84%
CMYK 0.00% 21.97% 13.29%
32.16%

Color #AD8796 in popluar number systems.

HEX AD 87 96
Decimal 173 135 150
Binary 10101101 10000111 10010110
Octal 255 207 226

Shades and tints

Shades of #AD8796

#AD8796
(173,135,150)
#9E7B89
(158,123,137)
#8F6F7C
(143,111,124)
#80636F
(128,99,111)
#715762
(113,87,98)
#624B55
(98,75,85)
#533F48
(83,63,72)
#44333B
(68,51,59)
#35272E
(53,39,46)
#261B21
(38,27,33)
#170F14
(23,15,20)
#000000
(0,0,0)

Tints of #AD8796

#AD8796
(173,135,150)
#B4919F
(180,145,159)
#BB9BA8
(187,155,168)
#C2A5B1
(194,165,177)
#C9AFBA
(201,175,186)
#D0B9C3
(208,185,195)
#D7C3CC
(215,195,204)
#DECDD5
(222,205,213)
#E5D7DE
(229,215,222)
#ECE1E7
(236,225,231)
#F3EBF0
(243,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8796 color. Also use rgb(173,135,150) instead hex code.

Text Font Color

.myTextColor { color: #AD8796; }

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

This text font color is #AD8796.

Background Color

.myBgColor { background-color: #AD8796; }

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

This div background color is #AD8796.

Border color

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

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

This div border color is #AD8796.

Opacity

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

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

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

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

This text has shadow with #AD8796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8796.

Preview

Color preview on black background

This text has color #AD8796 on black background.


Color preview on white background

This text has color #AD8796 on white background.


Black color preview on #AD8796 background

This text has black color on #AD8796 background.


White color preview on #AD8796 background

This text has white color on #AD8796 background.


Related colors

Complementary color

Complementary color for #hex is #527869.


I love getcolorcode.com

Triadic colors

1 #96AD87 and #8796AD with #AD8796 are triadic colors.

2 #9687AD and #87AD96 with #AD8796 are triadic colors.