COLOR #8995AB

HEX: #8995AB RGB: (137,149,171)

Color info

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

RGB color model

#8995AB color RGB value is (137,149,171).

RGB: (137,149,171) (54%, 58%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 149 of 255 = 58%
B 171 of 255 = 67%

137
149
171

R + G + B ~ 60%. #8995AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 149 + 171 = 457 (100%)
R 137 of 457 ~ 29.98%
G 149 of 457 ~ 32.6%
B 171 of 457 ~ 37.42'%

%29.98
%32.6
%37.42

CMYK color model

#8995AB color CMYK value is (20,13,0,33).

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

CMYK: (20,13,0,33)
C20M13Y0K33 (20%, 13%, 0%, 33%)
(0.20 / 0.13 / 0.00 / 0.33)

CMYK percentages

%19.88
%12.87
%0
%32.94

Codes

Color #8995AB in popluar color models

89 95 AB
RGB 137 149 171
HSL 219° 16.83% 60.39%
HSB/HSV 219° 19.88% 67.06%
CMYK 19.88% 12.87% 0.00%
32.94%

Color #8995AB in popluar number systems.

HEX 89 95 AB
Decimal 137 149 171
Binary 10001001 10010101 10101011
Octal 211 225 253

Shades and tints

Shades of #8995AB

#8995AB
(137,149,171)
#7D889C
(125,136,156)
#717B8D
(113,123,141)
#656E7E
(101,110,126)
#59616F
(89,97,111)
#4D5460
(77,84,96)
#414751
(65,71,81)
#353A42
(53,58,66)
#292D33
(41,45,51)
#1D2024
(29,32,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #8995AB

#8995AB
(137,149,171)
#939EB2
(147,158,178)
#9DA7B9
(157,167,185)
#A7B0C0
(167,176,192)
#B1B9C7
(177,185,199)
#BBC2CE
(187,194,206)
#C5CBD5
(197,203,213)
#CFD4DC
(207,212,220)
#D9DDE3
(217,221,227)
#E3E6EA
(227,230,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8995AB color. Also use rgb(137,149,171) instead hex code.

Text Font Color

.myTextColor { color: #8995AB; }

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

This text font color is #8995AB.

Background Color

.myBgColor { background-color: #8995AB; }

<div style="background-color:#8995AB">Inner text</div>

This div background color is #8995AB.

Border color

.myBorderColor { border: 1px solid #8995AB; }

<div style="border:3px solid #8995AB">Div</div>

This div border color is #8995AB.

Opacity

.myOpacity80 { color: #8995AB; opacity: 0.8; }

<p style="color:#8995AB;opacity:0.8;">80%</p>

Text with #8995AB 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 #8995AB;}

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

This text has shadow with #8995AB color.


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

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

This text has shadow with #8995AB primary color and red secondary color.


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

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

This text has shadow with #8995AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8995AB.

Preview

Color preview on black background

This text has color #8995AB on black background.


Color preview on white background

This text has color #8995AB on white background.


Black color preview on #8995AB background

This text has black color on #8995AB background.


White color preview on #8995AB background

This text has white color on #8995AB background.


Related colors

Complementary color

Complementary color for #hex is #766A54.


I love getcolorcode.com

Triadic colors

1 #AB8995 and #95AB89 with #8995AB are triadic colors.

2 #AB9589 and #9589AB with #8995AB are triadic colors.