COLOR #AD97BA

HEX: #AD97BA RGB: (173,151,186)

Color info

#AD97BA contains red, green and blue colors in about the same proportion. Web safe color of #AD97BA is #9999CC (or #99C).

RGB color model

#AD97BA color RGB value is (173,151,186).

RGB: (173,151,186) (68%, 59%, 73%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 186 of 255 = 73%

173
151
186

R + G + B ~ 67%. #AD97BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 151 + 186 = 510 (100%)
R 173 of 510 ~ 33.92%
G 151 of 510 ~ 29.61%
B 186 of 510 ~ 36.47'%

%33.92
%29.61
%36.47

CMYK color model

#AD97BA color CMYK value is (7,19,0,27).

  • cyan value is 6.99%
  • magenta value is 18.82%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (7,19,0,27)
C7M19Y0K27 (7%, 19%, 0%, 27%)
(0.07 / 0.19 / 0.00 / 0.27)

CMYK percentages

%6.99
%18.82
%0
%27.06

Codes

Color #AD97BA in popluar color models

AD 97 BA
RGB 173 151 186
HSL 278° 20.23% 66.08%
HSB/HSV 278° 18.82% 72.94%
CMYK 6.99% 18.82% 0.00%
27.06%

Color #AD97BA in popluar number systems.

HEX AD 97 BA
Decimal 173 151 186
Binary 10101101 10010111 10111010
Octal 255 227 272

Shades and tints

Shades of #AD97BA

#AD97BA
(173,151,186)
#9E8AAA
(158,138,170)
#8F7D9A
(143,125,154)
#80708A
(128,112,138)
#71637A
(113,99,122)
#62566A
(98,86,106)
#53495A
(83,73,90)
#443C4A
(68,60,74)
#352F3A
(53,47,58)
#26222A
(38,34,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #AD97BA

#AD97BA
(173,151,186)
#B4A0C0
(180,160,192)
#BBA9C6
(187,169,198)
#C2B2CC
(194,178,204)
#C9BBD2
(201,187,210)
#D0C4D8
(208,196,216)
#D7CDDE
(215,205,222)
#DED6E4
(222,214,228)
#E5DFEA
(229,223,234)
#ECE8F0
(236,232,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD97BA; }

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

This text font color is #AD97BA.

Background Color

.myBgColor { background-color: #AD97BA; }

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

This div background color is #AD97BA.

Border color

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

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

This div border color is #AD97BA.

Opacity

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

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

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

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

This text has shadow with #AD97BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD97BA.

Preview

Color preview on black background

This text has color #AD97BA on black background.


Color preview on white background

This text has color #AD97BA on white background.


Black color preview on #AD97BA background

This text has black color on #AD97BA background.


White color preview on #AD97BA background

This text has white color on #AD97BA background.


Related colors

Complementary color

Complementary color for #hex is #526845.


I love getcolorcode.com

Triadic colors

1 #BAAD97 and #97BAAD with #AD97BA are triadic colors.

2 #BA97AD and #97ADBA with #AD97BA are triadic colors.