COLOR #9497AB

HEX: #9497AB RGB: (148,151,171)

Color info

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

RGB color model

#9497AB color RGB value is (148,151,171).

RGB: (148,151,171) (58%, 59%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 171 of 255 = 67%

148
151
171

R + G + B ~ 61%. #9497AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 151 + 171 = 470 (100%)
R 148 of 470 ~ 31.49%
G 151 of 470 ~ 32.13%
B 171 of 470 ~ 36.38'%

%31.49
%32.13
%36.38

CMYK color model

#9497AB color CMYK value is (13,12,0,33).

  • cyan value is 13.45%
  • magenta value is 11.70%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (13,12,0,33)
C13M12Y0K33 (13%, 12%, 0%, 33%)
(0.13 / 0.12 / 0.00 / 0.33)

CMYK percentages

%13.45
%11.7
%0
%32.94

Codes

Color #9497AB in popluar color models

94 97 AB
RGB 148 151 171
HSL 232° 12.04% 62.55%
HSB/HSV 232° 13.45% 67.06%
CMYK 13.45% 11.70% 0.00%
32.94%

Color #9497AB in popluar number systems.

HEX 94 97 AB
Decimal 148 151 171
Binary 10010100 10010111 10101011
Octal 224 227 253

Shades and tints

Shades of #9497AB

#9497AB
(148,151,171)
#878A9C
(135,138,156)
#7A7D8D
(122,125,141)
#6D707E
(109,112,126)
#60636F
(96,99,111)
#535660
(83,86,96)
#464951
(70,73,81)
#393C42
(57,60,66)
#2C2F33
(44,47,51)
#1F2224
(31,34,36)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #9497AB

#9497AB
(148,151,171)
#9DA0B2
(157,160,178)
#A6A9B9
(166,169,185)
#AFB2C0
(175,178,192)
#B8BBC7
(184,187,199)
#C1C4CE
(193,196,206)
#CACDD5
(202,205,213)
#D3D6DC
(211,214,220)
#DCDFE3
(220,223,227)
#E5E8EA
(229,232,234)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9497AB color. Also use rgb(148,151,171) instead hex code.

Text Font Color

.myTextColor { color: #9497AB; }

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

This text font color is #9497AB.

Background Color

.myBgColor { background-color: #9497AB; }

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

This div background color is #9497AB.

Border color

.myBorderColor { border: 1px solid #9497AB; }

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

This div border color is #9497AB.

Opacity

.myOpacity80 { color: #9497AB; opacity: 0.8; }

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

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

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

This text has shadow with #9497AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9497AB.

Preview

Color preview on black background

This text has color #9497AB on black background.


Color preview on white background

This text has color #9497AB on white background.


Black color preview on #9497AB background

This text has black color on #9497AB background.


White color preview on #9497AB background

This text has white color on #9497AB background.


Related colors

Complementary color

Complementary color for #hex is #6B6854.


I love getcolorcode.com

Triadic colors

1 #AB9497 and #97AB94 with #9497AB are triadic colors.

2 #AB9794 and #9794AB with #9497AB are triadic colors.