COLOR #89DEAB

HEX: #89DEAB
RGB: (137,222,171)

Color info

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

RGB color model

#89DEAB color RGB value is (137,222,171).

  • red value is 137;
  • green value is 222;
  • blue value is 171.
RGB:
(137,222,171)
(54%,87%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 222 of 255 = 87%
B 171 of 255 = 67%

137
222
171

R + G + B ~ 69%. #89DEAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 222 + 171 = 530 (100%)
R 137 of 530 ~ 25.85%
G 222 of 530 ~ 41.89%
B 171 of 530 ~ 32.26%

%25.85
%41.89
%32.26

CMYK color model

#89DEAB color CMYK value is (38,0,23,13).

  • cyan value is 38.29%
  • magenta value is 0.00%
  • yellow value is 22.97%
  • key color value is 12.94%
CMYK:
(38,0,23,13)
C38M0Y23K13 
(38%,0%,23%,13%)
(0.38/0.00/0.23/0.13)	

CMYK percentages

%38.29
%0
%22.97
%12.94

Codes

Color #89DEAB in popluar color models

89DEAB
RGB137222171
HSL144°56.29%70.39%
HSB/HSV144°38.29%87.06%
CMYK38.29%0.00%22.97%
12.94%

Color #89DEAB in popluar number systems.

HEX89DEAB
Decimal137222171
Binary100010011101111010101011
Octal211336253

Shades and tints

Shades of #89DEAB

#89DEAB
(137,222,171)
#7DCA9C
(125,202,156)
#71B68D
(113,182,141)
#65A27E
(101,162,126)
#598E6F
(89,142,111)
#4D7A60
(77,122,96)
#416651
(65,102,81)
#355242
(53,82,66)
#293E33
(41,62,51)
#1D2A24
(29,42,36)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89DEAB

#89DEAB
(137,222,171)
#93E1B2
(147,225,178)
#9DE4B9
(157,228,185)
#A7E7C0
(167,231,192)
#B1EAC7
(177,234,199)
#BBEDCE
(187,237,206)
#C5F0D5
(197,240,213)
#CFF3DC
(207,243,220)
#D9F6E3
(217,246,227)
#E3F9EA
(227,249,234)
#EDFCF1
(237,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DEAB color. Also use rgb(137,222,171) instead hex code.

Text Font Color

.myTextColor { color: #89DEAB; }

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

This text font color is #89DEAB.


Background Color

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

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

This div background color is #89DEAB.


Border color

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

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

This div border color is #89DEAB.


Opacity

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

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

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

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

This text has shadow with #89DEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DEAB on black background.


Color preview on white background

This text has color #89DEAB on white background.



Black color preview on #89DEAB background

This text has black color on #89DEAB background.


White color preview on #89DEAB background

This text has white color on #89DEAB background.