COLOR #899EAB

HEX: #899EAB RGB: (137,158,171)

Color info

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

RGB color model

#899EAB color RGB value is (137,158,171).

RGB: (137,158,171) (54%, 62%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 171 of 255 = 67%

137
158
171

R + G + B ~ 61%. #899EAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 158 + 171 = 466 (100%)
R 137 of 466 ~ 29.4%
G 158 of 466 ~ 33.91%
B 171 of 466 ~ 36.7'%

%29.4
%33.91
%36.7

CMYK color model

#899EAB color CMYK value is (20,8,0,33).

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

CMYK: (20,8,0,33)
C20M8Y0K33 (20%, 8%, 0%, 33%)
(0.20 / 0.08 / 0.00 / 0.33)

CMYK percentages

%19.88
%7.6
%0
%32.94

Codes

Color #899EAB in popluar color models

89 9E AB
RGB 137 158 171
HSL 203° 16.83% 60.39%
HSB/HSV 203° 19.88% 67.06%
CMYK 19.88% 7.60% 0.00%
32.94%

Color #899EAB in popluar number systems.

HEX 89 9E AB
Decimal 137 158 171
Binary 10001001 10011110 10101011
Octal 211 236 253

Shades and tints

Shades of #899EAB

#899EAB
(137,158,171)
#7D909C
(125,144,156)
#71828D
(113,130,141)
#65747E
(101,116,126)
#59666F
(89,102,111)
#4D5860
(77,88,96)
#414A51
(65,74,81)
#353C42
(53,60,66)
#292E33
(41,46,51)
#1D2024
(29,32,36)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #899EAB

#899EAB
(137,158,171)
#93A6B2
(147,166,178)
#9DAEB9
(157,174,185)
#A7B6C0
(167,182,192)
#B1BEC7
(177,190,199)
#BBC6CE
(187,198,206)
#C5CED5
(197,206,213)
#CFD6DC
(207,214,220)
#D9DEE3
(217,222,227)
#E3E6EA
(227,230,234)
#EDEEF1
(237,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899EAB color. Also use rgb(137,158,171) instead hex code.

Text Font Color

.myTextColor { color: #899EAB; }

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

This text font color is #899EAB.

Background Color

.myBgColor { background-color: #899EAB; }

<div style="background-color:#899EAB">Inner text</div>

This div background color is #899EAB.

Border color

.myBorderColor { border: 1px solid #899EAB; }

<div style="border:3px solid #899EAB">Div</div>

This div border color is #899EAB.

Opacity

.myOpacity80 { color: #899EAB; opacity: 0.8; }

<p style="color:#899EAB;opacity:0.8;">80%</p>

Text with #899EAB 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 #899EAB;}

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

This text has shadow with #899EAB color.


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

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

This text has shadow with #899EAB primary color and red secondary color.


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

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

This text has shadow with #899EAB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #899EAB.

Preview

Color preview on black background

This text has color #899EAB on black background.


Color preview on white background

This text has color #899EAB on white background.


Black color preview on #899EAB background

This text has black color on #899EAB background.


White color preview on #899EAB background

This text has white color on #899EAB background.


Related colors

Complementary color

Complementary color for #hex is #766154.


I love getcolorcode.com

Triadic colors

1 #AB899E and #9EAB89 with #899EAB are triadic colors.

2 #AB9E89 and #9E89AB with #899EAB are triadic colors.