COLOR #8898AD

HEX: #8898AD
RGB: (136,152,173)

Color info

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

RGB color model

#8898AD color RGB value is (136,152,173).

  • red value is 136;
  • green value is 152;
  • blue value is 173.
RGB:
(136,152,173)
(53%,60%,68%)

RGB channels and saturation

R 136 of 255 = 53%
G 152 of 255 = 60%
B 173 of 255 = 68%

136
152
173

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

Portions of RGB colors in percentages

R + G + B =
136 + 152 + 173 = 461 (100%)
R 136 of 461 ~ 29.5%
G 152 of 461 ~ 32.97%
B 173 of 461 ~ 37.53%

%29.5
%32.97
%37.53

CMYK color model

#8898AD color CMYK value is (21,12,0,32).

  • cyan value is 21.39%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(21,12,0,32)
C21M12Y0K32 
(21%,12%,0%,32%)
(0.21/0.12/0.00/0.32)	

CMYK percentages

%21.39
%12.14
%0
%32.16

Codes

Color #8898AD in popluar color models

8898AD
RGB136152173
HSL214°18.41%60.59%
HSB/HSV214°21.39%67.84%
CMYK21.39%12.14%0.00%
32.16%

Color #8898AD in popluar number systems.

HEX8898AD
Decimal136152173
Binary100010001001100010101101
Octal210230255

Shades and tints

Shades of #8898AD

#8898AD
(136,152,173)
#7C8B9E
(124,139,158)
#707E8F
(112,126,143)
#647180
(100,113,128)
#586471
(88,100,113)
#4C5762
(76,87,98)
#404A53
(64,74,83)
#343D44
(52,61,68)
#283035
(40,48,53)
#1C2326
(28,35,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #8898AD

#8898AD
(136,152,173)
#92A1B4
(146,161,180)
#9CAABB
(156,170,187)
#A6B3C2
(166,179,194)
#B0BCC9
(176,188,201)
#BAC5D0
(186,197,208)
#C4CED7
(196,206,215)
#CED7DE
(206,215,222)
#D8E0E5
(216,224,229)
#E2E9EC
(226,233,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8898AD; }

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

This text font color is #8898AD.


Background Color

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

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

This div background color is #8898AD.


Border color

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

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

This div border color is #8898AD.


Opacity

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

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

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

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

This text has shadow with #8898AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8898AD on black background.


Color preview on white background

This text has color #8898AD on white background.



Black color preview on #8898AD background

This text has black color on #8898AD background.


White color preview on #8898AD background

This text has white color on #8898AD background.