COLOR #9499A6

HEX: #9499A6
RGB: (148,153,166)

Color info

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

RGB color model

#9499A6 color RGB value is (148,153,166).

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

RGB channels and saturation

R 148 of 255 = 58%
G 153 of 255 = 60%
B 166 of 255 = 65%

148
153
166

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

Portions of RGB colors in percentages

R + G + B =
148 + 153 + 166 = 467 (100%)
R 148 of 467 ~ 31.69%
G 153 of 467 ~ 32.76%
B 166 of 467 ~ 35.55%

%31.69
%32.76
%35.55

CMYK color model

#9499A6 color CMYK value is (11,8,0,35).

  • cyan value is 10.84%
  • magenta value is 7.83%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(11,8,0,35)
C11M8Y0K35 
(11%,8%,0%,35%)
(0.11/0.08/0.00/0.35)	

CMYK percentages

%10.84
%7.83
%0
%34.9

Codes

Color #9499A6 in popluar color models

9499A6
RGB148153166
HSL223°9.18%61.57%
HSB/HSV223°10.84%65.10%
CMYK10.84%7.83%0.00%
34.90%

Color #9499A6 in popluar number systems.

HEX9499A6
Decimal148153166
Binary100101001001100110100110
Octal224231246

Shades and tints

Shades of #9499A6

#9499A6
(148,153,166)
#878C97
(135,140,151)
#7A7F88
(122,127,136)
#6D7279
(109,114,121)
#60656A
(96,101,106)
#53585B
(83,88,91)
#464B4C
(70,75,76)
#393E3D
(57,62,61)
#2C312E
(44,49,46)
#1F241F
(31,36,31)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #9499A6

#9499A6
(148,153,166)
#9DA2AE
(157,162,174)
#A6ABB6
(166,171,182)
#AFB4BE
(175,180,190)
#B8BDC6
(184,189,198)
#C1C6CE
(193,198,206)
#CACFD6
(202,207,214)
#D3D8DE
(211,216,222)
#DCE1E6
(220,225,230)
#E5EAEE
(229,234,238)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9499A6; }

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

This text font color is #9499A6.


Background Color

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

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

This div background color is #9499A6.


Border color

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

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

This div border color is #9499A6.


Opacity

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

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

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

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

This text has shadow with #9499A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9499A6 on black background.


Color preview on white background

This text has color #9499A6 on white background.



Black color preview on #9499A6 background

This text has black color on #9499A6 background.


White color preview on #9499A6 background

This text has white color on #9499A6 background.