COLOR #8896A8

HEX: #8896A8
RGB: (136,150,168)

Color info

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

RGB color model

#8896A8 color RGB value is (136,150,168).

  • red value is 136;
  • green value is 150;
  • blue value is 168.
RGB:
(136,150,168)
(53%,59%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 168 of 255 = 66%

136
150
168

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

Portions of RGB colors in percentages

R + G + B =
136 + 150 + 168 = 454 (100%)
R 136 of 454 ~ 29.96%
G 150 of 454 ~ 33.04%
B 168 of 454 ~ 37%

%29.96
%33.04
%37

CMYK color model

#8896A8 color CMYK value is (19,11,0,34).

  • cyan value is 19.05%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(19,11,0,34)
C19M11Y0K34 
(19%,11%,0%,34%)
(0.19/0.11/0.00/0.34)	

CMYK percentages

%19.05
%10.71
%0
%34.12

Codes

Color #8896A8 in popluar color models

8896A8
RGB136150168
HSL214°15.53%59.61%
HSB/HSV214°19.05%65.88%
CMYK19.05%10.71%0.00%
34.12%

Color #8896A8 in popluar number systems.

HEX8896A8
Decimal136150168
Binary100010001001011010101000
Octal210226250

Shades and tints

Shades of #8896A8

#8896A8
(136,150,168)
#7C8999
(124,137,153)
#707C8A
(112,124,138)
#646F7B
(100,111,123)
#58626C
(88,98,108)
#4C555D
(76,85,93)
#40484E
(64,72,78)
#343B3F
(52,59,63)
#282E30
(40,46,48)
#1C2121
(28,33,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #8896A8

#8896A8
(136,150,168)
#929FAF
(146,159,175)
#9CA8B6
(156,168,182)
#A6B1BD
(166,177,189)
#B0BAC4
(176,186,196)
#BAC3CB
(186,195,203)
#C4CCD2
(196,204,210)
#CED5D9
(206,213,217)
#D8DEE0
(216,222,224)
#E2E7E7
(226,231,231)
#ECF0EE
(236,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8896A8 color. Also use rgb(136,150,168) instead hex code.

Text Font Color

.myTextColor { color: #8896A8; }

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

This text font color is #8896A8.


Background Color

.myBgColor { background-color: #8896A8; }

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

This div background color is #8896A8.


Border color

.myBorderColor { border: 1px solid #8896A8; }

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

This div border color is #8896A8.


Opacity

.myOpacity80 { color: #8896A8; opacity: 0.8; }

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

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

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

This text has shadow with #8896A8 color.

.textShadow {text-shadow: 3px 3px 1px #8896A8, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8896A8 on black background.


Color preview on white background

This text has color #8896A8 on white background.



Black color preview on #8896A8 background

This text has black color on #8896A8 background.


White color preview on #8896A8 background

This text has white color on #8896A8 background.