COLOR #8899AB

HEX: #8899AB RGB: (136,153,171)

Color info

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

RGB color model

#8899AB color RGB value is (136,153,171).

RGB: (136,153,171) (53%, 60%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 153 of 255 = 60%
B 171 of 255 = 67%

136
153
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 153 + 171 = 460 (100%)
R 136 of 460 ~ 29.57%
G 153 of 460 ~ 33.26%
B 171 of 460 ~ 37.17'%

%29.57
%33.26
%37.17

CMYK color model

#8899AB color CMYK value is (20,11,0,33).

  • cyan value is 20.47%
  • magenta value is 10.53%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (20,11,0,33) C20M11Y0K33 (20%,11%,0%,33%) (0.20/0.11/0.00/0.33) 

CMYK percentages

%20.47
%10.53
%0
%32.94

Codes

Color #8899AB in popluar color models

88 99 AB
RGB 136 153 171
HSL 211° 17.24% 60.20%
HSB/HSV 211° 20.47% 67.06%
CMYK 20.47% 10.53% 0.00%
32.94%

Color #8899AB in popluar number systems.

HEX 88 99 AB
Decimal 136 153 171
Binary 10001000 10011001 10101011
Octal 210 231 253

Shades and tints

Shades of #8899AB

#8899AB
(136,153,171)
#7C8C9C
(124,140,156)
#707F8D
(112,127,141)
#64727E
(100,114,126)
#58656F
(88,101,111)
#4C5860
(76,88,96)
#404B51
(64,75,81)
#343E42
(52,62,66)
#283133
(40,49,51)
#1C2424
(28,36,36)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #8899AB

#8899AB
(136,153,171)
#92A2B2
(146,162,178)
#9CABB9
(156,171,185)
#A6B4C0
(166,180,192)
#B0BDC7
(176,189,199)
#BAC6CE
(186,198,206)
#C4CFD5
(196,207,213)
#CED8DC
(206,216,220)
#D8E1E3
(216,225,227)
#E2EAEA
(226,234,234)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8899AB; }

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

This text font color is #8899AB.

Background Color

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

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

This div background color is #8899AB.

Border color

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

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

This div border color is #8899AB.

Opacity

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

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

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

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

This text has shadow with #8899AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8899AB.

Preview

Color preview on black background

This text has color #8899AB on black background.


Color preview on white background

This text has color #8899AB on white background.


Black color preview on #8899AB background

This text has black color on #8899AB background.


White color preview on #8899AB background

This text has white color on #8899AB background.


Related colors

Complementary color

Complementary color for #hex is #776654.


I love getcolorcode.com

Triadic colors

1 #AB8899 and #99AB88 with #8899AB are triadic colors.

2 #AB9988 and #9988AB with #8899AB are triadic colors.