COLOR #AD8696

HEX: #AD8696
RGB: (173,134,150)

Color info

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

RGB color model

#AD8696 color RGB value is (173,134,150).

  • red value is 173;
  • green value is 134;
  • blue value is 150.
RGB:
(173,134,150)
(68%,53%,59%)

RGB channels and saturation

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

173
134
150

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

Portions of RGB colors in percentages

R + G + B =
173 + 134 + 150 = 457 (100%)
R 173 of 457 ~ 37.86%
G 134 of 457 ~ 29.32%
B 150 of 457 ~ 32.82%

%37.86
%29.32
%32.82

CMYK color model

#AD8696 color CMYK value is (0,23,13,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 13.29%
  • key color value is 32.16%
CMYK:
(0,23,13,32)
C0M23Y13K32 
(0%,23%,13%,32%)
(0.00/0.23/0.13/0.32)	

CMYK percentages

%0
%22.54
%13.29
%32.16

Codes

Color #AD8696 in popluar color models

AD8696
RGB173134150
HSL335°19.21%60.20%
HSB/HSV335°22.54%67.84%
CMYK0.00%22.54%13.29%
32.16%

Color #AD8696 in popluar number systems.

HEXAD8696
Decimal173134150
Binary101011011000011010010110
Octal255206226

Shades and tints

Shades of #AD8696

#AD8696
(173,134,150)
#9E7A89
(158,122,137)
#8F6E7C
(143,110,124)
#80626F
(128,98,111)
#715662
(113,86,98)
#624A55
(98,74,85)
#533E48
(83,62,72)
#44323B
(68,50,59)
#35262E
(53,38,46)
#261A21
(38,26,33)
#170E14
(23,14,20)
#000000
(0,0,0)

Tints of #AD8696

#AD8696
(173,134,150)
#B4919F
(180,145,159)
#BB9CA8
(187,156,168)
#C2A7B1
(194,167,177)
#C9B2BA
(201,178,186)
#D0BDC3
(208,189,195)
#D7C8CC
(215,200,204)
#DED3D5
(222,211,213)
#E5DEDE
(229,222,222)
#ECE9E7
(236,233,231)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8696; }

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

This text font color is #AD8696.


Background Color

.myBgColor { background-color: #AD8696; }

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

This div background color is #AD8696.


Border color

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

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

This div border color is #AD8696.


Opacity

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

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

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

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

This text has shadow with #AD8696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8696 on black background.


Color preview on white background

This text has color #AD8696 on white background.



Black color preview on #AD8696 background

This text has black color on #AD8696 background.


White color preview on #AD8696 background

This text has white color on #AD8696 background.