COLOR #899AA5

HEX: #899AA5
RGB: (137,154,165)

Color info

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

RGB color model

#899AA5 color RGB value is (137,154,165).

  • red value is 137;
  • green value is 154;
  • blue value is 165.
RGB:
(137,154,165)
(54%,60%,65%)

RGB channels and saturation

R 137 of 255 = 54%
G 154 of 255 = 60%
B 165 of 255 = 65%

137
154
165

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

Portions of RGB colors in percentages

R + G + B =
137 + 154 + 165 = 456 (100%)
R 137 of 456 ~ 30.04%
G 154 of 456 ~ 33.77%
B 165 of 456 ~ 36.18%

%30.04
%33.77
%36.18

CMYK color model

#899AA5 color CMYK value is (17,7,0,35).

  • cyan value is 16.97%
  • magenta value is 6.67%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(17,7,0,35)
C17M7Y0K35 
(17%,7%,0%,35%)
(0.17/0.07/0.00/0.35)	

CMYK percentages

%16.97
%6.67
%0
%35.29

Codes

Color #899AA5 in popluar color models

899AA5
RGB137154165
HSL204°13.46%59.22%
HSB/HSV204°16.97%64.71%
CMYK16.97%6.67%0.00%
35.29%

Color #899AA5 in popluar number systems.

HEX899AA5
Decimal137154165
Binary100010011001101010100101
Octal211232245

Shades and tints

Shades of #899AA5

#899AA5
(137,154,165)
#7D8C96
(125,140,150)
#717E87
(113,126,135)
#657078
(101,112,120)
#596269
(89,98,105)
#4D545A
(77,84,90)
#41464B
(65,70,75)
#35383C
(53,56,60)
#292A2D
(41,42,45)
#1D1C1E
(29,28,30)
#110E0F
(17,14,15)
#000000
(0,0,0)

Tints of #899AA5

#899AA5
(137,154,165)
#93A3AD
(147,163,173)
#9DACB5
(157,172,181)
#A7B5BD
(167,181,189)
#B1BEC5
(177,190,197)
#BBC7CD
(187,199,205)
#C5D0D5
(197,208,213)
#CFD9DD
(207,217,221)
#D9E2E5
(217,226,229)
#E3EBED
(227,235,237)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899AA5; }

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

This text font color is #899AA5.


Background Color

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

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

This div background color is #899AA5.


Border color

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

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

This div border color is #899AA5.


Opacity

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

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

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

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

This text has shadow with #899AA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899AA5 on black background.


Color preview on white background

This text has color #899AA5 on white background.



Black color preview on #899AA5 background

This text has black color on #899AA5 background.


White color preview on #899AA5 background

This text has white color on #899AA5 background.