COLOR #95AAA9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

149
170
169

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

Portions of RGB colors in percentages

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

%30.53
%34.84
%34.63

CMYK color model

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

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

CMYK percentages

%12.35
%0
%0.59
%33.33

Codes

Color #95AAA9 in popluar color models

95AAA9
RGB149170169
HSL177°10.99%62.55%
HSB/HSV177°12.35%66.67%
CMYK12.35%0.00%0.59%
33.33%

Color #95AAA9 in popluar number systems.

HEX95AAA9
Decimal149170169
Binary100101011010101010101001
Octal225252251

Shades and tints

Shades of #95AAA9

#95AAA9
(149,170,169)
#889B9A
(136,155,154)
#7B8C8B
(123,140,139)
#6E7D7C
(110,125,124)
#616E6D
(97,110,109)
#545F5E
(84,95,94)
#47504F
(71,80,79)
#3A4140
(58,65,64)
#2D3231
(45,50,49)
#202322
(32,35,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95AAA9

#95AAA9
(149,170,169)
#9EB1B0
(158,177,176)
#A7B8B7
(167,184,183)
#B0BFBE
(176,191,190)
#B9C6C5
(185,198,197)
#C2CDCC
(194,205,204)
#CBD4D3
(203,212,211)
#D4DBDA
(212,219,218)
#DDE2E1
(221,226,225)
#E6E9E8
(230,233,232)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AAA9; }

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

This text font color is #95AAA9.


Background Color

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

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

This div background color is #95AAA9.


Border color

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

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

This div border color is #95AAA9.


Opacity

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

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

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

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

This text has shadow with #95AAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AAA9 on black background.


Color preview on white background

This text has color #95AAA9 on white background.



Black color preview on #95AAA9 background

This text has black color on #95AAA9 background.


White color preview on #95AAA9 background

This text has white color on #95AAA9 background.