COLOR #9499A3

HEX: #9499A3
RGB: (148,153,163)

Color info

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

RGB color model

#9499A3 color RGB value is (148,153,163).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 163 of 255 = 64%

148
153
163

R + G + B ~ 61%. #9499A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 163 = 464 (100%)
R 148 of 464 ~ 31.9%
G 153 of 464 ~ 32.97%
B 163 of 464 ~ 35.13%

%31.9
%32.97
%35.13

CMYK color model

#9499A3 color CMYK value is (9,6,0,36).

  • cyan value is 9.20%
  • magenta value is 6.13%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,6,0,36)
C9M6Y0K36 
(9%,6%,0%,36%)
(0.09/0.06/0.00/0.36)	

CMYK percentages

%9.2
%6.13
%0
%36.08

Codes

Color #9499A3 in popluar color models

9499A3
RGB148153163
HSL220°7.54%60.98%
HSB/HSV220°9.20%63.92%
CMYK9.20%6.13%0.00%
36.08%

Color #9499A3 in popluar number systems.

HEX9499A3
Decimal148153163
Binary100101001001100110100011
Octal224231243

Shades and tints

Shades of #9499A3

#9499A3
(148,153,163)
#878C95
(135,140,149)
#7A7F87
(122,127,135)
#6D7279
(109,114,121)
#60656B
(96,101,107)
#53585D
(83,88,93)
#464B4F
(70,75,79)
#393E41
(57,62,65)
#2C3133
(44,49,51)
#1F2425
(31,36,37)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #9499A3

#9499A3
(148,153,163)
#9DA2AB
(157,162,171)
#A6ABB3
(166,171,179)
#AFB4BB
(175,180,187)
#B8BDC3
(184,189,195)
#C1C6CB
(193,198,203)
#CACFD3
(202,207,211)
#D3D8DB
(211,216,219)
#DCE1E3
(220,225,227)
#E5EAEB
(229,234,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9499A3; }

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

This text font color is #9499A3.


Background Color

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

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

This div background color is #9499A3.


Border color

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

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

This div border color is #9499A3.


Opacity

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

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

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

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

This text has shadow with #9499A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499A3 on black background.


Color preview on white background

This text has color #9499A3 on white background.



Black color preview on #9499A3 background

This text has black color on #9499A3 background.


White color preview on #9499A3 background

This text has white color on #9499A3 background.