COLOR #AD97AF

HEX: #AD97AF
RGB: (173,151,175)

Color info

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

RGB color model

#AD97AF color RGB value is (173,151,175).

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

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 175 of 255 = 69%

173
151
175

R + G + B ~ 65%. #AD97AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 175 = 499 (100%)
R 173 of 499 ~ 34.67%
G 151 of 499 ~ 30.26%
B 175 of 499 ~ 35.07%

%34.67
%30.26
%35.07

CMYK color model

#AD97AF color CMYK value is (1,14,0,31).

  • cyan value is 1.14%
  • magenta value is 13.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(1,14,0,31)
C1M14Y0K31 
(1%,14%,0%,31%)
(0.01/0.14/0.00/0.31)	

CMYK percentages

%1.14
%13.71
%0
%31.37

Codes

Color #AD97AF in popluar color models

AD97AF
RGB173151175
HSL295°13.04%63.92%
HSB/HSV295°13.71%68.63%
CMYK1.14%13.71%0.00%
31.37%

Color #AD97AF in popluar number systems.

HEXAD97AF
Decimal173151175
Binary101011011001011110101111
Octal255227257

Shades and tints

Shades of #AD97AF

#AD97AF
(173,151,175)
#9E8AA0
(158,138,160)
#8F7D91
(143,125,145)
#807082
(128,112,130)
#716373
(113,99,115)
#625664
(98,86,100)
#534955
(83,73,85)
#443C46
(68,60,70)
#352F37
(53,47,55)
#262228
(38,34,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #AD97AF

#AD97AF
(173,151,175)
#B4A0B6
(180,160,182)
#BBA9BD
(187,169,189)
#C2B2C4
(194,178,196)
#C9BBCB
(201,187,203)
#D0C4D2
(208,196,210)
#D7CDD9
(215,205,217)
#DED6E0
(222,214,224)
#E5DFE7
(229,223,231)
#ECE8EE
(236,232,238)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD97AF; }

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

This text font color is #AD97AF.


Background Color

.myBgColor { background-color: #AD97AF; }

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

This div background color is #AD97AF.


Border color

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

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

This div border color is #AD97AF.


Opacity

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

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

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

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

This text has shadow with #AD97AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD97AF on black background.


Color preview on white background

This text has color #AD97AF on white background.



Black color preview on #AD97AF background

This text has black color on #AD97AF background.


White color preview on #AD97AF background

This text has white color on #AD97AF background.