COLOR #95A2AA

HEX: #95A2AA
RGB: (149,162,170)

Color info

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

RGB color model

#95A2AA color RGB value is (149,162,170).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 170 of 255 = 67%

149
162
170

R + G + B ~ 63%. #95A2AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 170 = 481 (100%)
R 149 of 481 ~ 30.98%
G 162 of 481 ~ 33.68%
B 170 of 481 ~ 35.34%

%30.98
%33.68
%35.34

CMYK color model

#95A2AA color CMYK value is (12,5,0,33).

  • cyan value is 12.35%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,5,0,33)
C12M5Y0K33 
(12%,5%,0%,33%)
(0.12/0.05/0.00/0.33)	

CMYK percentages

%12.35
%4.71
%0
%33.33

Codes

Color #95A2AA in popluar color models

95A2AA
RGB149162170
HSL203°10.99%62.55%
HSB/HSV203°12.35%66.67%
CMYK12.35%4.71%0.00%
33.33%

Color #95A2AA in popluar number systems.

HEX95A2AA
Decimal149162170
Binary100101011010001010101010
Octal225242252

Shades and tints

Shades of #95A2AA

#95A2AA
(149,162,170)
#88949B
(136,148,155)
#7B868C
(123,134,140)
#6E787D
(110,120,125)
#616A6E
(97,106,110)
#545C5F
(84,92,95)
#474E50
(71,78,80)
#3A4041
(58,64,65)
#2D3232
(45,50,50)
#202423
(32,36,35)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #95A2AA

#95A2AA
(149,162,170)
#9EAAB1
(158,170,177)
#A7B2B8
(167,178,184)
#B0BABF
(176,186,191)
#B9C2C6
(185,194,198)
#C2CACD
(194,202,205)
#CBD2D4
(203,210,212)
#D4DADB
(212,218,219)
#DDE2E2
(221,226,226)
#E6EAE9
(230,234,233)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A2AA; }

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

This text font color is #95A2AA.


Background Color

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

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

This div background color is #95A2AA.


Border color

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

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

This div border color is #95A2AA.


Opacity

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

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

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

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

This text has shadow with #95A2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2AA on black background.


Color preview on white background

This text has color #95A2AA on white background.



Black color preview on #95A2AA background

This text has black color on #95A2AA background.


White color preview on #95A2AA background

This text has white color on #95A2AA background.