COLOR #9490A9

HEX: #9490A9
RGB: (148,144,169)

Color info

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

RGB color model

#9490A9 color RGB value is (148,144,169).

  • red value is 148;
  • green value is 144;
  • blue value is 169.
RGB:
(148,144,169)
(58%,56%,66%)

RGB channels and saturation

R 148 of 255 = 58%
G 144 of 255 = 56%
B 169 of 255 = 66%

148
144
169

R + G + B ~ 60%. #9490A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
148 + 144 + 169 = 461 (100%)
R 148 of 461 ~ 32.1%
G 144 of 461 ~ 31.24%
B 169 of 461 ~ 36.66%

%32.1
%31.24
%36.66

CMYK color model

#9490A9 color CMYK value is (12,15,0,34).

  • cyan value is 12.43%
  • magenta value is 14.79%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(12,15,0,34)
C12M15Y0K34 
(12%,15%,0%,34%)
(0.12/0.15/0.00/0.34)	

CMYK percentages

%12.43
%14.79
%0
%33.73

Codes

Color #9490A9 in popluar color models

9490A9
RGB148144169
HSL250°12.69%61.37%
HSB/HSV250°14.79%66.27%
CMYK12.43%14.79%0.00%
33.73%

Color #9490A9 in popluar number systems.

HEX9490A9
Decimal148144169
Binary100101001001000010101001
Octal224220251

Shades and tints

Shades of #9490A9

#9490A9
(148,144,169)
#87839A
(135,131,154)
#7A768B
(122,118,139)
#6D697C
(109,105,124)
#605C6D
(96,92,109)
#534F5E
(83,79,94)
#46424F
(70,66,79)
#393540
(57,53,64)
#2C2831
(44,40,49)
#1F1B22
(31,27,34)
#120E13
(18,14,19)
#000000
(0,0,0)

Tints of #9490A9

#9490A9
(148,144,169)
#9D9AB0
(157,154,176)
#A6A4B7
(166,164,183)
#AFAEBE
(175,174,190)
#B8B8C5
(184,184,197)
#C1C2CC
(193,194,204)
#CACCD3
(202,204,211)
#D3D6DA
(211,214,218)
#DCE0E1
(220,224,225)
#E5EAE8
(229,234,232)
#EEF4EF
(238,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9490A9 color. Also use rgb(148,144,169) instead hex code.

Text Font Color

.myTextColor { color: #9490A9; }

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

This text font color is #9490A9.


Background Color

.myBgColor { background-color: #9490A9; }

<div style="background-color:#9490A9">Inner text</div>

This div background color is #9490A9.


Border color

.myBorderColor { border: 1px solid #9490A9; }

<div style="border:3px solid #9490A9">Div</div>

This div border color is #9490A9.


Opacity

.myOpacity80 { color: #9490A9; opacity: 0.8; }

<p style="color:#9490A9;opacity:0.8;">80%</p>

Text with #9490A9 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 #9490A9;}

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

This text has shadow with #9490A9 color.

.textShadow {text-shadow: 3px 3px 1px #9490A9, 3px 3px 1px red;}

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

This text has shadow with #9490A9 primary color and red secondary color.


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

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

This text has shadow with #9490A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9490A9 on black background.


Color preview on white background

This text has color #9490A9 on white background.



Black color preview on #9490A9 background

This text has black color on #9490A9 background.


White color preview on #9490A9 background

This text has white color on #9490A9 background.