COLOR #AD8999

HEX: #AD8999
RGB: (173,137,153)

Color info

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

RGB color model

#AD8999 color RGB value is (173,137,153).

  • red value is 173;
  • green value is 137;
  • blue value is 153.
RGB:
(173,137,153)
(68%,54%,60%)

RGB channels and saturation

R 173 of 255 = 68%
G 137 of 255 = 54%
B 153 of 255 = 60%

173
137
153

R + G + B ~ 61%. #AD8999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 137 + 153 = 463 (100%)
R 173 of 463 ~ 37.37%
G 137 of 463 ~ 29.59%
B 153 of 463 ~ 33.05%

%37.37
%29.59
%33.05

CMYK color model

#AD8999 color CMYK value is (0,21,12,32).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,21,12,32)
C0M21Y12K32 
(0%,21%,12%,32%)
(0.00/0.21/0.12/0.32)	

CMYK percentages

%0
%20.81
%11.56
%32.16

Codes

Color #AD8999 in popluar color models

AD8999
RGB173137153
HSL333°18.00%60.78%
HSB/HSV333°20.81%67.84%
CMYK0.00%20.81%11.56%
32.16%

Color #AD8999 in popluar number systems.

HEXAD8999
Decimal173137153
Binary101011011000100110011001
Octal255211231

Shades and tints

Shades of #AD8999

#AD8999
(173,137,153)
#9E7D8C
(158,125,140)
#8F717F
(143,113,127)
#806572
(128,101,114)
#715965
(113,89,101)
#624D58
(98,77,88)
#53414B
(83,65,75)
#44353E
(68,53,62)
#352931
(53,41,49)
#261D24
(38,29,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #AD8999

#AD8999
(173,137,153)
#B493A2
(180,147,162)
#BB9DAB
(187,157,171)
#C2A7B4
(194,167,180)
#C9B1BD
(201,177,189)
#D0BBC6
(208,187,198)
#D7C5CF
(215,197,207)
#DECFD8
(222,207,216)
#E5D9E1
(229,217,225)
#ECE3EA
(236,227,234)
#F3EDF3
(243,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD8999 color. Also use rgb(173,137,153) instead hex code.

Text Font Color

.myTextColor { color: #AD8999; }

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

This text font color is #AD8999.


Background Color

.myBgColor { background-color: #AD8999; }

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

This div background color is #AD8999.


Border color

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

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

This div border color is #AD8999.


Opacity

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

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

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

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

This text has shadow with #AD8999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD8999 on black background.


Color preview on white background

This text has color #AD8999 on white background.



Black color preview on #AD8999 background

This text has black color on #AD8999 background.


White color preview on #AD8999 background

This text has white color on #AD8999 background.