COLOR #8899AA

HEX: #8899AA
RGB: (136,153,170)

Color info

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

RGB color model

#8899AA color RGB value is (136,153,170).

  • red value is 136;
  • green value is 153;
  • blue value is 170.
RGB:
(136,153,170)
(53%,60%,67%)

RGB channels and saturation

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

136
153
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 153 + 170 = 459 (100%)
R 136 of 459 ~ 29.63%
G 153 of 459 ~ 33.33%
B 170 of 459 ~ 37.04%

%29.63
%33.33
%37.04

CMYK color model

#8899AA color CMYK value is (20,10,0,33).

  • cyan value is 20.00%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,10,0,33)
C20M10Y0K33 
(20%,10%,0%,33%)
(0.20/0.10/0.00/0.33)	

CMYK percentages

%20
%10
%0
%33.33

Codes

Color #8899AA in popluar color models

8899AA
RGB136153170
HSL210°16.67%60.00%
HSB/HSV210°20.00%66.67%
CMYK20.00%10.00%0.00%
33.33%

Color #8899AA in popluar number systems.

HEX8899AA
Decimal136153170
Binary100010001001100110101010
Octal210231252

Shades and tints

Shades of #8899AA

#8899AA
(136,153,170)
#7C8C9B
(124,140,155)
#707F8C
(112,127,140)
#64727D
(100,114,125)
#58656E
(88,101,110)
#4C585F
(76,88,95)
#404B50
(64,75,80)
#343E41
(52,62,65)
#283132
(40,49,50)
#1C2423
(28,36,35)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #8899AA

#8899AA
(136,153,170)
#92A2B1
(146,162,177)
#9CABB8
(156,171,184)
#A6B4BF
(166,180,191)
#B0BDC6
(176,189,198)
#BAC6CD
(186,198,205)
#C4CFD4
(196,207,212)
#CED8DB
(206,216,219)
#D8E1E2
(216,225,226)
#E2EAE9
(226,234,233)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8899AA; }

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

This text font color is #8899AA.


Background Color

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

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

This div background color is #8899AA.


Border color

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

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

This div border color is #8899AA.


Opacity

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

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

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

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

This text has shadow with #8899AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8899AA on black background.


Color preview on white background

This text has color #8899AA on white background.



Black color preview on #8899AA background

This text has black color on #8899AA background.


White color preview on #8899AA background

This text has white color on #8899AA background.