COLOR #95A4AF

HEX: #95A4AF
RGB: (149,164,175)

Color info

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

RGB color model

#95A4AF color RGB value is (149,164,175).

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

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 175 of 255 = 69%

149
164
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 164 + 175 = 488 (100%)
R 149 of 488 ~ 30.53%
G 164 of 488 ~ 33.61%
B 175 of 488 ~ 35.86%

%30.53
%33.61
%35.86

CMYK color model

#95A4AF color CMYK value is (15,6,0,31).

  • cyan value is 14.86%
  • magenta value is 6.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,6,0,31)
C15M6Y0K31 
(15%,6%,0%,31%)
(0.15/0.06/0.00/0.31)	

CMYK percentages

%14.86
%6.29
%0
%31.37

Codes

Color #95A4AF in popluar color models

95A4AF
RGB149164175
HSL205°13.98%63.53%
HSB/HSV205°14.86%68.63%
CMYK14.86%6.29%0.00%
31.37%

Color #95A4AF in popluar number systems.

HEX95A4AF
Decimal149164175
Binary100101011010010010101111
Octal225244257

Shades and tints

Shades of #95A4AF

#95A4AF
(149,164,175)
#8896A0
(136,150,160)
#7B8891
(123,136,145)
#6E7A82
(110,122,130)
#616C73
(97,108,115)
#545E64
(84,94,100)
#475055
(71,80,85)
#3A4246
(58,66,70)
#2D3437
(45,52,55)
#202628
(32,38,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #95A4AF

#95A4AF
(149,164,175)
#9EACB6
(158,172,182)
#A7B4BD
(167,180,189)
#B0BCC4
(176,188,196)
#B9C4CB
(185,196,203)
#C2CCD2
(194,204,210)
#CBD4D9
(203,212,217)
#D4DCE0
(212,220,224)
#DDE4E7
(221,228,231)
#E6ECEE
(230,236,238)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4AF; }

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

This text font color is #95A4AF.


Background Color

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

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

This div background color is #95A4AF.


Border color

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

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

This div border color is #95A4AF.


Opacity

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

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

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

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

This text has shadow with #95A4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A4AF on black background.


Color preview on white background

This text has color #95A4AF on white background.



Black color preview on #95A4AF background

This text has black color on #95A4AF background.


White color preview on #95A4AF background

This text has white color on #95A4AF background.