COLOR #9492AD

HEX: #9492AD
RGB: (148,146,173)

Color info

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

RGB color model

#9492AD color RGB value is (148,146,173).

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

RGB channels and saturation

R 148 of 255 = 58%
G 146 of 255 = 57%
B 173 of 255 = 68%

148
146
173

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

Portions of RGB colors in percentages

R + G + B =
148 + 146 + 173 = 467 (100%)
R 148 of 467 ~ 31.69%
G 146 of 467 ~ 31.26%
B 173 of 467 ~ 37.04%

%31.69
%31.26
%37.04

CMYK color model

#9492AD color CMYK value is (14,16,0,32).

  • cyan value is 14.45%
  • magenta value is 15.61%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,16,0,32)
C14M16Y0K32 
(14%,16%,0%,32%)
(0.14/0.16/0.00/0.32)	

CMYK percentages

%14.45
%15.61
%0
%32.16

Codes

Color #9492AD in popluar color models

9492AD
RGB148146173
HSL244°14.14%62.55%
HSB/HSV244°15.61%67.84%
CMYK14.45%15.61%0.00%
32.16%

Color #9492AD in popluar number systems.

HEX9492AD
Decimal148146173
Binary100101001001001010101101
Octal224222255

Shades and tints

Shades of #9492AD

#9492AD
(148,146,173)
#87859E
(135,133,158)
#7A788F
(122,120,143)
#6D6B80
(109,107,128)
#605E71
(96,94,113)
#535162
(83,81,98)
#464453
(70,68,83)
#393744
(57,55,68)
#2C2A35
(44,42,53)
#1F1D26
(31,29,38)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #9492AD

#9492AD
(148,146,173)
#9D9BB4
(157,155,180)
#A6A4BB
(166,164,187)
#AFADC2
(175,173,194)
#B8B6C9
(184,182,201)
#C1BFD0
(193,191,208)
#CAC8D7
(202,200,215)
#D3D1DE
(211,209,222)
#DCDAE5
(220,218,229)
#E5E3EC
(229,227,236)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9492AD; }

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

This text font color is #9492AD.


Background Color

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

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

This div background color is #9492AD.


Border color

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

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

This div border color is #9492AD.


Opacity

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

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

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

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

This text has shadow with #9492AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9492AD on black background.


Color preview on white background

This text has color #9492AD on white background.



Black color preview on #9492AD background

This text has black color on #9492AD background.


White color preview on #9492AD background

This text has white color on #9492AD background.