COLOR #8896AB

HEX: #8896AB RGB: (136,150,171)

Color info

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

RGB color model

#8896AB color RGB value is (136,150,171).

RGB: (136,150,171) (53%, 59%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 150 of 255 = 59%
B 171 of 255 = 67%

136
150
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 150 + 171 = 457 (100%)
R 136 of 457 ~ 29.76%
G 150 of 457 ~ 32.82%
B 171 of 457 ~ 37.42'%

%29.76
%32.82
%37.42

CMYK color model

#8896AB color CMYK value is (20,12,0,33).

  • cyan value is 20.47%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (20,12,0,33)
C20M12Y0K33 (20%, 12%, 0%, 33%)
(0.20 / 0.12 / 0.00 / 0.33)

CMYK percentages

%20.47
%12.28
%0
%32.94

Codes

Color #8896AB in popluar color models

88 96 AB
RGB 136 150 171
HSL 216° 17.24% 60.20%
HSB/HSV 216° 20.47% 67.06%
CMYK 20.47% 12.28% 0.00%
32.94%

Color #8896AB in popluar number systems.

HEX 88 96 AB
Decimal 136 150 171
Binary 10001000 10010110 10101011
Octal 210 226 253

Shades and tints

Shades of #8896AB

#8896AB
(136,150,171)
#7C899C
(124,137,156)
#707C8D
(112,124,141)
#646F7E
(100,111,126)
#58626F
(88,98,111)
#4C5560
(76,85,96)
#404851
(64,72,81)
#343B42
(52,59,66)
#282E33
(40,46,51)
#1C2124
(28,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #8896AB

#8896AB
(136,150,171)
#929FB2
(146,159,178)
#9CA8B9
(156,168,185)
#A6B1C0
(166,177,192)
#B0BAC7
(176,186,199)
#BAC3CE
(186,195,206)
#C4CCD5
(196,204,213)
#CED5DC
(206,213,220)
#D8DEE3
(216,222,227)
#E2E7EA
(226,231,234)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8896AB; }

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

This text font color is #8896AB.

Background Color

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

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

This div background color is #8896AB.

Border color

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

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

This div border color is #8896AB.

Opacity

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

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

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

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

This text has shadow with #8896AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8896AB.

Preview

Color preview on black background

This text has color #8896AB on black background.


Color preview on white background

This text has color #8896AB on white background.


Black color preview on #8896AB background

This text has black color on #8896AB background.


White color preview on #8896AB background

This text has white color on #8896AB background.


Related colors

Complementary color

Complementary color for #hex is #776954.


I love getcolorcode.com

Triadic colors

1 #AB8896 and #96AB88 with #8896AB are triadic colors.

2 #AB9688 and #9688AB with #8896AB are triadic colors.