COLOR #89CAAA

HEX: #89CAAA RGB: (137,202,170)

Color info

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

RGB color model

#89CAAA color RGB value is (137,202,170).

RGB: (137,202,170) (54%, 79%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 202 of 255 = 79%
B 170 of 255 = 67%

137
202
170

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

Portions of RGB colors in percentages

R + G + B = 137 + 202 + 170 = 509 (100%)
R 137 of 509 ~ 26.92%
G 202 of 509 ~ 39.69%
B 170 of 509 ~ 33.4'%

%26.92
%39.69
%33.4

CMYK color model

#89CAAA color CMYK value is (32,0,16,21).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 20.78%

CMYK: (32,0,16,21)
C32M0Y16K21 (32%, 0%, 16%, 21%)
(0.32 / 0.00 / 0.16 / 0.21)

CMYK percentages

%32.18
%0
%15.84
%20.78

Codes

Color #89CAAA in popluar color models

89 CA AA
RGB 137 202 170
HSL 150° 38.01% 66.47%
HSB/HSV 150° 32.18% 79.22%
CMYK 32.18% 0.00% 15.84%
20.78%

Color #89CAAA in popluar number systems.

HEX 89 CA AA
Decimal 137 202 170
Binary 10001001 11001010 10101010
Octal 211 312 252

Shades and tints

Shades of #89CAAA

#89CAAA
(137,202,170)
#7DB89B
(125,184,155)
#71A68C
(113,166,140)
#65947D
(101,148,125)
#59826E
(89,130,110)
#4D705F
(77,112,95)
#415E50
(65,94,80)
#354C41
(53,76,65)
#293A32
(41,58,50)
#1D2823
(29,40,35)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #89CAAA

#89CAAA
(137,202,170)
#93CEB1
(147,206,177)
#9DD2B8
(157,210,184)
#A7D6BF
(167,214,191)
#B1DAC6
(177,218,198)
#BBDECD
(187,222,205)
#C5E2D4
(197,226,212)
#CFE6DB
(207,230,219)
#D9EAE2
(217,234,226)
#E3EEE9
(227,238,233)
#EDF2F0
(237,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CAAA color. Also use rgb(137,202,170) instead hex code.

Text Font Color

.myTextColor { color: #89CAAA; }

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

This text font color is #89CAAA.

Background Color

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

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

This div background color is #89CAAA.

Border color

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

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

This div border color is #89CAAA.

Opacity

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

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

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

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

This text has shadow with #89CAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CAAA.

Preview

Color preview on black background

This text has color #89CAAA on black background.


Color preview on white background

This text has color #89CAAA on white background.


Black color preview on #89CAAA background

This text has black color on #89CAAA background.


White color preview on #89CAAA background

This text has white color on #89CAAA background.


Related colors

Complementary color

Complementary color for #hex is #763555.


I love getcolorcode.com

Triadic colors

1 #AA89CA and #CAAA89 with #89CAAA are triadic colors.

2 #AACA89 and #CA89AA with #89CAAA are triadic colors.