COLOR #889AAA

HEX: #889AAA
RGB: (136,154,170)

Color info

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

RGB color model

#889AAA color RGB value is (136,154,170).

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

RGB channels and saturation

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

136
154
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 154 + 170 = 460 (100%)
R 136 of 460 ~ 29.57%
G 154 of 460 ~ 33.48%
B 170 of 460 ~ 36.96%

%29.57
%33.48
%36.96

CMYK color model

#889AAA color CMYK value is (20,9,0,33).

  • cyan value is 20.00%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,9,0,33)
C20M9Y0K33 
(20%,9%,0%,33%)
(0.20/0.09/0.00/0.33)	

CMYK percentages

%20
%9.41
%0
%33.33

Codes

Color #889AAA in popluar color models

889AAA
RGB136154170
HSL208°16.67%60.00%
HSB/HSV208°20.00%66.67%
CMYK20.00%9.41%0.00%
33.33%

Color #889AAA in popluar number systems.

HEX889AAA
Decimal136154170
Binary100010001001101010101010
Octal210232252

Shades and tints

Shades of #889AAA

#889AAA
(136,154,170)
#7C8C9B
(124,140,155)
#707E8C
(112,126,140)
#64707D
(100,112,125)
#58626E
(88,98,110)
#4C545F
(76,84,95)
#404650
(64,70,80)
#343841
(52,56,65)
#282A32
(40,42,50)
#1C1C23
(28,28,35)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #889AAA

#889AAA
(136,154,170)
#92A3B1
(146,163,177)
#9CACB8
(156,172,184)
#A6B5BF
(166,181,191)
#B0BEC6
(176,190,198)
#BAC7CD
(186,199,205)
#C4D0D4
(196,208,212)
#CED9DB
(206,217,219)
#D8E2E2
(216,226,226)
#E2EBE9
(226,235,233)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #889AAA color. Also use rgb(136,154,170) instead hex code.

Text Font Color

.myTextColor { color: #889AAA; }

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

This text font color is #889AAA.


Background Color

.myBgColor { background-color: #889AAA; }

<div style="background-color:#889AAA">Inner text</div>

This div background color is #889AAA.


Border color

.myBorderColor { border: 1px solid #889AAA; }

<div style="border:3px solid #889AAA">Div</div>

This div border color is #889AAA.


Opacity

.myOpacity80 { color: #889AAA; opacity: 0.8; }

<p style="color:#889AAA;opacity:0.8;">80%</p>

Text with #889AAA 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 #889AAA;}

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

This text has shadow with #889AAA color.

.textShadow {text-shadow: 3px 3px 1px #889AAA, 3px 3px 1px red;}

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

This text has shadow with #889AAA primary color and red secondary color.


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

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

This text has shadow with #889AAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889AAA on black background.


Color preview on white background

This text has color #889AAA on white background.



Black color preview on #889AAA background

This text has black color on #889AAA background.


White color preview on #889AAA background

This text has white color on #889AAA background.