COLOR #899DAE

HEX: #899DAE RGB: (137,157,174)

Color info

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

RGB color model

#899DAE color RGB value is (137,157,174).

RGB: (137,157,174) (54%, 62%, 68%)

RGB channels and saturation

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

137
157
174

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

Portions of RGB colors in percentages

R + G + B = 137 + 157 + 174 = 468 (100%)
R 137 of 468 ~ 29.27%
G 157 of 468 ~ 33.55%
B 174 of 468 ~ 37.18'%

%29.27
%33.55
%37.18

CMYK color model

#899DAE color CMYK value is (21,10,0,32).

  • cyan value is 21.26%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK: (21,10,0,32) C21M10Y0K32 (21%,10%,0%,32%) (0.21/0.10/0.00/0.32) 

CMYK percentages

%21.26
%9.77
%0
%31.76

Codes

Color #899DAE in popluar color models

89 9D AE
RGB 137 157 174
HSL 208° 18.59% 60.98%
HSB/HSV 208° 21.26% 68.24%
CMYK 21.26% 9.77% 0.00%
31.76%

Color #899DAE in popluar number systems.

HEX 89 9D AE
Decimal 137 157 174
Binary 10001001 10011101 10101110
Octal 211 235 256

Shades and tints

Shades of #899DAE

#899DAE
(137,157,174)
#7D8F9F
(125,143,159)
#718190
(113,129,144)
#657381
(101,115,129)
#596572
(89,101,114)
#4D5763
(77,87,99)
#414954
(65,73,84)
#353B45
(53,59,69)
#292D36
(41,45,54)
#1D1F27
(29,31,39)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #899DAE

#899DAE
(137,157,174)
#93A5B5
(147,165,181)
#9DADBC
(157,173,188)
#A7B5C3
(167,181,195)
#B1BDCA
(177,189,202)
#BBC5D1
(187,197,209)
#C5CDD8
(197,205,216)
#CFD5DF
(207,213,223)
#D9DDE6
(217,221,230)
#E3E5ED
(227,229,237)
#EDEDF4
(237,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #899DAE; }

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

This text font color is #899DAE.

Background Color

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

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

This div background color is #899DAE.

Border color

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

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

This div border color is #899DAE.

Opacity

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

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

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

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

This text has shadow with #899DAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899DAE.

Preview

Color preview on black background

This text has color #899DAE on black background.


Color preview on white background

This text has color #899DAE on white background.


Black color preview on #899DAE background

This text has black color on #899DAE background.


White color preview on #899DAE background

This text has white color on #899DAE background.


Related colors

Complementary color

Complementary color for #hex is #766251.


I love getcolorcode.com

Triadic colors

1 #AE899D and #9DAE89 with #899DAE are triadic colors.

2 #AE9D89 and #9D89AE with #899DAE are triadic colors.