COLOR #95A1AF

HEX: #95A1AF
RGB: (149,161,175)

Color info

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

RGB color model

#95A1AF color RGB value is (149,161,175).

  • red value is 149;
  • green value is 161;
  • blue value is 175.
RGB:
(149,161,175)
(58%,63%,69%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 175 of 255 = 69%

149
161
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 175 = 485 (100%)
R 149 of 485 ~ 30.72%
G 161 of 485 ~ 33.2%
B 175 of 485 ~ 36.08%

%30.72
%33.2
%36.08

CMYK color model

#95A1AF color CMYK value is (15,8,0,31).

  • cyan value is 14.86%
  • magenta value is 8.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,8,0,31)
C15M8Y0K31 
(15%,8%,0%,31%)
(0.15/0.08/0.00/0.31)	

CMYK percentages

%14.86
%8
%0
%31.37

Codes

Color #95A1AF in popluar color models

95A1AF
RGB149161175
HSL212°13.98%63.53%
HSB/HSV212°14.86%68.63%
CMYK14.86%8.00%0.00%
31.37%

Color #95A1AF in popluar number systems.

HEX95A1AF
Decimal149161175
Binary100101011010000110101111
Octal225241257

Shades and tints

Shades of #95A1AF

#95A1AF
(149,161,175)
#8893A0
(136,147,160)
#7B8591
(123,133,145)
#6E7782
(110,119,130)
#616973
(97,105,115)
#545B64
(84,91,100)
#474D55
(71,77,85)
#3A3F46
(58,63,70)
#2D3137
(45,49,55)
#202328
(32,35,40)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #95A1AF

#95A1AF
(149,161,175)
#9EA9B6
(158,169,182)
#A7B1BD
(167,177,189)
#B0B9C4
(176,185,196)
#B9C1CB
(185,193,203)
#C2C9D2
(194,201,210)
#CBD1D9
(203,209,217)
#D4D9E0
(212,217,224)
#DDE1E7
(221,225,231)
#E6E9EE
(230,233,238)
#EFF1F5
(239,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A1AF color. Also use rgb(149,161,175) instead hex code.

Text Font Color

.myTextColor { color: #95A1AF; }

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

This text font color is #95A1AF.


Background Color

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

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

This div background color is #95A1AF.


Border color

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

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

This div border color is #95A1AF.


Opacity

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

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

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

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

This text has shadow with #95A1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A1AF on black background.


Color preview on white background

This text has color #95A1AF on white background.



Black color preview on #95A1AF background

This text has black color on #95A1AF background.


White color preview on #95A1AF background

This text has white color on #95A1AF background.