COLOR #89AF8E

HEX: #89AF8E
RGB: (137,175,142)

Color info

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

RGB color model

#89AF8E color RGB value is (137,175,142).

  • red value is 137;
  • green value is 175;
  • blue value is 142.
RGB:
(137,175,142)
(54%,69%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 142 of 255 = 56%

137
175
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 142 = 454 (100%)
R 137 of 454 ~ 30.18%
G 175 of 454 ~ 38.55%
B 142 of 454 ~ 31.28%

%30.18
%38.55
%31.28

CMYK color model

#89AF8E color CMYK value is (22,0,19,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(22,0,19,31)
C22M0Y19K31 
(22%,0%,19%,31%)
(0.22/0.00/0.19/0.31)	

CMYK percentages

%21.71
%0
%18.86
%31.37

Codes

Color #89AF8E in popluar color models

89AF8E
RGB137175142
HSL128°19.19%61.18%
HSB/HSV128°21.71%68.63%
CMYK21.71%0.00%18.86%
31.37%

Color #89AF8E in popluar number systems.

HEX89AF8E
Decimal137175142
Binary100010011010111110001110
Octal211257216

Shades and tints

Shades of #89AF8E

#89AF8E
(137,175,142)
#7DA082
(125,160,130)
#719176
(113,145,118)
#65826A
(101,130,106)
#59735E
(89,115,94)
#4D6452
(77,100,82)
#415546
(65,85,70)
#35463A
(53,70,58)
#29372E
(41,55,46)
#1D2822
(29,40,34)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #89AF8E

#89AF8E
(137,175,142)
#93B698
(147,182,152)
#9DBDA2
(157,189,162)
#A7C4AC
(167,196,172)
#B1CBB6
(177,203,182)
#BBD2C0
(187,210,192)
#C5D9CA
(197,217,202)
#CFE0D4
(207,224,212)
#D9E7DE
(217,231,222)
#E3EEE8
(227,238,232)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89AF8E color. Also use rgb(137,175,142) instead hex code.

Text Font Color

.myTextColor { color: #89AF8E; }

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

This text font color is #89AF8E.


Background Color

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

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

This div background color is #89AF8E.


Border color

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

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

This div border color is #89AF8E.


Opacity

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

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

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

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

This text has shadow with #89AF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF8E on black background.


Color preview on white background

This text has color #89AF8E on white background.



Black color preview on #89AF8E background

This text has black color on #89AF8E background.


White color preview on #89AF8E background

This text has white color on #89AF8E background.