COLOR #89B994

HEX: #89B994
RGB: (137,185,148)

Color info

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

RGB color model

#89B994 color RGB value is (137,185,148).

  • red value is 137;
  • green value is 185;
  • blue value is 148.
RGB:
(137,185,148)
(54%,73%,58%)

RGB channels and saturation

R 137 of 255 = 54%
G 185 of 255 = 73%
B 148 of 255 = 58%

137
185
148

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

Portions of RGB colors in percentages

R + G + B =
137 + 185 + 148 = 470 (100%)
R 137 of 470 ~ 29.15%
G 185 of 470 ~ 39.36%
B 148 of 470 ~ 31.49%

%29.15
%39.36
%31.49

CMYK color model

#89B994 color CMYK value is (26,0,20,27).

  • cyan value is 25.95%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%
CMYK:
(26,0,20,27)
C26M0Y20K27 
(26%,0%,20%,27%)
(0.26/0.00/0.20/0.27)	

CMYK percentages

%25.95
%0
%20
%27.45

Codes

Color #89B994 in popluar color models

89B994
RGB137185148
HSL134°25.53%63.14%
HSB/HSV134°25.95%72.55%
CMYK25.95%0.00%20.00%
27.45%

Color #89B994 in popluar number systems.

HEX89B994
Decimal137185148
Binary100010011011100110010100
Octal211271224

Shades and tints

Shades of #89B994

#89B994
(137,185,148)
#7DA987
(125,169,135)
#71997A
(113,153,122)
#65896D
(101,137,109)
#597960
(89,121,96)
#4D6953
(77,105,83)
#415946
(65,89,70)
#354939
(53,73,57)
#29392C
(41,57,44)
#1D291F
(29,41,31)
#111912
(17,25,18)
#000000
(0,0,0)

Tints of #89B994

#89B994
(137,185,148)
#93BF9D
(147,191,157)
#9DC5A6
(157,197,166)
#A7CBAF
(167,203,175)
#B1D1B8
(177,209,184)
#BBD7C1
(187,215,193)
#C5DDCA
(197,221,202)
#CFE3D3
(207,227,211)
#D9E9DC
(217,233,220)
#E3EFE5
(227,239,229)
#EDF5EE
(237,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B994 color. Also use rgb(137,185,148) instead hex code.

Text Font Color

.myTextColor { color: #89B994; }

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

This text font color is #89B994.


Background Color

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

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

This div background color is #89B994.


Border color

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

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

This div border color is #89B994.


Opacity

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

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

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

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

This text has shadow with #89B994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B994 on black background.


Color preview on white background

This text has color #89B994 on white background.



Black color preview on #89B994 background

This text has black color on #89B994 background.


White color preview on #89B994 background

This text has white color on #89B994 background.