COLOR #889EAA

HEX: #889EAA RGB: (136,158,170)

Color info

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

RGB color model

#889EAA color RGB value is (136,158,170).

RGB: (136,158,170) (53%, 62%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 170 of 255 = 67%

136
158
170

R + G + B ~ 61%. #889EAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 158 + 170 = 464 (100%)
R 136 of 464 ~ 29.31%
G 158 of 464 ~ 34.05%
B 170 of 464 ~ 36.64'%

%29.31
%34.05
%36.64

CMYK color model

#889EAA color CMYK value is (20,7,0,33).

  • cyan value is 20.00%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (20,7,0,33) C20M7Y0K33 (20%,7%,0%,33%) (0.20/0.07/0.00/0.33) 

CMYK percentages

%20
%7.06
%0
%33.33

Codes

Color #889EAA in popluar color models

88 9E AA
RGB 136 158 170
HSL 201° 16.67% 60.00%
HSB/HSV 201° 20.00% 66.67%
CMYK 20.00% 7.06% 0.00%
33.33%

Color #889EAA in popluar number systems.

HEX 88 9E AA
Decimal 136 158 170
Binary 10001000 10011110 10101010
Octal 210 236 252

Shades and tints

Shades of #889EAA

#889EAA
(136,158,170)
#7C909B
(124,144,155)
#70828C
(112,130,140)
#64747D
(100,116,125)
#58666E
(88,102,110)
#4C585F
(76,88,95)
#404A50
(64,74,80)
#343C41
(52,60,65)
#282E32
(40,46,50)
#1C2023
(28,32,35)
#101214
(16,18,20)
#000000
(0,0,0)

Tints of #889EAA

#889EAA
(136,158,170)
#92A6B1
(146,166,177)
#9CAEB8
(156,174,184)
#A6B6BF
(166,182,191)
#B0BEC6
(176,190,198)
#BAC6CD
(186,198,205)
#C4CED4
(196,206,212)
#CED6DB
(206,214,219)
#D8DEE2
(216,222,226)
#E2E6E9
(226,230,233)
#ECEEF0
(236,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889EAA; }

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

This text font color is #889EAA.

Background Color

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

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

This div background color is #889EAA.

Border color

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

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

This div border color is #889EAA.

Opacity

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

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

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

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

This text has shadow with #889EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889EAA.

Preview

Color preview on black background

This text has color #889EAA on black background.


Color preview on white background

This text has color #889EAA on white background.


Black color preview on #889EAA background

This text has black color on #889EAA background.


White color preview on #889EAA background

This text has white color on #889EAA background.


Related colors

Complementary color

Complementary color for #hex is #776155.


I love getcolorcode.com

Triadic colors

1 #AA889E and #9EAA88 with #889EAA are triadic colors.

2 #AA9E88 and #9E88AA with #889EAA are triadic colors.