COLOR #9492AA

HEX: #9492AA
RGB: (148,146,170)

Color info

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

RGB color model

#9492AA color RGB value is (148,146,170).

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

RGB channels and saturation

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

148
146
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 170 = 464 (100%)
R 148 of 464 ~ 31.9%
G 146 of 464 ~ 31.47%
B 170 of 464 ~ 36.64%

%31.9
%31.47
%36.64

CMYK color model

#9492AA color CMYK value is (13,14,0,33).

  • cyan value is 12.94%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,14,0,33)
C13M14Y0K33 
(13%,14%,0%,33%)
(0.13/0.14/0.00/0.33)	

CMYK percentages

%12.94
%14.12
%0
%33.33

Codes

Color #9492AA in popluar color models

9492AA
RGB148146170
HSL245°12.37%61.96%
HSB/HSV245°14.12%66.67%
CMYK12.94%14.12%0.00%
33.33%

Color #9492AA in popluar number systems.

HEX9492AA
Decimal148146170
Binary100101001001001010101010
Octal224222252

Shades and tints

Shades of #9492AA

#9492AA
(148,146,170)
#87859B
(135,133,155)
#7A788C
(122,120,140)
#6D6B7D
(109,107,125)
#605E6E
(96,94,110)
#53515F
(83,81,95)
#464450
(70,68,80)
#393741
(57,55,65)
#2C2A32
(44,42,50)
#1F1D23
(31,29,35)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #9492AA

#9492AA
(148,146,170)
#9D9BB1
(157,155,177)
#A6A4B8
(166,164,184)
#AFADBF
(175,173,191)
#B8B6C6
(184,182,198)
#C1BFCD
(193,191,205)
#CAC8D4
(202,200,212)
#D3D1DB
(211,209,219)
#DCDAE2
(220,218,226)
#E5E3E9
(229,227,233)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9492AA; }

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

This text font color is #9492AA.


Background Color

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

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

This div background color is #9492AA.


Border color

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

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

This div border color is #9492AA.


Opacity

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

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

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

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

This text has shadow with #9492AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9492AA on black background.


Color preview on white background

This text has color #9492AA on white background.



Black color preview on #9492AA background

This text has black color on #9492AA background.


White color preview on #9492AA background

This text has white color on #9492AA background.