COLOR #8892AB

HEX: #8892AB RGB: (136,146,171)

Color info

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

RGB color model

#8892AB color RGB value is (136,146,171).

RGB: (136,146,171) (53%, 57%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 146 of 255 = 57%
B 171 of 255 = 67%

136
146
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 146 + 171 = 453 (100%)
R 136 of 453 ~ 30.02%
G 146 of 453 ~ 32.23%
B 171 of 453 ~ 37.75'%

%30.02
%32.23
%37.75

CMYK color model

#8892AB color CMYK value is (20,15,0,33).

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

CMYK: (20,15,0,33)
C20M15Y0K33 (20%, 15%, 0%, 33%)
(0.20 / 0.15 / 0.00 / 0.33)

CMYK percentages

%20.47
%14.62
%0
%32.94

Codes

Color #8892AB in popluar color models

88 92 AB
RGB 136 146 171
HSL 223° 17.24% 60.20%
HSB/HSV 223° 20.47% 67.06%
CMYK 20.47% 14.62% 0.00%
32.94%

Color #8892AB in popluar number systems.

HEX 88 92 AB
Decimal 136 146 171
Binary 10001000 10010010 10101011
Octal 210 222 253

Shades and tints

Shades of #8892AB

#8892AB
(136,146,171)
#7C859C
(124,133,156)
#70788D
(112,120,141)
#646B7E
(100,107,126)
#585E6F
(88,94,111)
#4C5160
(76,81,96)
#404451
(64,68,81)
#343742
(52,55,66)
#282A33
(40,42,51)
#1C1D24
(28,29,36)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #8892AB

#8892AB
(136,146,171)
#929BB2
(146,155,178)
#9CA4B9
(156,164,185)
#A6ADC0
(166,173,192)
#B0B6C7
(176,182,199)
#BABFCE
(186,191,206)
#C4C8D5
(196,200,213)
#CED1DC
(206,209,220)
#D8DAE3
(216,218,227)
#E2E3EA
(226,227,234)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8892AB; }

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

This text font color is #8892AB.

Background Color

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

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

This div background color is #8892AB.

Border color

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

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

This div border color is #8892AB.

Opacity

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

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

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

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

This text has shadow with #8892AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8892AB.

Preview

Color preview on black background

This text has color #8892AB on black background.


Color preview on white background

This text has color #8892AB on white background.


Black color preview on #8892AB background

This text has black color on #8892AB background.


White color preview on #8892AB background

This text has white color on #8892AB background.


Related colors

Complementary color

Complementary color for #hex is #776D54.


I love getcolorcode.com

Triadic colors

1 #AB8892 and #92AB88 with #8892AB are triadic colors.

2 #AB9288 and #9288AB with #8892AB are triadic colors.