COLOR #899098

HEX: #899098 RGB: (137,144,152)

Color info

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

RGB color model

#899098 color RGB value is (137,144,152).

RGB: (137,144,152) (54%, 56%, 60%)

RGB channels and saturation

R 137 of 255 = 54%
G 144 of 255 = 56%
B 152 of 255 = 60%

137
144
152

R + G + B ~ 57%. #899098 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 144 + 152 = 433 (100%)
R 137 of 433 ~ 31.64%
G 144 of 433 ~ 33.26%
B 152 of 433 ~ 35.1'%

%31.64
%33.26
%35.1

CMYK color model

#899098 color CMYK value is (10,5,0,40).

  • cyan value is 9.87%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 40.39%

CMYK: (10,5,0,40)
C10M5Y0K40 (10%, 5%, 0%, 40%)
(0.10 / 0.05 / 0.00 / 0.40)

CMYK percentages

%9.87
%5.26
%0
%40.39

Codes

Color #899098 in popluar color models

89 90 98
RGB 137 144 152
HSL 212° 6.79% 56.67%
HSB/HSV 212° 9.87% 59.61%
CMYK 9.87% 5.26% 0.00%
40.39%

Color #899098 in popluar number systems.

HEX 89 90 98
Decimal 137 144 152
Binary 10001001 10010000 10011000
Octal 211 220 230

Shades and tints

Shades of #899098

#899098
(137,144,152)
#7D838B
(125,131,139)
#71767E
(113,118,126)
#656971
(101,105,113)
#595C64
(89,92,100)
#4D4F57
(77,79,87)
#41424A
(65,66,74)
#35353D
(53,53,61)
#292830
(41,40,48)
#1D1B23
(29,27,35)
#110E16
(17,14,22)
#000000
(0,0,0)

Tints of #899098

#899098
(137,144,152)
#939AA1
(147,154,161)
#9DA4AA
(157,164,170)
#A7AEB3
(167,174,179)
#B1B8BC
(177,184,188)
#BBC2C5
(187,194,197)
#C5CCCE
(197,204,206)
#CFD6D7
(207,214,215)
#D9E0E0
(217,224,224)
#E3EAE9
(227,234,233)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #899098 color. Also use rgb(137,144,152) instead hex code.

Text Font Color

.myTextColor { color: #899098; }

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

This text font color is #899098.

Background Color

.myBgColor { background-color: #899098; }

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

This div background color is #899098.

Border color

.myBorderColor { border: 1px solid #899098; }

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

This div border color is #899098.

Opacity

.myOpacity80 { color: #899098; opacity: 0.8; }

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

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

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

This text has shadow with #899098 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #899098.

Preview

Color preview on black background

This text has color #899098 on black background.


Color preview on white background

This text has color #899098 on white background.


Black color preview on #899098 background

This text has black color on #899098 background.


White color preview on #899098 background

This text has white color on #899098 background.


Related colors

Complementary color

Complementary color for #hex is #766F67.


I love getcolorcode.com

Triadic colors

1 #988990 and #909889 with #899098 are triadic colors.

2 #989089 and #908998 with #899098 are triadic colors.