COLOR #89A894

HEX: #89A894 RGB: (137,168,148)

Color info

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

RGB color model

#89A894 color RGB value is (137,168,148).

RGB: (137,168,148) (54%, 66%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 168 of 255 = 66%
B 148 of 255 = 58%

137
168
148

R + G + B ~ 59%. #89A894 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 137 + 168 + 148 = 453 (100%)
R 137 of 453 ~ 30.24%
G 168 of 453 ~ 37.09%
B 148 of 453 ~ 32.67'%

%30.24
%37.09
%32.67

CMYK color model

#89A894 color CMYK value is (18,0,12,34).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 34.12%

CMYK: (18,0,12,34)
C18M0Y12K34 (18%, 0%, 12%, 34%)
(0.18 / 0.00 / 0.12 / 0.34)

CMYK percentages

%18.45
%0
%11.9
%34.12

Codes

Color #89A894 in popluar color models

89 A8 94
RGB 137 168 148
HSL 141° 15.12% 59.80%
HSB/HSV 141° 18.45% 65.88%
CMYK 18.45% 0.00% 11.90%
34.12%

Color #89A894 in popluar number systems.

HEX 89 A8 94
Decimal 137 168 148
Binary 10001001 10101000 10010100
Octal 211 250 224

Shades and tints

Shades of #89A894

#89A894
(137,168,148)
#7D9987
(125,153,135)
#718A7A
(113,138,122)
#657B6D
(101,123,109)
#596C60
(89,108,96)
#4D5D53
(77,93,83)
#414E46
(65,78,70)
#353F39
(53,63,57)
#29302C
(41,48,44)
#1D211F
(29,33,31)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #89A894

#89A894
(137,168,148)
#93AF9D
(147,175,157)
#9DB6A6
(157,182,166)
#A7BDAF
(167,189,175)
#B1C4B8
(177,196,184)
#BBCBC1
(187,203,193)
#C5D2CA
(197,210,202)
#CFD9D3
(207,217,211)
#D9E0DC
(217,224,220)
#E3E7E5
(227,231,229)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A894 color. Also use rgb(137,168,148) instead hex code.

Text Font Color

.myTextColor { color: #89A894; }

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

This text font color is #89A894.

Background Color

.myBgColor { background-color: #89A894; }

<div style="background-color:#89A894">Inner text</div>

This div background color is #89A894.

Border color

.myBorderColor { border: 1px solid #89A894; }

<div style="border:3px solid #89A894">Div</div>

This div border color is #89A894.

Opacity

.myOpacity80 { color: #89A894; opacity: 0.8; }

<p style="color:#89A894;opacity:0.8;">80%</p>

Text with #89A894 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 #89A894;}

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

This text has shadow with #89A894 color.


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

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

This text has shadow with #89A894 primary color and red secondary color.


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

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

This text has shadow with #89A894 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #89A894.

Preview

Color preview on black background

This text has color #89A894 on black background.


Color preview on white background

This text has color #89A894 on white background.


Black color preview on #89A894 background

This text has black color on #89A894 background.


White color preview on #89A894 background

This text has white color on #89A894 background.


Related colors

Complementary color

Complementary color for #hex is #76576B.


I love getcolorcode.com

Triadic colors

1 #9489A8 and #A89489 with #89A894 are triadic colors.

2 #94A889 and #A88994 with #89A894 are triadic colors.