COLOR #9491AA

HEX: #9491AA
RGB: (148,145,170)

Color info

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

RGB color model

#9491AA color RGB value is (148,145,170).

  • red value is 148;
  • green value is 145;
  • blue value is 170.
RGB:
(148,145,170)
(58%,57%,67%)

RGB channels and saturation

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

148
145
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 170 = 463 (100%)
R 148 of 463 ~ 31.97%
G 145 of 463 ~ 31.32%
B 170 of 463 ~ 36.72%

%31.97
%31.32
%36.72

CMYK color model

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

  • cyan value is 12.94%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,15,0,33)
C13M15Y0K33 
(13%,15%,0%,33%)
(0.13/0.15/0.00/0.33)	

CMYK percentages

%12.94
%14.71
%0
%33.33

Codes

Color #9491AA in popluar color models

9491AA
RGB148145170
HSL247°12.82%61.76%
HSB/HSV247°14.71%66.67%
CMYK12.94%14.71%0.00%
33.33%

Color #9491AA in popluar number systems.

HEX9491AA
Decimal148145170
Binary100101001001000110101010
Octal224221252

Shades and tints

Shades of #9491AA

#9491AA
(148,145,170)
#87849B
(135,132,155)
#7A778C
(122,119,140)
#6D6A7D
(109,106,125)
#605D6E
(96,93,110)
#53505F
(83,80,95)
#464350
(70,67,80)
#393641
(57,54,65)
#2C2932
(44,41,50)
#1F1C23
(31,28,35)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #9491AA

#9491AA
(148,145,170)
#9D9BB1
(157,155,177)
#A6A5B8
(166,165,184)
#AFAFBF
(175,175,191)
#B8B9C6
(184,185,198)
#C1C3CD
(193,195,205)
#CACDD4
(202,205,212)
#D3D7DB
(211,215,219)
#DCE1E2
(220,225,226)
#E5EBE9
(229,235,233)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9491AA; }

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

This text font color is #9491AA.


Background Color

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

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

This div background color is #9491AA.


Border color

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

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

This div border color is #9491AA.


Opacity

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

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

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

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

This text has shadow with #9491AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9491AA on black background.


Color preview on white background

This text has color #9491AA on white background.



Black color preview on #9491AA background

This text has black color on #9491AA background.


White color preview on #9491AA background

This text has white color on #9491AA background.