COLOR #AD97B7

HEX: #AD97B7 RGB: (173,151,183)

Color info

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

RGB color model

#AD97B7 color RGB value is (173,151,183).

RGB: (173,151,183) (68%, 59%, 72%)

RGB channels and saturation

R 173 of 255 = 68%
G 151 of 255 = 59%
B 183 of 255 = 72%

173
151
183

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

Portions of RGB colors in percentages

R + G + B = 173 + 151 + 183 = 507 (100%)
R 173 of 507 ~ 34.12%
G 151 of 507 ~ 29.78%
B 183 of 507 ~ 36.09'%

%34.12
%29.78
%36.09

CMYK color model

#AD97B7 color CMYK value is (5,17,0,28).

  • cyan value is 5.46%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (5,17,0,28)
C5M17Y0K28 (5%, 17%, 0%, 28%)
(0.05 / 0.17 / 0.00 / 0.28)

CMYK percentages

%5.46
%17.49
%0
%28.24

Codes

Color #AD97B7 in popluar color models

AD 97 B7
RGB 173 151 183
HSL 281° 18.18% 65.49%
HSB/HSV 281° 17.49% 71.76%
CMYK 5.46% 17.49% 0.00%
28.24%

Color #AD97B7 in popluar number systems.

HEX AD 97 B7
Decimal 173 151 183
Binary 10101101 10010111 10110111
Octal 255 227 267

Shades and tints

Shades of #AD97B7

#AD97B7
(173,151,183)
#9E8AA7
(158,138,167)
#8F7D97
(143,125,151)
#807087
(128,112,135)
#716377
(113,99,119)
#625667
(98,86,103)
#534957
(83,73,87)
#443C47
(68,60,71)
#352F37
(53,47,55)
#262227
(38,34,39)
#171517
(23,21,23)
#000000
(0,0,0)

Tints of #AD97B7

#AD97B7
(173,151,183)
#B4A0BD
(180,160,189)
#BBA9C3
(187,169,195)
#C2B2C9
(194,178,201)
#C9BBCF
(201,187,207)
#D0C4D5
(208,196,213)
#D7CDDB
(215,205,219)
#DED6E1
(222,214,225)
#E5DFE7
(229,223,231)
#ECE8ED
(236,232,237)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AD97B7; }

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

This text font color is #AD97B7.

Background Color

.myBgColor { background-color: #AD97B7; }

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

This div background color is #AD97B7.

Border color

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

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

This div border color is #AD97B7.

Opacity

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

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

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

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

This text has shadow with #AD97B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AD97B7.

Preview

Color preview on black background

This text has color #AD97B7 on black background.


Color preview on white background

This text has color #AD97B7 on white background.


Black color preview on #AD97B7 background

This text has black color on #AD97B7 background.


White color preview on #AD97B7 background

This text has white color on #AD97B7 background.


Related colors

Complementary color

Complementary color for #hex is #526848.


I love getcolorcode.com

Triadic colors

1 #B7AD97 and #97B7AD with #AD97B7 are triadic colors.

2 #B797AD and #97ADB7 with #AD97B7 are triadic colors.