COLOR #89E1B3

HEX: #89E1B3
RGB: (137,225,179)

Color info

#89E1B3 contains mainly green and blue colors. Web safe color of #89E1B3 is #99CC99 (or #9C9).

RGB color model

#89E1B3 color RGB value is (137,225,179).

  • red value is 137;
  • green value is 225;
  • blue value is 179.
RGB:
(137,225,179)
(54%,88%,70%)

RGB channels and saturation

R 137 of 255 = 54%
G 225 of 255 = 88%
B 179 of 255 = 70%

137
225
179

R + G + B ~ 71%. #89E1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 225 + 179 = 541 (100%)
R 137 of 541 ~ 25.32%
G 225 of 541 ~ 41.59%
B 179 of 541 ~ 33.09%

%25.32
%41.59
%33.09

CMYK color model

#89E1B3 color CMYK value is (39,0,20,12).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(39,0,20,12)
C39M0Y20K12 
(39%,0%,20%,12%)
(0.39/0.00/0.20/0.12)	

CMYK percentages

%39.11
%0
%20.44
%11.76

Codes

Color #89E1B3 in popluar color models

89E1B3
RGB137225179
HSL149°59.46%70.98%
HSB/HSV149°39.11%88.24%
CMYK39.11%0.00%20.44%
11.76%

Color #89E1B3 in popluar number systems.

HEX89E1B3
Decimal137225179
Binary100010011110000110110011
Octal211341263

Shades and tints

Shades of #89E1B3

#89E1B3
(137,225,179)
#7DCDA3
(125,205,163)
#71B993
(113,185,147)
#65A583
(101,165,131)
#599173
(89,145,115)
#4D7D63
(77,125,99)
#416953
(65,105,83)
#355543
(53,85,67)
#294133
(41,65,51)
#1D2D23
(29,45,35)
#111913
(17,25,19)
#000000
(0,0,0)

Tints of #89E1B3

#89E1B3
(137,225,179)
#93E3B9
(147,227,185)
#9DE5BF
(157,229,191)
#A7E7C5
(167,231,197)
#B1E9CB
(177,233,203)
#BBEBD1
(187,235,209)
#C5EDD7
(197,237,215)
#CFEFDD
(207,239,221)
#D9F1E3
(217,241,227)
#E3F3E9
(227,243,233)
#EDF5EF
(237,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89E1B3 color. Also use rgb(137,225,179) instead hex code.

Text Font Color

.myTextColor { color: #89E1B3; }

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

This text font color is #89E1B3.


Background Color

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

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

This div background color is #89E1B3.


Border color

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

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

This div border color is #89E1B3.


Opacity

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

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

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

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

This text has shadow with #89E1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89E1B3 on black background.


Color preview on white background

This text has color #89E1B3 on white background.



Black color preview on #89E1B3 background

This text has black color on #89E1B3 background.


White color preview on #89E1B3 background

This text has white color on #89E1B3 background.