COLOR #8899AC

HEX: #8899AC RGB: (136,153,172)

Color info

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

RGB color model

#8899AC color RGB value is (136,153,172).

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

RGB channels and saturation

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

136
153
172

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

Portions of RGB colors in percentages

R + G + B = 136 + 153 + 172 = 461 (100%)
R 136 of 461 ~ 29.5%
G 153 of 461 ~ 33.19%
B 172 of 461 ~ 37.31'%

%29.5
%33.19
%37.31

CMYK color model

#8899AC color CMYK value is (21,11,0,33).

  • cyan value is 20.93%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (21,11,0,33)
C21M11Y0K33 (21%, 11%, 0%, 33%)
(0.21 / 0.11 / 0.00 / 0.33)

CMYK percentages

%20.93
%11.05
%0
%32.55

Codes

Color #8899AC in popluar color models

88 99 AC
RGB 136 153 172
HSL 212° 17.82% 60.39%
HSB/HSV 212° 20.93% 67.45%
CMYK 20.93% 11.05% 0.00%
32.55%

Color #8899AC in popluar number systems.

HEX 88 99 AC
Decimal 136 153 172
Binary 10001000 10011001 10101100
Octal 210 231 254

Shades and tints

Shades of #8899AC

#8899AC
(136,153,172)
#7C8C9D
(124,140,157)
#707F8E
(112,127,142)
#64727F
(100,114,127)
#586570
(88,101,112)
#4C5861
(76,88,97)
#404B52
(64,75,82)
#343E43
(52,62,67)
#283134
(40,49,52)
#1C2425
(28,36,37)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #8899AC

#8899AC
(136,153,172)
#92A2B3
(146,162,179)
#9CABBA
(156,171,186)
#A6B4C1
(166,180,193)
#B0BDC8
(176,189,200)
#BAC6CF
(186,198,207)
#C4CFD6
(196,207,214)
#CED8DD
(206,216,221)
#D8E1E4
(216,225,228)
#E2EAEB
(226,234,235)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8899AC; }

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

This text font color is #8899AC.

Background Color

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

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

This div background color is #8899AC.

Border color

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

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

This div border color is #8899AC.

Opacity

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

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

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

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

This text has shadow with #8899AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8899AC.

Preview

Color preview on black background

This text has color #8899AC on black background.


Color preview on white background

This text has color #8899AC on white background.


Black color preview on #8899AC background

This text has black color on #8899AC background.


White color preview on #8899AC background

This text has white color on #8899AC background.


Related colors

Complementary color

Complementary color for #hex is #776653.


I love getcolorcode.com

Triadic colors

1 #AC8899 and #99AC88 with #8899AC are triadic colors.

2 #AC9988 and #9988AC with #8899AC are triadic colors.