COLOR #9497AE

HEX: #9497AE
RGB: (148,151,174)

Color info

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

RGB color model

#9497AE color RGB value is (148,151,174).

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

RGB channels and saturation

R 148 of 255 = 58%
G 151 of 255 = 59%
B 174 of 255 = 68%

148
151
174

R + G + B ~ 62%. #9497AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 151 + 174 = 473 (100%)
R 148 of 473 ~ 31.29%
G 151 of 473 ~ 31.92%
B 174 of 473 ~ 36.79%

%31.29
%31.92
%36.79

CMYK color model

#9497AE color CMYK value is (15,13,0,32).

  • cyan value is 14.94%
  • magenta value is 13.22%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(15,13,0,32)
C15M13Y0K32 
(15%,13%,0%,32%)
(0.15/0.13/0.00/0.32)	

CMYK percentages

%14.94
%13.22
%0
%31.76

Codes

Color #9497AE in popluar color models

9497AE
RGB148151174
HSL233°13.83%63.14%
HSB/HSV233°14.94%68.24%
CMYK14.94%13.22%0.00%
31.76%

Color #9497AE in popluar number systems.

HEX9497AE
Decimal148151174
Binary100101001001011110101110
Octal224227256

Shades and tints

Shades of #9497AE

#9497AE
(148,151,174)
#878A9F
(135,138,159)
#7A7D90
(122,125,144)
#6D7081
(109,112,129)
#606372
(96,99,114)
#535663
(83,86,99)
#464954
(70,73,84)
#393C45
(57,60,69)
#2C2F36
(44,47,54)
#1F2227
(31,34,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #9497AE

#9497AE
(148,151,174)
#9DA0B5
(157,160,181)
#A6A9BC
(166,169,188)
#AFB2C3
(175,178,195)
#B8BBCA
(184,187,202)
#C1C4D1
(193,196,209)
#CACDD8
(202,205,216)
#D3D6DF
(211,214,223)
#DCDFE6
(220,223,230)
#E5E8ED
(229,232,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9497AE; }

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

This text font color is #9497AE.


Background Color

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

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

This div background color is #9497AE.


Border color

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

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

This div border color is #9497AE.


Opacity

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

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

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

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

This text has shadow with #9497AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9497AE on black background.


Color preview on white background

This text has color #9497AE on white background.



Black color preview on #9497AE background

This text has black color on #9497AE background.


White color preview on #9497AE background

This text has white color on #9497AE background.