COLOR #95AAAC

HEX: #95AAAC
RGB: (149,170,172)

Color info

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

RGB color model

#95AAAC color RGB value is (149,170,172).

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

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 172 of 255 = 67%

149
170
172

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 172 = 491 (100%)
R 149 of 491 ~ 30.35%
G 170 of 491 ~ 34.62%
B 172 of 491 ~ 35.03%

%30.35
%34.62
%35.03

CMYK color model

#95AAAC color CMYK value is (13,1,0,33).

  • cyan value is 13.37%
  • magenta value is 1.16%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(13,1,0,33)
C13M1Y0K33 
(13%,1%,0%,33%)
(0.13/0.01/0.00/0.33)	

CMYK percentages

%13.37
%1.16
%0
%32.55

Codes

Color #95AAAC in popluar color models

95AAAC
RGB149170172
HSL185°12.17%62.94%
HSB/HSV185°13.37%67.45%
CMYK13.37%1.16%0.00%
32.55%

Color #95AAAC in popluar number systems.

HEX95AAAC
Decimal149170172
Binary100101011010101010101100
Octal225252254

Shades and tints

Shades of #95AAAC

#95AAAC
(149,170,172)
#889B9D
(136,155,157)
#7B8C8E
(123,140,142)
#6E7D7F
(110,125,127)
#616E70
(97,110,112)
#545F61
(84,95,97)
#475052
(71,80,82)
#3A4143
(58,65,67)
#2D3234
(45,50,52)
#202325
(32,35,37)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #95AAAC

#95AAAC
(149,170,172)
#9EB1B3
(158,177,179)
#A7B8BA
(167,184,186)
#B0BFC1
(176,191,193)
#B9C6C8
(185,198,200)
#C2CDCF
(194,205,207)
#CBD4D6
(203,212,214)
#D4DBDD
(212,219,221)
#DDE2E4
(221,226,228)
#E6E9EB
(230,233,235)
#EFF0F2
(239,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AAAC; }

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

This text font color is #95AAAC.


Background Color

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

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

This div background color is #95AAAC.


Border color

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

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

This div border color is #95AAAC.


Opacity

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

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

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

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

This text has shadow with #95AAAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AAAC on black background.


Color preview on white background

This text has color #95AAAC on white background.



Black color preview on #95AAAC background

This text has black color on #95AAAC background.


White color preview on #95AAAC background

This text has white color on #95AAAC background.