COLOR #889E8E

HEX: #889E8E RGB: (136,158,142)

Color info

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

RGB color model

#889E8E color RGB value is (136,158,142).

RGB: (136,158,142) (53%, 62%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 142 of 255 = 56%

136
158
142

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

Portions of RGB colors in percentages

R + G + B = 136 + 158 + 142 = 436 (100%)
R 136 of 436 ~ 31.19%
G 158 of 436 ~ 36.24%
B 142 of 436 ~ 32.57'%

%31.19
%36.24
%32.57

CMYK color model

#889E8E color CMYK value is (14,0,10,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 38.04%
CMYK: (14,0,10,38) C14M0Y10K38 (14%,0%,10%,38%) (0.14/0.00/0.10/0.38) 

CMYK percentages

%13.92
%0
%10.13
%38.04

Codes

Color #889E8E in popluar color models

88 9E 8E
RGB 136 158 142
HSL 136° 10.19% 57.65%
HSB/HSV 136° 13.92% 61.96%
CMYK 13.92% 0.00% 10.13%
38.04%

Color #889E8E in popluar number systems.

HEX 88 9E 8E
Decimal 136 158 142
Binary 10001000 10011110 10001110
Octal 210 236 216

Shades and tints

Shades of #889E8E

#889E8E
(136,158,142)
#7C9082
(124,144,130)
#708276
(112,130,118)
#64746A
(100,116,106)
#58665E
(88,102,94)
#4C5852
(76,88,82)
#404A46
(64,74,70)
#343C3A
(52,60,58)
#282E2E
(40,46,46)
#1C2022
(28,32,34)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #889E8E

#889E8E
(136,158,142)
#92A698
(146,166,152)
#9CAEA2
(156,174,162)
#A6B6AC
(166,182,172)
#B0BEB6
(176,190,182)
#BAC6C0
(186,198,192)
#C4CECA
(196,206,202)
#CED6D4
(206,214,212)
#D8DEDE
(216,222,222)
#E2E6E8
(226,230,232)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889E8E; }

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

This text font color is #889E8E.

Background Color

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

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

This div background color is #889E8E.

Border color

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

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

This div border color is #889E8E.

Opacity

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

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

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

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

This text has shadow with #889E8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889E8E.

Preview

Color preview on black background

This text has color #889E8E on black background.


Color preview on white background

This text has color #889E8E on white background.


Black color preview on #889E8E background

This text has black color on #889E8E background.


White color preview on #889E8E background

This text has white color on #889E8E background.


Related colors

Complementary color

Complementary color for #hex is #776171.


I love getcolorcode.com

Triadic colors

1 #8E889E and #9E8E88 with #889E8E are triadic colors.

2 #8E9E88 and #9E888E with #889E8E are triadic colors.