COLOR #89BF96

HEX: #89BF96
RGB: (137,191,150)

Color info

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

RGB color model

#89BF96 color RGB value is (137,191,150).

  • red value is 137;
  • green value is 191;
  • blue value is 150.
RGB:
(137,191,150)
(54%,75%,59%)

RGB channels and saturation

R 137 of 255 = 54%
G 191 of 255 = 75%
B 150 of 255 = 59%

137
191
150

R + G + B ~ 63%. #89BF96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 191 + 150 = 478 (100%)
R 137 of 478 ~ 28.66%
G 191 of 478 ~ 39.96%
B 150 of 478 ~ 31.38%

%28.66
%39.96
%31.38

CMYK color model

#89BF96 color CMYK value is (28,0,21,25).

  • cyan value is 28.27%
  • magenta value is 0.00%
  • yellow value is 21.47%
  • key color value is 25.10%
CMYK:
(28,0,21,25)
C28M0Y21K25 
(28%,0%,21%,25%)
(0.28/0.00/0.21/0.25)	

CMYK percentages

%28.27
%0
%21.47
%25.1

Codes

Color #89BF96 in popluar color models

89BF96
RGB137191150
HSL134°29.67%64.31%
HSB/HSV134°28.27%74.90%
CMYK28.27%0.00%21.47%
25.10%

Color #89BF96 in popluar number systems.

HEX89BF96
Decimal137191150
Binary100010011011111110010110
Octal211277226

Shades and tints

Shades of #89BF96

#89BF96
(137,191,150)
#7DAE89
(125,174,137)
#719D7C
(113,157,124)
#658C6F
(101,140,111)
#597B62
(89,123,98)
#4D6A55
(77,106,85)
#415948
(65,89,72)
#35483B
(53,72,59)
#29372E
(41,55,46)
#1D2621
(29,38,33)
#111514
(17,21,20)
#000000
(0,0,0)

Tints of #89BF96

#89BF96
(137,191,150)
#93C49F
(147,196,159)
#9DC9A8
(157,201,168)
#A7CEB1
(167,206,177)
#B1D3BA
(177,211,186)
#BBD8C3
(187,216,195)
#C5DDCC
(197,221,204)
#CFE2D5
(207,226,213)
#D9E7DE
(217,231,222)
#E3ECE7
(227,236,231)
#EDF1F0
(237,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BF96 color. Also use rgb(137,191,150) instead hex code.

Text Font Color

.myTextColor { color: #89BF96; }

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

This text font color is #89BF96.


Background Color

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

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

This div background color is #89BF96.


Border color

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

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

This div border color is #89BF96.


Opacity

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

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

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

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

This text has shadow with #89BF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BF96 on black background.


Color preview on white background

This text has color #89BF96 on white background.



Black color preview on #89BF96 background

This text has black color on #89BF96 background.


White color preview on #89BF96 background

This text has white color on #89BF96 background.