COLOR #89BF88

HEX: #89BF88
RGB: (137,191,136)

Color info

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

RGB color model

#89BF88 color RGB value is (137,191,136).

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

RGB channels and saturation

R 137 of 255 = 54%
G 191 of 255 = 75%
B 136 of 255 = 53%

137
191
136

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

Portions of RGB colors in percentages

R + G + B =
137 + 191 + 136 = 464 (100%)
R 137 of 464 ~ 29.53%
G 191 of 464 ~ 41.16%
B 136 of 464 ~ 29.31%

%29.53
%41.16
%29.31

CMYK color model

#89BF88 color CMYK value is (28,0,29,25).

  • cyan value is 28.27%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%
CMYK:
(28,0,29,25)
C28M0Y29K25 
(28%,0%,29%,25%)
(0.28/0.00/0.29/0.25)	

CMYK percentages

%28.27
%0
%28.8
%25.1

Codes

Color #89BF88 in popluar color models

89BF88
RGB137191136
HSL119°30.05%64.12%
HSB/HSV119°28.80%74.90%
CMYK28.27%0.00%28.80%
25.10%

Color #89BF88 in popluar number systems.

HEX89BF88
Decimal137191136
Binary100010011011111110001000
Octal211277210

Shades and tints

Shades of #89BF88

#89BF88
(137,191,136)
#7DAE7C
(125,174,124)
#719D70
(113,157,112)
#658C64
(101,140,100)
#597B58
(89,123,88)
#4D6A4C
(77,106,76)
#415940
(65,89,64)
#354834
(53,72,52)
#293728
(41,55,40)
#1D261C
(29,38,28)
#111510
(17,21,16)
#000000
(0,0,0)

Tints of #89BF88

#89BF88
(137,191,136)
#93C492
(147,196,146)
#9DC99C
(157,201,156)
#A7CEA6
(167,206,166)
#B1D3B0
(177,211,176)
#BBD8BA
(187,216,186)
#C5DDC4
(197,221,196)
#CFE2CE
(207,226,206)
#D9E7D8
(217,231,216)
#E3ECE2
(227,236,226)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BF88; }

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

This text font color is #89BF88.


Background Color

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

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

This div background color is #89BF88.


Border color

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

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

This div border color is #89BF88.


Opacity

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

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

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

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

This text has shadow with #89BF88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BF88 on black background.


Color preview on white background

This text has color #89BF88 on white background.



Black color preview on #89BF88 background

This text has black color on #89BF88 background.


White color preview on #89BF88 background

This text has white color on #89BF88 background.