COLOR #8898A9

HEX: #8898A9 RGB: (136,152,169)

Color info

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

RGB color model

#8898A9 color RGB value is (136,152,169).

RGB: (136,152,169) (53%, 60%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 169 of 255 = 66%

136
152
169

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

Portions of RGB colors in percentages

R + G + B = 136 + 152 + 169 = 457 (100%)
R 136 of 457 ~ 29.76%
G 152 of 457 ~ 33.26%
B 169 of 457 ~ 36.98'%

%29.76
%33.26
%36.98

CMYK color model

#8898A9 color CMYK value is (20,10,0,34).

  • cyan value is 19.53%
  • magenta value is 10.06%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (20,10,0,34)
C20M10Y0K34 (20%, 10%, 0%, 34%)
(0.20 / 0.10 / 0.00 / 0.34)

CMYK percentages

%19.53
%10.06
%0
%33.73

Codes

Color #8898A9 in popluar color models

88 98 A9
RGB 136 152 169
HSL 211° 16.10% 59.80%
HSB/HSV 211° 19.53% 66.27%
CMYK 19.53% 10.06% 0.00%
33.73%

Color #8898A9 in popluar number systems.

HEX 88 98 A9
Decimal 136 152 169
Binary 10001000 10011000 10101001
Octal 210 230 251

Shades and tints

Shades of #8898A9

#8898A9
(136,152,169)
#7C8B9A
(124,139,154)
#707E8B
(112,126,139)
#64717C
(100,113,124)
#58646D
(88,100,109)
#4C575E
(76,87,94)
#404A4F
(64,74,79)
#343D40
(52,61,64)
#283031
(40,48,49)
#1C2322
(28,35,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #8898A9

#8898A9
(136,152,169)
#92A1B0
(146,161,176)
#9CAAB7
(156,170,183)
#A6B3BE
(166,179,190)
#B0BCC5
(176,188,197)
#BAC5CC
(186,197,204)
#C4CED3
(196,206,211)
#CED7DA
(206,215,218)
#D8E0E1
(216,224,225)
#E2E9E8
(226,233,232)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8898A9 color. Also use rgb(136,152,169) instead hex code.

Text Font Color

.myTextColor { color: #8898A9; }

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

This text font color is #8898A9.

Background Color

.myBgColor { background-color: #8898A9; }

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

This div background color is #8898A9.

Border color

.myBorderColor { border: 1px solid #8898A9; }

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

This div border color is #8898A9.

Opacity

.myOpacity80 { color: #8898A9; opacity: 0.8; }

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

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

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

This text has shadow with #8898A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8898A9.

Preview

Color preview on black background

This text has color #8898A9 on black background.


Color preview on white background

This text has color #8898A9 on white background.


Black color preview on #8898A9 background

This text has black color on #8898A9 background.


White color preview on #8898A9 background

This text has white color on #8898A9 background.


Related colors

Complementary color

Complementary color for #hex is #776756.


I love getcolorcode.com

Triadic colors

1 #A98898 and #98A988 with #8898A9 are triadic colors.

2 #A99888 and #9888A9 with #8898A9 are triadic colors.