COLOR #95A2A0

HEX: #95A2A0
RGB: (149,162,160)

Color info

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

RGB color model

#95A2A0 color RGB value is (149,162,160).

  • red value is 149;
  • green value is 162;
  • blue value is 160.
RGB:
(149,162,160)
(58%,64%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 160 of 255 = 63%

149
162
160

R + G + B ~ 62%. #95A2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 160 = 471 (100%)
R 149 of 471 ~ 31.63%
G 162 of 471 ~ 34.39%
B 160 of 471 ~ 33.97%

%31.63
%34.39
%33.97

CMYK color model

#95A2A0 color CMYK value is (8,0,1,36).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 1.23%
  • key color value is 36.47%
CMYK:
(8,0,1,36)
C8M0Y1K36 
(8%,0%,1%,36%)
(0.08/0.00/0.01/0.36)	

CMYK percentages

%8.02
%0
%1.23
%36.47

Codes

Color #95A2A0 in popluar color models

95A2A0
RGB149162160
HSL171°6.53%60.98%
HSB/HSV171°8.02%63.53%
CMYK8.02%0.00%1.23%
36.47%

Color #95A2A0 in popluar number systems.

HEX95A2A0
Decimal149162160
Binary100101011010001010100000
Octal225242240

Shades and tints

Shades of #95A2A0

#95A2A0
(149,162,160)
#889492
(136,148,146)
#7B8684
(123,134,132)
#6E7876
(110,120,118)
#616A68
(97,106,104)
#545C5A
(84,92,90)
#474E4C
(71,78,76)
#3A403E
(58,64,62)
#2D3230
(45,50,48)
#202422
(32,36,34)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #95A2A0

#95A2A0
(149,162,160)
#9EAAA8
(158,170,168)
#A7B2B0
(167,178,176)
#B0BAB8
(176,186,184)
#B9C2C0
(185,194,192)
#C2CAC8
(194,202,200)
#CBD2D0
(203,210,208)
#D4DAD8
(212,218,216)
#DDE2E0
(221,226,224)
#E6EAE8
(230,234,232)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A2A0 color. Also use rgb(149,162,160) instead hex code.

Text Font Color

.myTextColor { color: #95A2A0; }

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

This text font color is #95A2A0.


Background Color

.myBgColor { background-color: #95A2A0; }

<div style="background-color:#95A2A0">Inner text</div>

This div background color is #95A2A0.


Border color

.myBorderColor { border: 1px solid #95A2A0; }

<div style="border:3px solid #95A2A0">Div</div>

This div border color is #95A2A0.


Opacity

.myOpacity80 { color: #95A2A0; opacity: 0.8; }

<p style="color:#95A2A0;opacity:0.8;">80%</p>

Text with #95A2A0 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 #95A2A0;}

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

This text has shadow with #95A2A0 color.

.textShadow {text-shadow: 3px 3px 1px #95A2A0, 3px 3px 1px red;}

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

This text has shadow with #95A2A0 primary color and red secondary color.


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

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

This text has shadow with #95A2A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2A0 on black background.


Color preview on white background

This text has color #95A2A0 on white background.



Black color preview on #95A2A0 background

This text has black color on #95A2A0 background.


White color preview on #95A2A0 background

This text has white color on #95A2A0 background.