COLOR #AD97B3

HEX: #AD97B3
RGB: (173,151,179)

Color info

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

RGB color model

#AD97B3 color RGB value is (173,151,179).

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

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 179 of 255 = 70%

173
151
179

R + G + B ~ 66%. #AD97B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 151 + 179 = 503 (100%)
R 173 of 503 ~ 34.39%
G 151 of 503 ~ 30.02%
B 179 of 503 ~ 35.59%

%34.39
%30.02
%35.59

CMYK color model

#AD97B3 color CMYK value is (3,16,0,30).

  • cyan value is 3.35%
  • magenta value is 15.64%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(3,16,0,30)
C3M16Y0K30 
(3%,16%,0%,30%)
(0.03/0.16/0.00/0.30)	

CMYK percentages

%3.35
%15.64
%0
%29.8

Codes

Color #AD97B3 in popluar color models

AD97B3
RGB173151179
HSL287°15.56%64.71%
HSB/HSV287°15.64%70.20%
CMYK3.35%15.64%0.00%
29.80%

Color #AD97B3 in popluar number systems.

HEXAD97B3
Decimal173151179
Binary101011011001011110110011
Octal255227263

Shades and tints

Shades of #AD97B3

#AD97B3
(173,151,179)
#9E8AA3
(158,138,163)
#8F7D93
(143,125,147)
#807083
(128,112,131)
#716373
(113,99,115)
#625663
(98,86,99)
#534953
(83,73,83)
#443C43
(68,60,67)
#352F33
(53,47,51)
#262223
(38,34,35)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #AD97B3

#AD97B3
(173,151,179)
#B4A0B9
(180,160,185)
#BBA9BF
(187,169,191)
#C2B2C5
(194,178,197)
#C9BBCB
(201,187,203)
#D0C4D1
(208,196,209)
#D7CDD7
(215,205,215)
#DED6DD
(222,214,221)
#E5DFE3
(229,223,227)
#ECE8E9
(236,232,233)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD97B3; }

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

This text font color is #AD97B3.


Background Color

.myBgColor { background-color: #AD97B3; }

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

This div background color is #AD97B3.


Border color

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

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

This div border color is #AD97B3.


Opacity

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

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

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

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

This text has shadow with #AD97B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD97B3 on black background.


Color preview on white background

This text has color #AD97B3 on white background.



Black color preview on #AD97B3 background

This text has black color on #AD97B3 background.


White color preview on #AD97B3 background

This text has white color on #AD97B3 background.