COLOR #9491AB

HEX: #9491AB RGB: (148,145,171)

Color info

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

RGB color model

#9491AB color RGB value is (148,145,171).

RGB: (148,145,171) (58%, 57%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 171 of 255 = 67%

148
145
171

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

Portions of RGB colors in percentages

R + G + B = 148 + 145 + 171 = 464 (100%)
R 148 of 464 ~ 31.9%
G 145 of 464 ~ 31.25%
B 171 of 464 ~ 36.85'%

%31.9
%31.25
%36.85

CMYK color model

#9491AB color CMYK value is (13,15,0,33).

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

CMYK: (13,15,0,33)
C13M15Y0K33 (13%, 15%, 0%, 33%)
(0.13 / 0.15 / 0.00 / 0.33)

CMYK percentages

%13.45
%15.2
%0
%32.94

Codes

Color #9491AB in popluar color models

94 91 AB
RGB 148 145 171
HSL 247° 13.40% 61.96%
HSB/HSV 247° 15.20% 67.06%
CMYK 13.45% 15.20% 0.00%
32.94%

Color #9491AB in popluar number systems.

HEX 94 91 AB
Decimal 148 145 171
Binary 10010100 10010001 10101011
Octal 224 221 253

Shades and tints

Shades of #9491AB

#9491AB
(148,145,171)
#87849C
(135,132,156)
#7A778D
(122,119,141)
#6D6A7E
(109,106,126)
#605D6F
(96,93,111)
#535060
(83,80,96)
#464351
(70,67,81)
#393642
(57,54,66)
#2C2933
(44,41,51)
#1F1C24
(31,28,36)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #9491AB

#9491AB
(148,145,171)
#9D9BB2
(157,155,178)
#A6A5B9
(166,165,185)
#AFAFC0
(175,175,192)
#B8B9C7
(184,185,199)
#C1C3CE
(193,195,206)
#CACDD5
(202,205,213)
#D3D7DC
(211,215,220)
#DCE1E3
(220,225,227)
#E5EBEA
(229,235,234)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9491AB; }

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

This text font color is #9491AB.

Background Color

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

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

This div background color is #9491AB.

Border color

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

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

This div border color is #9491AB.

Opacity

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

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

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

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

This text has shadow with #9491AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9491AB.

Preview

Color preview on black background

This text has color #9491AB on black background.


Color preview on white background

This text has color #9491AB on white background.


Black color preview on #9491AB background

This text has black color on #9491AB background.


White color preview on #9491AB background

This text has white color on #9491AB background.


Related colors

Complementary color

Complementary color for #hex is #6B6E54.


I love getcolorcode.com

Triadic colors

1 #AB9491 and #91AB94 with #9491AB are triadic colors.

2 #AB9194 and #9194AB with #9491AB are triadic colors.