COLOR #9499AA

HEX: #9499AA
RGB: (148,153,170)

Color info

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

RGB color model

#9499AA color RGB value is (148,153,170).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 170 of 255 = 67%

148
153
170

R + G + B ~ 62%. #9499AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 170 = 471 (100%)
R 148 of 471 ~ 31.42%
G 153 of 471 ~ 32.48%
B 170 of 471 ~ 36.09%

%31.42
%32.48
%36.09

CMYK color model

#9499AA color CMYK value is (13,10,0,33).

  • cyan value is 12.94%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,10,0,33)
C13M10Y0K33 
(13%,10%,0%,33%)
(0.13/0.10/0.00/0.33)	

CMYK percentages

%12.94
%10
%0
%33.33

Codes

Color #9499AA in popluar color models

9499AA
RGB148153170
HSL226°11.46%62.35%
HSB/HSV226°12.94%66.67%
CMYK12.94%10.00%0.00%
33.33%

Color #9499AA in popluar number systems.

HEX9499AA
Decimal148153170
Binary100101001001100110101010
Octal224231252

Shades and tints

Shades of #9499AA

#9499AA
(148,153,170)
#878C9B
(135,140,155)
#7A7F8C
(122,127,140)
#6D727D
(109,114,125)
#60656E
(96,101,110)
#53585F
(83,88,95)
#464B50
(70,75,80)
#393E41
(57,62,65)
#2C3132
(44,49,50)
#1F2423
(31,36,35)
#121714
(18,23,20)
#000000
(0,0,0)

Tints of #9499AA

#9499AA
(148,153,170)
#9DA2B1
(157,162,177)
#A6ABB8
(166,171,184)
#AFB4BF
(175,180,191)
#B8BDC6
(184,189,198)
#C1C6CD
(193,198,205)
#CACFD4
(202,207,212)
#D3D8DB
(211,216,219)
#DCE1E2
(220,225,226)
#E5EAE9
(229,234,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9499AA; }

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

This text font color is #9499AA.


Background Color

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

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

This div background color is #9499AA.


Border color

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

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

This div border color is #9499AA.


Opacity

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

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

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

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

This text has shadow with #9499AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499AA on black background.


Color preview on white background

This text has color #9499AA on white background.



Black color preview on #9499AA background

This text has black color on #9499AA background.


White color preview on #9499AA background

This text has white color on #9499AA background.