COLOR #89A38C

HEX: #89A38C RGB: (137,163,140)

Color info

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

RGB color model

#89A38C color RGB value is (137,163,140).

RGB: (137,163,140) (54%, 64%, 55%)

RGB channels and saturation

R 137 of 255 = 54%
G 163 of 255 = 64%
B 140 of 255 = 55%

137
163
140

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

Portions of RGB colors in percentages

R + G + B = 137 + 163 + 140 = 440 (100%)
R 137 of 440 ~ 31.14%
G 163 of 440 ~ 37.05%
B 140 of 440 ~ 31.82'%

%31.14
%37.05
%31.82

CMYK color model

#89A38C color CMYK value is (16,0,14,36).

  • cyan value is 15.95%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 36.08%

CMYK: (16,0,14,36)
C16M0Y14K36 (16%, 0%, 14%, 36%)
(0.16 / 0.00 / 0.14 / 0.36)

CMYK percentages

%15.95
%0
%14.11
%36.08

Codes

Color #89A38C in popluar color models

89 A3 8C
RGB 137 163 140
HSL 127° 12.38% 58.82%
HSB/HSV 127° 15.95% 63.92%
CMYK 15.95% 0.00% 14.11%
36.08%

Color #89A38C in popluar number systems.

HEX 89 A3 8C
Decimal 137 163 140
Binary 10001001 10100011 10001100
Octal 211 243 214

Shades and tints

Shades of #89A38C

#89A38C
(137,163,140)
#7D9580
(125,149,128)
#718774
(113,135,116)
#657968
(101,121,104)
#596B5C
(89,107,92)
#4D5D50
(77,93,80)
#414F44
(65,79,68)
#354138
(53,65,56)
#29332C
(41,51,44)
#1D2520
(29,37,32)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #89A38C

#89A38C
(137,163,140)
#93AB96
(147,171,150)
#9DB3A0
(157,179,160)
#A7BBAA
(167,187,170)
#B1C3B4
(177,195,180)
#BBCBBE
(187,203,190)
#C5D3C8
(197,211,200)
#CFDBD2
(207,219,210)
#D9E3DC
(217,227,220)
#E3EBE6
(227,235,230)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89A38C color. Also use rgb(137,163,140) instead hex code.

Text Font Color

.myTextColor { color: #89A38C; }

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

This text font color is #89A38C.

Background Color

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

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

This div background color is #89A38C.

Border color

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

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

This div border color is #89A38C.

Opacity

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

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

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

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

This text has shadow with #89A38C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89A38C.

Preview

Color preview on black background

This text has color #89A38C on black background.


Color preview on white background

This text has color #89A38C on white background.


Black color preview on #89A38C background

This text has black color on #89A38C background.


White color preview on #89A38C background

This text has white color on #89A38C background.


Related colors

Complementary color

Complementary color for #hex is #765C73.


I love getcolorcode.com

Triadic colors

1 #8C89A3 and #A38C89 with #89A38C are triadic colors.

2 #8CA389 and #A3898C with #89A38C are triadic colors.