COLOR #889E9A

HEX: #889E9A
RGB: (136,158,154)

Color info

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

RGB color model

#889E9A color RGB value is (136,158,154).

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

RGB channels and saturation

R 136 of 255 = 53%
G 158 of 255 = 62%
B 154 of 255 = 60%

136
158
154

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

Portions of RGB colors in percentages

R + G + B =
136 + 158 + 154 = 448 (100%)
R 136 of 448 ~ 30.36%
G 158 of 448 ~ 35.27%
B 154 of 448 ~ 34.38%

%30.36
%35.27
%34.38

CMYK color model

#889E9A color CMYK value is (14,0,3,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 38.04%
CMYK:
(14,0,3,38)
C14M0Y3K38 
(14%,0%,3%,38%)
(0.14/0.00/0.03/0.38)	

CMYK percentages

%13.92
%0
%2.53
%38.04

Codes

Color #889E9A in popluar color models

889E9A
RGB136158154
HSL169°10.19%57.65%
HSB/HSV169°13.92%61.96%
CMYK13.92%0.00%2.53%
38.04%

Color #889E9A in popluar number systems.

HEX889E9A
Decimal136158154
Binary100010001001111010011010
Octal210236232

Shades and tints

Shades of #889E9A

#889E9A
(136,158,154)
#7C908C
(124,144,140)
#70827E
(112,130,126)
#647470
(100,116,112)
#586662
(88,102,98)
#4C5854
(76,88,84)
#404A46
(64,74,70)
#343C38
(52,60,56)
#282E2A
(40,46,42)
#1C201C
(28,32,28)
#10120E
(16,18,14)
#000000
(0,0,0)

Tints of #889E9A

#889E9A
(136,158,154)
#92A6A3
(146,166,163)
#9CAEAC
(156,174,172)
#A6B6B5
(166,182,181)
#B0BEBE
(176,190,190)
#BAC6C7
(186,198,199)
#C4CED0
(196,206,208)
#CED6D9
(206,214,217)
#D8DEE2
(216,222,226)
#E2E6EB
(226,230,235)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889E9A; }

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

This text font color is #889E9A.


Background Color

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

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

This div background color is #889E9A.


Border color

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

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

This div border color is #889E9A.


Opacity

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

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

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

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

This text has shadow with #889E9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #889E9A on black background.


Color preview on white background

This text has color #889E9A on white background.



Black color preview on #889E9A background

This text has black color on #889E9A background.


White color preview on #889E9A background

This text has white color on #889E9A background.