COLOR #95A9AA

HEX: #95A9AA
RGB: (149,169,170)

Color info

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

RGB color model

#95A9AA color RGB value is (149,169,170).

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

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 170 of 255 = 67%

149
169
170

R + G + B ~ 64%. #95A9AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 169 + 170 = 488 (100%)
R 149 of 488 ~ 30.53%
G 169 of 488 ~ 34.63%
B 170 of 488 ~ 34.84%

%30.53
%34.63
%34.84

CMYK color model

#95A9AA color CMYK value is (12,1,0,33).

  • cyan value is 12.35%
  • magenta value is 0.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(12,1,0,33)
C12M1Y0K33 
(12%,1%,0%,33%)
(0.12/0.01/0.00/0.33)	

CMYK percentages

%12.35
%0.59
%0
%33.33

Codes

Color #95A9AA in popluar color models

95A9AA
RGB149169170
HSL183°10.99%62.55%
HSB/HSV183°12.35%66.67%
CMYK12.35%0.59%0.00%
33.33%

Color #95A9AA in popluar number systems.

HEX95A9AA
Decimal149169170
Binary100101011010100110101010
Octal225251252

Shades and tints

Shades of #95A9AA

#95A9AA
(149,169,170)
#889A9B
(136,154,155)
#7B8B8C
(123,139,140)
#6E7C7D
(110,124,125)
#616D6E
(97,109,110)
#545E5F
(84,94,95)
#474F50
(71,79,80)
#3A4041
(58,64,65)
#2D3132
(45,49,50)
#202223
(32,34,35)
#131314
(19,19,20)
#000000
(0,0,0)

Tints of #95A9AA

#95A9AA
(149,169,170)
#9EB0B1
(158,176,177)
#A7B7B8
(167,183,184)
#B0BEBF
(176,190,191)
#B9C5C6
(185,197,198)
#C2CCCD
(194,204,205)
#CBD3D4
(203,211,212)
#D4DADB
(212,218,219)
#DDE1E2
(221,225,226)
#E6E8E9
(230,232,233)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9AA; }

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

This text font color is #95A9AA.


Background Color

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

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

This div background color is #95A9AA.


Border color

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

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

This div border color is #95A9AA.


Opacity

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

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

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

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

This text has shadow with #95A9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A9AA on black background.


Color preview on white background

This text has color #95A9AA on white background.



Black color preview on #95A9AA background

This text has black color on #95A9AA background.


White color preview on #95A9AA background

This text has white color on #95A9AA background.