COLOR #889EAE

HEX: #889EAE RGB: (136,158,174)

Color info

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

RGB color model

#889EAE color RGB value is (136,158,174).

RGB: (136,158,174) (53%, 62%, 68%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 174 of 255 = 68%

136
158
174

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

Portions of RGB colors in percentages

R + G + B = 136 + 158 + 174 = 468 (100%)
R 136 of 468 ~ 29.06%
G 158 of 468 ~ 33.76%
B 174 of 468 ~ 37.18'%

%29.06
%33.76
%37.18

CMYK color model

#889EAE color CMYK value is (22,9,0,32).

  • cyan value is 21.84%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (22,9,0,32)
C22M9Y0K32 (22%, 9%, 0%, 32%)
(0.22 / 0.09 / 0.00 / 0.32)

CMYK percentages

%21.84
%9.2
%0
%31.76

Codes

Color #889EAE in popluar color models

88 9E AE
RGB 136 158 174
HSL 205° 19.00% 60.78%
HSB/HSV 205° 21.84% 68.24%
CMYK 21.84% 9.20% 0.00%
31.76%

Color #889EAE in popluar number systems.

HEX 88 9E AE
Decimal 136 158 174
Binary 10001000 10011110 10101110
Octal 210 236 256

Shades and tints

Shades of #889EAE

#889EAE
(136,158,174)
#7C909F
(124,144,159)
#708290
(112,130,144)
#647481
(100,116,129)
#586672
(88,102,114)
#4C5863
(76,88,99)
#404A54
(64,74,84)
#343C45
(52,60,69)
#282E36
(40,46,54)
#1C2027
(28,32,39)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #889EAE

#889EAE
(136,158,174)
#92A6B5
(146,166,181)
#9CAEBC
(156,174,188)
#A6B6C3
(166,182,195)
#B0BECA
(176,190,202)
#BAC6D1
(186,198,209)
#C4CED8
(196,206,216)
#CED6DF
(206,214,223)
#D8DEE6
(216,222,230)
#E2E6ED
(226,230,237)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889EAE; }

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

This text font color is #889EAE.

Background Color

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

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

This div background color is #889EAE.

Border color

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

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

This div border color is #889EAE.

Opacity

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

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

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

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

This text has shadow with #889EAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889EAE.

Preview

Color preview on black background

This text has color #889EAE on black background.


Color preview on white background

This text has color #889EAE on white background.


Black color preview on #889EAE background

This text has black color on #889EAE background.


White color preview on #889EAE background

This text has white color on #889EAE background.


Related colors

Complementary color

Complementary color for #hex is #776151.


I love getcolorcode.com

Triadic colors

1 #AE889E and #9EAE88 with #889EAE are triadic colors.

2 #AE9E88 and #9E88AE with #889EAE are triadic colors.