COLOR #899EA5

HEX: #899EA5 RGB: (137,158,165)

Color info

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

RGB color model

#899EA5 color RGB value is (137,158,165).

RGB: (137,158,165) (54%, 62%, 65%)

RGB channels and saturation

R 137 of 255 = 54%
G 158 of 255 = 62%
B 165 of 255 = 65%

137
158
165

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

Portions of RGB colors in percentages

R + G + B = 137 + 158 + 165 = 460 (100%)
R 137 of 460 ~ 29.78%
G 158 of 460 ~ 34.35%
B 165 of 460 ~ 35.87'%

%29.78
%34.35
%35.87

CMYK color model

#899EA5 color CMYK value is (17,4,0,35).

  • cyan value is 16.97%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (17,4,0,35)
C17M4Y0K35 (17%, 4%, 0%, 35%)
(0.17 / 0.04 / 0.00 / 0.35)

CMYK percentages

%16.97
%4.24
%0
%35.29

Codes

Color #899EA5 in popluar color models

89 9E A5
RGB 137 158 165
HSL 195° 13.46% 59.22%
HSB/HSV 195° 16.97% 64.71%
CMYK 16.97% 4.24% 0.00%
35.29%

Color #899EA5 in popluar number systems.

HEX 89 9E A5
Decimal 137 158 165
Binary 10001001 10011110 10100101
Octal 211 236 245

Shades and tints

Shades of #899EA5

#899EA5
(137,158,165)
#7D9096
(125,144,150)
#718287
(113,130,135)
#657478
(101,116,120)
#596669
(89,102,105)
#4D585A
(77,88,90)
#414A4B
(65,74,75)
#353C3C
(53,60,60)
#292E2D
(41,46,45)
#1D201E
(29,32,30)
#11120F
(17,18,15)
#000000
(0,0,0)

Tints of #899EA5

#899EA5
(137,158,165)
#93A6AD
(147,166,173)
#9DAEB5
(157,174,181)
#A7B6BD
(167,182,189)
#B1BEC5
(177,190,197)
#BBC6CD
(187,198,205)
#C5CED5
(197,206,213)
#CFD6DD
(207,214,221)
#D9DEE5
(217,222,229)
#E3E6ED
(227,230,237)
#EDEEF5
(237,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899EA5; }

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

This text font color is #899EA5.

Background Color

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

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

This div background color is #899EA5.

Border color

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

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

This div border color is #899EA5.

Opacity

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

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

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

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

This text has shadow with #899EA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899EA5.

Preview

Color preview on black background

This text has color #899EA5 on black background.


Color preview on white background

This text has color #899EA5 on white background.


Black color preview on #899EA5 background

This text has black color on #899EA5 background.


White color preview on #899EA5 background

This text has white color on #899EA5 background.


Related colors

Complementary color

Complementary color for #hex is #76615A.


I love getcolorcode.com

Triadic colors

1 #A5899E and #9EA589 with #899EA5 are triadic colors.

2 #A59E89 and #9E89A5 with #899EA5 are triadic colors.