COLOR #9499AB

HEX: #9499AB
RGB: (148,153,171)

Color info

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

RGB color model

#9499AB color RGB value is (148,153,171).

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

RGB channels and saturation

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

148
153
171

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 171 = 472 (100%)
R 148 of 472 ~ 31.36%
G 153 of 472 ~ 32.42%
B 171 of 472 ~ 36.23%

%31.36
%32.42
%36.23

CMYK color model

#9499AB color CMYK value is (13,11,0,33).

  • cyan value is 13.45%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(13,11,0,33)
C13M11Y0K33 
(13%,11%,0%,33%)
(0.13/0.11/0.00/0.33)	

CMYK percentages

%13.45
%10.53
%0
%32.94

Codes

Color #9499AB in popluar color models

9499AB
RGB148153171
HSL227°12.04%62.55%
HSB/HSV227°13.45%67.06%
CMYK13.45%10.53%0.00%
32.94%

Color #9499AB in popluar number systems.

HEX9499AB
Decimal148153171
Binary100101001001100110101011
Octal224231253

Shades and tints

Shades of #9499AB

#9499AB
(148,153,171)
#878C9C
(135,140,156)
#7A7F8D
(122,127,141)
#6D727E
(109,114,126)
#60656F
(96,101,111)
#535860
(83,88,96)
#464B51
(70,75,81)
#393E42
(57,62,66)
#2C3133
(44,49,51)
#1F2424
(31,36,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #9499AB

#9499AB
(148,153,171)
#9DA2B2
(157,162,178)
#A6ABB9
(166,171,185)
#AFB4C0
(175,180,192)
#B8BDC7
(184,189,199)
#C1C6CE
(193,198,206)
#CACFD5
(202,207,213)
#D3D8DC
(211,216,220)
#DCE1E3
(220,225,227)
#E5EAEA
(229,234,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9499AB; }

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

This text font color is #9499AB.


Background Color

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

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

This div background color is #9499AB.


Border color

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

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

This div border color is #9499AB.


Opacity

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

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

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

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

This text has shadow with #9499AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499AB on black background.


Color preview on white background

This text has color #9499AB on white background.



Black color preview on #9499AB background

This text has black color on #9499AB background.


White color preview on #9499AB background

This text has white color on #9499AB background.