COLOR #9197AD

HEX: #9197AD RGB: (145,151,173)

Color info

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

RGB color model

#9197AD color RGB value is (145,151,173).

RGB: (145,151,173) (57%, 59%, 68%)

RGB channels and saturation

R 145 of 255 = 57%
G 151 of 255 = 59%
B 173 of 255 = 68%

145
151
173

R + G + B ~ 61%. #9197AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 145 + 151 + 173 = 469 (100%)
R 145 of 469 ~ 30.92%
G 151 of 469 ~ 32.2%
B 173 of 469 ~ 36.89'%

%30.92
%32.2
%36.89

CMYK color model

#9197AD color CMYK value is (16,13,0,32).

  • cyan value is 16.18%
  • magenta value is 12.72%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (16,13,0,32) C16M13Y0K32 (16%,13%,0%,32%) (0.16/0.13/0.00/0.32) 

CMYK percentages

%16.18
%12.72
%0
%32.16

Codes

Color #9197AD in popluar color models

91 97 AD
RGB 145 151 173
HSL 227° 14.58% 62.35%
HSB/HSV 227° 16.18% 67.84%
CMYK 16.18% 12.72% 0.00%
32.16%

Color #9197AD in popluar number systems.

HEX 91 97 AD
Decimal 145 151 173
Binary 10010001 10010111 10101101
Octal 221 227 255

Shades and tints

Shades of #9197AD

#9197AD
(145,151,173)
#848A9E
(132,138,158)
#777D8F
(119,125,143)
#6A7080
(106,112,128)
#5D6371
(93,99,113)
#505662
(80,86,98)
#434953
(67,73,83)
#363C44
(54,60,68)
#292F35
(41,47,53)
#1C2226
(28,34,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #9197AD

#9197AD
(145,151,173)
#9BA0B4
(155,160,180)
#A5A9BB
(165,169,187)
#AFB2C2
(175,178,194)
#B9BBC9
(185,187,201)
#C3C4D0
(195,196,208)
#CDCDD7
(205,205,215)
#D7D6DE
(215,214,222)
#E1DFE5
(225,223,229)
#EBE8EC
(235,232,236)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9197AD; }

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

This text font color is #9197AD.

Background Color

.myBgColor { background-color: #9197AD; }

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

This div background color is #9197AD.

Border color

.myBorderColor { border: 1px solid #9197AD; }

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

This div border color is #9197AD.

Opacity

.myOpacity80 { color: #9197AD; opacity: 0.8; }

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

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

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

This text has shadow with #9197AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9197AD.

Preview

Color preview on black background

This text has color #9197AD on black background.


Color preview on white background

This text has color #9197AD on white background.


Black color preview on #9197AD background

This text has black color on #9197AD background.


White color preview on #9197AD background

This text has white color on #9197AD background.


Related colors

Complementary color

Complementary color for #hex is #6E6852.


I love getcolorcode.com

Triadic colors

1 #AD9197 and #97AD91 with #9197AD are triadic colors.

2 #AD9791 and #9791AD with #9197AD are triadic colors.