COLOR #9491AE

HEX: #9491AE
RGB: (148,145,174)

Color info

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

RGB color model

#9491AE color RGB value is (148,145,174).

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

RGB channels and saturation

R 148 of 255 = 58%
G 145 of 255 = 57%
B 174 of 255 = 68%

148
145
174

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

Portions of RGB colors in percentages

R + G + B =
148 + 145 + 174 = 467 (100%)
R 148 of 467 ~ 31.69%
G 145 of 467 ~ 31.05%
B 174 of 467 ~ 37.26%

%31.69
%31.05
%37.26

CMYK color model

#9491AE color CMYK value is (15,17,0,32).

  • cyan value is 14.94%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(15,17,0,32)
C15M17Y0K32 
(15%,17%,0%,32%)
(0.15/0.17/0.00/0.32)	

CMYK percentages

%14.94
%16.67
%0
%31.76

Codes

Color #9491AE in popluar color models

9491AE
RGB148145174
HSL246°15.18%62.55%
HSB/HSV246°16.67%68.24%
CMYK14.94%16.67%0.00%
31.76%

Color #9491AE in popluar number systems.

HEX9491AE
Decimal148145174
Binary100101001001000110101110
Octal224221256

Shades and tints

Shades of #9491AE

#9491AE
(148,145,174)
#87849F
(135,132,159)
#7A7790
(122,119,144)
#6D6A81
(109,106,129)
#605D72
(96,93,114)
#535063
(83,80,99)
#464354
(70,67,84)
#393645
(57,54,69)
#2C2936
(44,41,54)
#1F1C27
(31,28,39)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #9491AE

#9491AE
(148,145,174)
#9D9BB5
(157,155,181)
#A6A5BC
(166,165,188)
#AFAFC3
(175,175,195)
#B8B9CA
(184,185,202)
#C1C3D1
(193,195,209)
#CACDD8
(202,205,216)
#D3D7DF
(211,215,223)
#DCE1E6
(220,225,230)
#E5EBED
(229,235,237)
#EEF5F4
(238,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9491AE; }

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

This text font color is #9491AE.


Background Color

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

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

This div background color is #9491AE.


Border color

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

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

This div border color is #9491AE.


Opacity

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

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

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

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

This text has shadow with #9491AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9491AE on black background.


Color preview on white background

This text has color #9491AE on white background.



Black color preview on #9491AE background

This text has black color on #9491AE background.


White color preview on #9491AE background

This text has white color on #9491AE background.