COLOR #95A4AB

HEX: #95A4AB RGB: (149,164,171)

Color info

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

RGB color model

#95A4AB color RGB value is (149,164,171).

RGB: (149,164,171) (58%, 64%, 67%)

RGB channels and saturation

R 149 of 255 = 58%
G 164 of 255 = 64%
B 171 of 255 = 67%

149
164
171

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

Portions of RGB colors in percentages

R + G + B = 149 + 164 + 171 = 484 (100%)
R 149 of 484 ~ 30.79%
G 164 of 484 ~ 33.88%
B 171 of 484 ~ 35.33'%

%30.79
%33.88
%35.33

CMYK color model

#95A4AB color CMYK value is (13,4,0,33).

  • cyan value is 12.87%
  • magenta value is 4.09%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (13,4,0,33)
C13M4Y0K33 (13%, 4%, 0%, 33%)
(0.13 / 0.04 / 0.00 / 0.33)

CMYK percentages

%12.87
%4.09
%0
%32.94

Codes

Color #95A4AB in popluar color models

95 A4 AB
RGB 149 164 171
HSL 199° 11.58% 62.75%
HSB/HSV 199° 12.87% 67.06%
CMYK 12.87% 4.09% 0.00%
32.94%

Color #95A4AB in popluar number systems.

HEX 95 A4 AB
Decimal 149 164 171
Binary 10010101 10100100 10101011
Octal 225 244 253

Shades and tints

Shades of #95A4AB

#95A4AB
(149,164,171)
#88969C
(136,150,156)
#7B888D
(123,136,141)
#6E7A7E
(110,122,126)
#616C6F
(97,108,111)
#545E60
(84,94,96)
#475051
(71,80,81)
#3A4242
(58,66,66)
#2D3433
(45,52,51)
#202624
(32,38,36)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #95A4AB

#95A4AB
(149,164,171)
#9EACB2
(158,172,178)
#A7B4B9
(167,180,185)
#B0BCC0
(176,188,192)
#B9C4C7
(185,196,199)
#C2CCCE
(194,204,206)
#CBD4D5
(203,212,213)
#D4DCDC
(212,220,220)
#DDE4E3
(221,228,227)
#E6ECEA
(230,236,234)
#EFF4F1
(239,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A4AB; }

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

This text font color is #95A4AB.

Background Color

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

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

This div background color is #95A4AB.

Border color

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

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

This div border color is #95A4AB.

Opacity

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

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

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

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

This text has shadow with #95A4AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A4AB.

Preview

Color preview on black background

This text has color #95A4AB on black background.


Color preview on white background

This text has color #95A4AB on white background.


Black color preview on #95A4AB background

This text has black color on #95A4AB background.


White color preview on #95A4AB background

This text has white color on #95A4AB background.


Related colors

Complementary color

Complementary color for #hex is #6A5B54.


I love getcolorcode.com

Triadic colors

1 #AB95A4 and #A4AB95 with #95A4AB are triadic colors.

2 #ABA495 and #A495AB with #95A4AB are triadic colors.