COLOR #AD9899

HEX: #AD9899
RGB: (173,152,153)

Color info

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

RGB color model

#AD9899 color RGB value is (173,152,153).

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

RGB channels and saturation

R 173 of 255 = 68%
G 152 of 255 = 60%
B 153 of 255 = 60%

173
152
153

R + G + B ~ 63%. #AD9899 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 152 + 153 = 478 (100%)
R 173 of 478 ~ 36.19%
G 152 of 478 ~ 31.8%
B 153 of 478 ~ 32.01%

%36.19
%31.8
%32.01

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.14%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(0,12,12,32)
C0M12Y12K32 
(0%,12%,12%,32%)
(0.00/0.12/0.12/0.32)	

CMYK percentages

%0
%12.14
%11.56
%32.16

Codes

Color #AD9899 in popluar color models

AD9899
RGB173152153
HSL357°11.35%63.73%
HSB/HSV357°12.14%67.84%
CMYK0.00%12.14%11.56%
32.16%

Color #AD9899 in popluar number systems.

HEXAD9899
Decimal173152153
Binary101011011001100010011001
Octal255230231

Shades and tints

Shades of #AD9899

#AD9899
(173,152,153)
#9E8B8C
(158,139,140)
#8F7E7F
(143,126,127)
#807172
(128,113,114)
#716465
(113,100,101)
#625758
(98,87,88)
#534A4B
(83,74,75)
#443D3E
(68,61,62)
#353031
(53,48,49)
#262324
(38,35,36)
#171617
(23,22,23)
#000000
(0,0,0)

Tints of #AD9899

#AD9899
(173,152,153)
#B4A1A2
(180,161,162)
#BBAAAB
(187,170,171)
#C2B3B4
(194,179,180)
#C9BCBD
(201,188,189)
#D0C5C6
(208,197,198)
#D7CECF
(215,206,207)
#DED7D8
(222,215,216)
#E5E0E1
(229,224,225)
#ECE9EA
(236,233,234)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9899; }

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

This text font color is #AD9899.


Background Color

.myBgColor { background-color: #AD9899; }

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

This div background color is #AD9899.


Border color

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

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

This div border color is #AD9899.


Opacity

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

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

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

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

This text has shadow with #AD9899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9899 on black background.


Color preview on white background

This text has color #AD9899 on white background.



Black color preview on #AD9899 background

This text has black color on #AD9899 background.


White color preview on #AD9899 background

This text has white color on #AD9899 background.