COLOR #899FAE

HEX: #899FAE
RGB: (137,159,174)

Color info

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

RGB color model

#899FAE color RGB value is (137,159,174).

  • red value is 137;
  • green value is 159;
  • blue value is 174.
RGB:
(137,159,174)
(54%,62%,68%)

RGB channels and saturation

R 137 of 255 = 54%
G 159 of 255 = 62%
B 174 of 255 = 68%

137
159
174

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

Portions of RGB colors in percentages

R + G + B =
137 + 159 + 174 = 470 (100%)
R 137 of 470 ~ 29.15%
G 159 of 470 ~ 33.83%
B 174 of 470 ~ 37.02%

%29.15
%33.83
%37.02

CMYK color model

#899FAE color CMYK value is (21,9,0,32).

  • cyan value is 21.26%
  • magenta value is 8.62%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(21,9,0,32)
C21M9Y0K32 
(21%,9%,0%,32%)
(0.21/0.09/0.00/0.32)	

CMYK percentages

%21.26
%8.62
%0
%31.76

Codes

Color #899FAE in popluar color models

899FAE
RGB137159174
HSL204°18.59%60.98%
HSB/HSV204°21.26%68.24%
CMYK21.26%8.62%0.00%
31.76%

Color #899FAE in popluar number systems.

HEX899FAE
Decimal137159174
Binary100010011001111110101110
Octal211237256

Shades and tints

Shades of #899FAE

#899FAE
(137,159,174)
#7D919F
(125,145,159)
#718390
(113,131,144)
#657581
(101,117,129)
#596772
(89,103,114)
#4D5963
(77,89,99)
#414B54
(65,75,84)
#353D45
(53,61,69)
#292F36
(41,47,54)
#1D2127
(29,33,39)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #899FAE

#899FAE
(137,159,174)
#93A7B5
(147,167,181)
#9DAFBC
(157,175,188)
#A7B7C3
(167,183,195)
#B1BFCA
(177,191,202)
#BBC7D1
(187,199,209)
#C5CFD8
(197,207,216)
#CFD7DF
(207,215,223)
#D9DFE6
(217,223,230)
#E3E7ED
(227,231,237)
#EDEFF4
(237,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899FAE color. Also use rgb(137,159,174) instead hex code.

Text Font Color

.myTextColor { color: #899FAE; }

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

This text font color is #899FAE.


Background Color

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

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

This div background color is #899FAE.


Border color

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

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

This div border color is #899FAE.


Opacity

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

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

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

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

This text has shadow with #899FAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #899FAE on black background.


Color preview on white background

This text has color #899FAE on white background.



Black color preview on #899FAE background

This text has black color on #899FAE background.


White color preview on #899FAE background

This text has white color on #899FAE background.