COLOR #8897A7

HEX: #8897A7
RGB: (136,151,167)

Color info

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

RGB color model

#8897A7 color RGB value is (136,151,167).

  • red value is 136;
  • green value is 151;
  • blue value is 167.
RGB:
(136,151,167)
(53%,59%,65%)

RGB channels and saturation

R 136 of 255 = 53%
G 151 of 255 = 59%
B 167 of 255 = 65%

136
151
167

R + G + B ~ 59%. #8897A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 151 + 167 = 454 (100%)
R 136 of 454 ~ 29.96%
G 151 of 454 ~ 33.26%
B 167 of 454 ~ 36.78%

%29.96
%33.26
%36.78

CMYK color model

#8897A7 color CMYK value is (19,10,0,35).

  • cyan value is 18.56%
  • magenta value is 9.58%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(19,10,0,35)
C19M10Y0K35 
(19%,10%,0%,35%)
(0.19/0.10/0.00/0.35)	

CMYK percentages

%18.56
%9.58
%0
%34.51

Codes

Color #8897A7 in popluar color models

8897A7
RGB136151167
HSL211°14.98%59.41%
HSB/HSV211°18.56%65.49%
CMYK18.56%9.58%0.00%
34.51%

Color #8897A7 in popluar number systems.

HEX8897A7
Decimal136151167
Binary100010001001011110100111
Octal210227247

Shades and tints

Shades of #8897A7

#8897A7
(136,151,167)
#7C8A98
(124,138,152)
#707D89
(112,125,137)
#64707A
(100,112,122)
#58636B
(88,99,107)
#4C565C
(76,86,92)
#40494D
(64,73,77)
#343C3E
(52,60,62)
#282F2F
(40,47,47)
#1C2220
(28,34,32)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #8897A7

#8897A7
(136,151,167)
#92A0AF
(146,160,175)
#9CA9B7
(156,169,183)
#A6B2BF
(166,178,191)
#B0BBC7
(176,187,199)
#BAC4CF
(186,196,207)
#C4CDD7
(196,205,215)
#CED6DF
(206,214,223)
#D8DFE7
(216,223,231)
#E2E8EF
(226,232,239)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8897A7 color. Also use rgb(136,151,167) instead hex code.

Text Font Color

.myTextColor { color: #8897A7; }

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

This text font color is #8897A7.


Background Color

.myBgColor { background-color: #8897A7; }

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

This div background color is #8897A7.


Border color

.myBorderColor { border: 1px solid #8897A7; }

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

This div border color is #8897A7.


Opacity

.myOpacity80 { color: #8897A7; opacity: 0.8; }

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

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

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

This text has shadow with #8897A7 color.

.textShadow {text-shadow: 3px 3px 1px #8897A7, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8897A7 on black background.


Color preview on white background

This text has color #8897A7 on white background.



Black color preview on #8897A7 background

This text has black color on #8897A7 background.


White color preview on #8897A7 background

This text has white color on #8897A7 background.