COLOR #95A9AF

HEX: #95A9AF RGB: (149,169,175)

Color info

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

RGB color model

#95A9AF color RGB value is (149,169,175).

RGB: (149,169,175) (58%, 66%, 69%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 175 of 255 = 69%

149
169
175

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 175 = 493 (100%)
R 149 of 493 ~ 30.22%
G 169 of 493 ~ 34.28%
B 175 of 493 ~ 35.5'%

%30.22
%34.28
%35.5

CMYK color model

#95A9AF color CMYK value is (15,3,0,31).

  • cyan value is 14.86%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (15,3,0,31)
C15M3Y0K31 (15%, 3%, 0%, 31%)
(0.15 / 0.03 / 0.00 / 0.31)

CMYK percentages

%14.86
%3.43
%0
%31.37

Codes

Color #95A9AF in popluar color models

95 A9 AF
RGB 149 169 175
HSL 194° 13.98% 63.53%
HSB/HSV 194° 14.86% 68.63%
CMYK 14.86% 3.43% 0.00%
31.37%

Color #95A9AF in popluar number systems.

HEX 95 A9 AF
Decimal 149 169 175
Binary 10010101 10101001 10101111
Octal 225 251 257

Shades and tints

Shades of #95A9AF

#95A9AF
(149,169,175)
#889AA0
(136,154,160)
#7B8B91
(123,139,145)
#6E7C82
(110,124,130)
#616D73
(97,109,115)
#545E64
(84,94,100)
#474F55
(71,79,85)
#3A4046
(58,64,70)
#2D3137
(45,49,55)
#202228
(32,34,40)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #95A9AF

#95A9AF
(149,169,175)
#9EB0B6
(158,176,182)
#A7B7BD
(167,183,189)
#B0BEC4
(176,190,196)
#B9C5CB
(185,197,203)
#C2CCD2
(194,204,210)
#CBD3D9
(203,211,217)
#D4DAE0
(212,218,224)
#DDE1E7
(221,225,231)
#E6E8EE
(230,232,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A9AF; }

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

This text font color is #95A9AF.

Background Color

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

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

This div background color is #95A9AF.

Border color

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

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

This div border color is #95A9AF.

Opacity

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

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

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

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

This text has shadow with #95A9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A9AF.

Preview

Color preview on black background

This text has color #95A9AF on black background.


Color preview on white background

This text has color #95A9AF on white background.


Black color preview on #95A9AF background

This text has black color on #95A9AF background.


White color preview on #95A9AF background

This text has white color on #95A9AF background.


Related colors

Complementary color

Complementary color for #hex is #6A5650.


I love getcolorcode.com

Triadic colors

1 #AF95A9 and #A9AF95 with #95A9AF are triadic colors.

2 #AFA995 and #A995AF with #95A9AF are triadic colors.