COLOR #89BE8E

HEX: #89BE8E
RGB: (137,190,142)

Color info

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

RGB color model

#89BE8E color RGB value is (137,190,142).

  • red value is 137;
  • green value is 190;
  • blue value is 142.
RGB:
(137,190,142)
(54%,75%,56%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 142 of 255 = 56%

137
190
142

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

Portions of RGB colors in percentages

R + G + B =
137 + 190 + 142 = 469 (100%)
R 137 of 469 ~ 29.21%
G 190 of 469 ~ 40.51%
B 142 of 469 ~ 30.28%

%29.21
%40.51
%30.28

CMYK color model

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

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 25.26%
  • key color value is 25.49%
CMYK:
(28,0,25,25)
C28M0Y25K25 
(28%,0%,25%,25%)
(0.28/0.00/0.25/0.25)	

CMYK percentages

%27.89
%0
%25.26
%25.49

Codes

Color #89BE8E in popluar color models

89BE8E
RGB137190142
HSL126°28.96%64.12%
HSB/HSV126°27.89%74.51%
CMYK27.89%0.00%25.26%
25.49%

Color #89BE8E in popluar number systems.

HEX89BE8E
Decimal137190142
Binary100010011011111010001110
Octal211276216

Shades and tints

Shades of #89BE8E

#89BE8E
(137,190,142)
#7DAD82
(125,173,130)
#719C76
(113,156,118)
#658B6A
(101,139,106)
#597A5E
(89,122,94)
#4D6952
(77,105,82)
#415846
(65,88,70)
#35473A
(53,71,58)
#29362E
(41,54,46)
#1D2522
(29,37,34)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #89BE8E

#89BE8E
(137,190,142)
#93C398
(147,195,152)
#9DC8A2
(157,200,162)
#A7CDAC
(167,205,172)
#B1D2B6
(177,210,182)
#BBD7C0
(187,215,192)
#C5DCCA
(197,220,202)
#CFE1D4
(207,225,212)
#D9E6DE
(217,230,222)
#E3EBE8
(227,235,232)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BE8E color. Also use rgb(137,190,142) instead hex code.

Text Font Color

.myTextColor { color: #89BE8E; }

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

This text font color is #89BE8E.


Background Color

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

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

This div background color is #89BE8E.


Border color

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

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

This div border color is #89BE8E.


Opacity

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

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

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

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

This text has shadow with #89BE8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BE8E on black background.


Color preview on white background

This text has color #89BE8E on white background.



Black color preview on #89BE8E background

This text has black color on #89BE8E background.


White color preview on #89BE8E background

This text has white color on #89BE8E background.