COLOR #89A893

HEX: #89A893 RGB: (137,168,147)

Color info

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

RGB color model

#89A893 color RGB value is (137,168,147).

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

RGB channels and saturation

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

137
168
147

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

Portions of RGB colors in percentages

R + G + B = 137 + 168 + 147 = 452 (100%)
R 137 of 452 ~ 30.31%
G 168 of 452 ~ 37.17%
B 147 of 452 ~ 32.52'%

%30.31
%37.17
%32.52

CMYK color model

#89A893 color CMYK value is (18,0,13,34).

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

CMYK: (18,0,13,34)
C18M0Y13K34 (18%, 0%, 13%, 34%)
(0.18 / 0.00 / 0.13 / 0.34)

CMYK percentages

%18.45
%0
%12.5
%34.12

Codes

Color #89A893 in popluar color models

89 A8 93
RGB 137 168 147
HSL 139° 15.12% 59.80%
HSB/HSV 139° 18.45% 65.88%
CMYK 18.45% 0.00% 12.50%
34.12%

Color #89A893 in popluar number systems.

HEX 89 A8 93
Decimal 137 168 147
Binary 10001001 10101000 10010011
Octal 211 250 223

Shades and tints

Shades of #89A893

#89A893
(137,168,147)
#7D9986
(125,153,134)
#718A79
(113,138,121)
#657B6C
(101,123,108)
#596C5F
(89,108,95)
#4D5D52
(77,93,82)
#414E45
(65,78,69)
#353F38
(53,63,56)
#29302B
(41,48,43)
#1D211E
(29,33,30)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #89A893

#89A893
(137,168,147)
#93AF9C
(147,175,156)
#9DB6A5
(157,182,165)
#A7BDAE
(167,189,174)
#B1C4B7
(177,196,183)
#BBCBC0
(187,203,192)
#C5D2C9
(197,210,201)
#CFD9D2
(207,217,210)
#D9E0DB
(217,224,219)
#E3E7E4
(227,231,228)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89A893; }

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

This text font color is #89A893.

Background Color

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

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

This div background color is #89A893.

Border color

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

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

This div border color is #89A893.

Opacity

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

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

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

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

This text has shadow with #89A893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A893.

Preview

Color preview on black background

This text has color #89A893 on black background.


Color preview on white background

This text has color #89A893 on white background.


Black color preview on #89A893 background

This text has black color on #89A893 background.


White color preview on #89A893 background

This text has white color on #89A893 background.


Related colors

Complementary color

Complementary color for #hex is #76576C.


I love getcolorcode.com

Triadic colors

1 #9389A8 and #A89389 with #89A893 are triadic colors.

2 #93A889 and #A88993 with #89A893 are triadic colors.