COLOR #889E98

HEX: #889E98 RGB: (136,158,152)

Color info

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

RGB color model

#889E98 color RGB value is (136,158,152).

RGB: (136,158,152) (53%, 62%, 60%)

RGB channels and saturation

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

136
158
152

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

Portions of RGB colors in percentages

R + G + B = 136 + 158 + 152 = 446 (100%)
R 136 of 446 ~ 30.49%
G 158 of 446 ~ 35.43%
B 152 of 446 ~ 34.08'%

%30.49
%35.43
%34.08

CMYK color model

#889E98 color CMYK value is (14,0,4,38).

  • cyan value is 13.92%
  • magenta value is 0.00%
  • yellow value is 3.80%
  • key color value is 38.04%

CMYK: (14,0,4,38)
C14M0Y4K38 (14%, 0%, 4%, 38%)
(0.14 / 0.00 / 0.04 / 0.38)

CMYK percentages

%13.92
%0
%3.8
%38.04

Codes

Color #889E98 in popluar color models

88 9E 98
RGB 136 158 152
HSL 164° 10.19% 57.65%
HSB/HSV 164° 13.92% 61.96%
CMYK 13.92% 0.00% 3.80%
38.04%

Color #889E98 in popluar number systems.

HEX 88 9E 98
Decimal 136 158 152
Binary 10001000 10011110 10011000
Octal 210 236 230

Shades and tints

Shades of #889E98

#889E98
(136,158,152)
#7C908B
(124,144,139)
#70827E
(112,130,126)
#647471
(100,116,113)
#586664
(88,102,100)
#4C5857
(76,88,87)
#404A4A
(64,74,74)
#343C3D
(52,60,61)
#282E30
(40,46,48)
#1C2023
(28,32,35)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #889E98

#889E98
(136,158,152)
#92A6A1
(146,166,161)
#9CAEAA
(156,174,170)
#A6B6B3
(166,182,179)
#B0BEBC
(176,190,188)
#BAC6C5
(186,198,197)
#C4CECE
(196,206,206)
#CED6D7
(206,214,215)
#D8DEE0
(216,222,224)
#E2E6E9
(226,230,233)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #889E98; }

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

This text font color is #889E98.

Background Color

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

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

This div background color is #889E98.

Border color

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

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

This div border color is #889E98.

Opacity

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

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

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

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

This text has shadow with #889E98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #889E98.

Preview

Color preview on black background

This text has color #889E98 on black background.


Color preview on white background

This text has color #889E98 on white background.


Black color preview on #889E98 background

This text has black color on #889E98 background.


White color preview on #889E98 background

This text has white color on #889E98 background.


Related colors

Complementary color

Complementary color for #hex is #776167.


I love getcolorcode.com

Triadic colors

1 #98889E and #9E9888 with #889E98 are triadic colors.

2 #989E88 and #9E8898 with #889E98 are triadic colors.