COLOR #AD9997

HEX: #AD9997
RGB: (173,153,151)

Color info

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

RGB color model

#AD9997 color RGB value is (173,153,151).

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

RGB channels and saturation

R 173 of 255 = 68%
G 153 of 255 = 60%
B 151 of 255 = 59%

173
153
151

R + G + B ~ 62%. #AD9997 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 153 + 151 = 477 (100%)
R 173 of 477 ~ 36.27%
G 153 of 477 ~ 32.08%
B 151 of 477 ~ 31.66%

%36.27
%32.08
%31.66

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.56%
  • yellow value is 12.72%
  • key color value is 32.16%
CMYK:
(0,12,13,32)
C0M12Y13K32 
(0%,12%,13%,32%)
(0.00/0.12/0.13/0.32)	

CMYK percentages

%0
%11.56
%12.72
%32.16

Codes

Color #AD9997 in popluar color models

AD9997
RGB173153151
HSL11.83%63.53%
HSB/HSV12.72%67.84%
CMYK0.00%11.56%12.72%
32.16%

Color #AD9997 in popluar number systems.

HEXAD9997
Decimal173153151
Binary101011011001100110010111
Octal255231227

Shades and tints

Shades of #AD9997

#AD9997
(173,153,151)
#9E8C8A
(158,140,138)
#8F7F7D
(143,127,125)
#807270
(128,114,112)
#716563
(113,101,99)
#625856
(98,88,86)
#534B49
(83,75,73)
#443E3C
(68,62,60)
#35312F
(53,49,47)
#262422
(38,36,34)
#171715
(23,23,21)
#000000
(0,0,0)

Tints of #AD9997

#AD9997
(173,153,151)
#B4A2A0
(180,162,160)
#BBABA9
(187,171,169)
#C2B4B2
(194,180,178)
#C9BDBB
(201,189,187)
#D0C6C4
(208,198,196)
#D7CFCD
(215,207,205)
#DED8D6
(222,216,214)
#E5E1DF
(229,225,223)
#ECEAE8
(236,234,232)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD9997; }

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

This text font color is #AD9997.


Background Color

.myBgColor { background-color: #AD9997; }

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

This div background color is #AD9997.


Border color

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

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

This div border color is #AD9997.


Opacity

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

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

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

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

This text has shadow with #AD9997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9997 on black background.


Color preview on white background

This text has color #AD9997 on white background.



Black color preview on #AD9997 background

This text has black color on #AD9997 background.


White color preview on #AD9997 background

This text has white color on #AD9997 background.