COLOR #89B79C

HEX: #89B79C
RGB: (137,183,156)

Color info

#89B79C contains red, green and blue colors in about the same proportion. Web safe color of #89B79C is #99CC99 (or #9C9).

RGB color model

#89B79C color RGB value is (137,183,156).

  • red value is 137;
  • green value is 183;
  • blue value is 156.
RGB:
(137,183,156)
(54%,72%,61%)

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 156 of 255 = 61%

137
183
156

R + G + B ~ 62%. #89B79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 156 = 476 (100%)
R 137 of 476 ~ 28.78%
G 183 of 476 ~ 38.45%
B 156 of 476 ~ 32.77%

%28.78
%38.45
%32.77

CMYK color model

#89B79C color CMYK value is (25,0,15,28).

  • cyan value is 25.14%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 28.24%
CMYK:
(25,0,15,28)
C25M0Y15K28 
(25%,0%,15%,28%)
(0.25/0.00/0.15/0.28)	

CMYK percentages

%25.14
%0
%14.75
%28.24

Codes

Color #89B79C in popluar color models

89B79C
RGB137183156
HSL145°24.21%62.75%
HSB/HSV145°25.14%71.76%
CMYK25.14%0.00%14.75%
28.24%

Color #89B79C in popluar number systems.

HEX89B79C
Decimal137183156
Binary100010011011011110011100
Octal211267234

Shades and tints

Shades of #89B79C

#89B79C
(137,183,156)
#7DA78E
(125,167,142)
#719780
(113,151,128)
#658772
(101,135,114)
#597764
(89,119,100)
#4D6756
(77,103,86)
#415748
(65,87,72)
#35473A
(53,71,58)
#29372C
(41,55,44)
#1D271E
(29,39,30)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #89B79C

#89B79C
(137,183,156)
#93BDA5
(147,189,165)
#9DC3AE
(157,195,174)
#A7C9B7
(167,201,183)
#B1CFC0
(177,207,192)
#BBD5C9
(187,213,201)
#C5DBD2
(197,219,210)
#CFE1DB
(207,225,219)
#D9E7E4
(217,231,228)
#E3EDED
(227,237,237)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B79C color. Also use rgb(137,183,156) instead hex code.

Text Font Color

.myTextColor { color: #89B79C; }

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

This text font color is #89B79C.


Background Color

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

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

This div background color is #89B79C.


Border color

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

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

This div border color is #89B79C.


Opacity

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

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

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

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

This text has shadow with #89B79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B79C on black background.


Color preview on white background

This text has color #89B79C on white background.



Black color preview on #89B79C background

This text has black color on #89B79C background.


White color preview on #89B79C background

This text has white color on #89B79C background.