COLOR #95A2A4

HEX: #95A2A4
RGB: (149,162,164)

Color info

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

RGB color model

#95A2A4 color RGB value is (149,162,164).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 164 of 255 = 64%

149
162
164

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 164 = 475 (100%)
R 149 of 475 ~ 31.37%
G 162 of 475 ~ 34.11%
B 164 of 475 ~ 34.53%

%31.37
%34.11
%34.53

CMYK color model

#95A2A4 color CMYK value is (9,1,0,36).

  • cyan value is 9.15%
  • magenta value is 1.22%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(9,1,0,36)
C9M1Y0K36 
(9%,1%,0%,36%)
(0.09/0.01/0.00/0.36)	

CMYK percentages

%9.15
%1.22
%0
%35.69

Codes

Color #95A2A4 in popluar color models

95A2A4
RGB149162164
HSL188°7.61%61.37%
HSB/HSV188°9.15%64.31%
CMYK9.15%1.22%0.00%
35.69%

Color #95A2A4 in popluar number systems.

HEX95A2A4
Decimal149162164
Binary100101011010001010100100
Octal225242244

Shades and tints

Shades of #95A2A4

#95A2A4
(149,162,164)
#889496
(136,148,150)
#7B8688
(123,134,136)
#6E787A
(110,120,122)
#616A6C
(97,106,108)
#545C5E
(84,92,94)
#474E50
(71,78,80)
#3A4042
(58,64,66)
#2D3234
(45,50,52)
#202426
(32,36,38)
#131618
(19,22,24)
#000000
(0,0,0)

Tints of #95A2A4

#95A2A4
(149,162,164)
#9EAAAC
(158,170,172)
#A7B2B4
(167,178,180)
#B0BABC
(176,186,188)
#B9C2C4
(185,194,196)
#C2CACC
(194,202,204)
#CBD2D4
(203,210,212)
#D4DADC
(212,218,220)
#DDE2E4
(221,226,228)
#E6EAEC
(230,234,236)
#EFF2F4
(239,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A2A4; }

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

This text font color is #95A2A4.


Background Color

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

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

This div background color is #95A2A4.


Border color

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

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

This div border color is #95A2A4.


Opacity

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

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

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

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

This text has shadow with #95A2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A2A4 on black background.


Color preview on white background

This text has color #95A2A4 on white background.



Black color preview on #95A2A4 background

This text has black color on #95A2A4 background.


White color preview on #95A2A4 background

This text has white color on #95A2A4 background.