COLOR #89AF9B

HEX: #89AF9B
RGB: (137,175,155)

Color info

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

RGB color model

#89AF9B color RGB value is (137,175,155).

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

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 155 of 255 = 61%

137
175
155

R + G + B ~ 61%. #89AF9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 155 = 467 (100%)
R 137 of 467 ~ 29.34%
G 175 of 467 ~ 37.47%
B 155 of 467 ~ 33.19%

%29.34
%37.47
%33.19

CMYK color model

#89AF9B color CMYK value is (22,0,11,31).

  • cyan value is 21.71%
  • magenta value is 0.00%
  • yellow value is 11.43%
  • key color value is 31.37%
CMYK:
(22,0,11,31)
C22M0Y11K31 
(22%,0%,11%,31%)
(0.22/0.00/0.11/0.31)	

CMYK percentages

%21.71
%0
%11.43
%31.37

Codes

Color #89AF9B in popluar color models

89AF9B
RGB137175155
HSL148°19.19%61.18%
HSB/HSV148°21.71%68.63%
CMYK21.71%0.00%11.43%
31.37%

Color #89AF9B in popluar number systems.

HEX89AF9B
Decimal137175155
Binary100010011010111110011011
Octal211257233

Shades and tints

Shades of #89AF9B

#89AF9B
(137,175,155)
#7DA08D
(125,160,141)
#71917F
(113,145,127)
#658271
(101,130,113)
#597363
(89,115,99)
#4D6455
(77,100,85)
#415547
(65,85,71)
#354639
(53,70,57)
#29372B
(41,55,43)
#1D281D
(29,40,29)
#11190F
(17,25,15)
#000000
(0,0,0)

Tints of #89AF9B

#89AF9B
(137,175,155)
#93B6A4
(147,182,164)
#9DBDAD
(157,189,173)
#A7C4B6
(167,196,182)
#B1CBBF
(177,203,191)
#BBD2C8
(187,210,200)
#C5D9D1
(197,217,209)
#CFE0DA
(207,224,218)
#D9E7E3
(217,231,227)
#E3EEEC
(227,238,236)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AF9B; }

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

This text font color is #89AF9B.


Background Color

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

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

This div background color is #89AF9B.


Border color

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

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

This div border color is #89AF9B.


Opacity

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

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

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

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

This text has shadow with #89AF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AF9B on black background.


Color preview on white background

This text has color #89AF9B on white background.



Black color preview on #89AF9B background

This text has black color on #89AF9B background.


White color preview on #89AF9B background

This text has white color on #89AF9B background.