COLOR #AD8693

HEX: #AD8693 RGB: (173,134,147)

Color info

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

RGB color model

#AD8693 color RGB value is (173,134,147).

RGB: (173,134,147) (68%, 53%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 134 of 255 = 53%
B 147 of 255 = 58%

173
134
147

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

Portions of RGB colors in percentages

R + G + B = 173 + 134 + 147 = 454 (100%)
R 173 of 454 ~ 38.11%
G 134 of 454 ~ 29.52%
B 147 of 454 ~ 32.38'%

%38.11
%29.52
%32.38

CMYK color model

#AD8693 color CMYK value is (0,23,15,32).

  • cyan value is 0.00%
  • magenta value is 22.54%
  • yellow value is 15.03%
  • key color value is 32.16%

CMYK: (0,23,15,32)
C0M23Y15K32 (0%, 23%, 15%, 32%)
(0.00 / 0.23 / 0.15 / 0.32)

CMYK percentages

%0
%22.54
%15.03
%32.16

Codes

Color #AD8693 in popluar color models

AD 86 93
RGB 173 134 147
HSL 340° 19.21% 60.20%
HSB/HSV 340° 22.54% 67.84%
CMYK 0.00% 22.54% 15.03%
32.16%

Color #AD8693 in popluar number systems.

HEX AD 86 93
Decimal 173 134 147
Binary 10101101 10000110 10010011
Octal 255 206 223

Shades and tints

Shades of #AD8693

#AD8693
(173,134,147)
#9E7A86
(158,122,134)
#8F6E79
(143,110,121)
#80626C
(128,98,108)
#71565F
(113,86,95)
#624A52
(98,74,82)
#533E45
(83,62,69)
#443238
(68,50,56)
#35262B
(53,38,43)
#261A1E
(38,26,30)
#170E11
(23,14,17)
#000000
(0,0,0)

Tints of #AD8693

#AD8693
(173,134,147)
#B4919C
(180,145,156)
#BB9CA5
(187,156,165)
#C2A7AE
(194,167,174)
#C9B2B7
(201,178,183)
#D0BDC0
(208,189,192)
#D7C8C9
(215,200,201)
#DED3D2
(222,211,210)
#E5DEDB
(229,222,219)
#ECE9E4
(236,233,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD8693; }

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

This text font color is #AD8693.

Background Color

.myBgColor { background-color: #AD8693; }

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

This div background color is #AD8693.

Border color

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

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

This div border color is #AD8693.

Opacity

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

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

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

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

This text has shadow with #AD8693 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD8693.

Preview

Color preview on black background

This text has color #AD8693 on black background.


Color preview on white background

This text has color #AD8693 on white background.


Black color preview on #AD8693 background

This text has black color on #AD8693 background.


White color preview on #AD8693 background

This text has white color on #AD8693 background.


Related colors

Complementary color

Complementary color for #hex is #52796C.


I love getcolorcode.com

Triadic colors

1 #93AD86 and #8693AD with #AD8693 are triadic colors.

2 #9386AD and #86AD93 with #AD8693 are triadic colors.