COLOR #89D1A2

HEX: #89D1A2
RGB: (137,209,162)

Color info

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

RGB color model

#89D1A2 color RGB value is (137,209,162).

  • red value is 137;
  • green value is 209;
  • blue value is 162.
RGB:
(137,209,162)
(54%,82%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 209 of 255 = 82%
B 162 of 255 = 64%

137
209
162

R + G + B ~ 67%. #89D1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 209 + 162 = 508 (100%)
R 137 of 508 ~ 26.97%
G 209 of 508 ~ 41.14%
B 162 of 508 ~ 31.89%

%26.97
%41.14
%31.89

CMYK color model

#89D1A2 color CMYK value is (34,0,22,18).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • key color value is 18.04%
CMYK:
(34,0,22,18)
C34M0Y22K18 
(34%,0%,22%,18%)
(0.34/0.00/0.22/0.18)	

CMYK percentages

%34.45
%0
%22.49
%18.04

Codes

Color #89D1A2 in popluar color models

89D1A2
RGB137209162
HSL141°43.90%67.84%
HSB/HSV141°34.45%81.96%
CMYK34.45%0.00%22.49%
18.04%

Color #89D1A2 in popluar number systems.

HEX89D1A2
Decimal137209162
Binary100010011101000110100010
Octal211321242

Shades and tints

Shades of #89D1A2

#89D1A2
(137,209,162)
#7DBE94
(125,190,148)
#71AB86
(113,171,134)
#659878
(101,152,120)
#59856A
(89,133,106)
#4D725C
(77,114,92)
#415F4E
(65,95,78)
#354C40
(53,76,64)
#293932
(41,57,50)
#1D2624
(29,38,36)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #89D1A2

#89D1A2
(137,209,162)
#93D5AA
(147,213,170)
#9DD9B2
(157,217,178)
#A7DDBA
(167,221,186)
#B1E1C2
(177,225,194)
#BBE5CA
(187,229,202)
#C5E9D2
(197,233,210)
#CFEDDA
(207,237,218)
#D9F1E2
(217,241,226)
#E3F5EA
(227,245,234)
#EDF9F2
(237,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89D1A2 color. Also use rgb(137,209,162) instead hex code.

Text Font Color

.myTextColor { color: #89D1A2; }

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

This text font color is #89D1A2.


Background Color

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

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

This div background color is #89D1A2.


Border color

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

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

This div border color is #89D1A2.


Opacity

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

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

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

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

This text has shadow with #89D1A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D1A2 on black background.


Color preview on white background

This text has color #89D1A2 on white background.



Black color preview on #89D1A2 background

This text has black color on #89D1A2 background.


White color preview on #89D1A2 background

This text has white color on #89D1A2 background.