COLOR #89C8AE

HEX: #89C8AE RGB: (137,200,174)

Color info

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

RGB color model

#89C8AE color RGB value is (137,200,174).

RGB: (137,200,174) (54%, 78%, 68%)

RGB channels and saturation

R 137 of 255 = 54%
G 200 of 255 = 78%
B 174 of 255 = 68%

137
200
174

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

Portions of RGB colors in percentages

R + G + B = 137 + 200 + 174 = 511 (100%)
R 137 of 511 ~ 26.81%
G 200 of 511 ~ 39.14%
B 174 of 511 ~ 34.05'%

%26.81
%39.14
%34.05

CMYK color model

#89C8AE color CMYK value is (32,0,13,22).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 13.00%
  • key color value is 21.57%

CMYK: (32,0,13,22)
C32M0Y13K22 (32%, 0%, 13%, 22%)
(0.32 / 0.00 / 0.13 / 0.22)

CMYK percentages

%31.5
%0
%13
%21.57

Codes

Color #89C8AE in popluar color models

89 C8 AE
RGB 137 200 174
HSL 155° 36.42% 66.08%
HSB/HSV 155° 31.50% 78.43%
CMYK 31.50% 0.00% 13.00%
21.57%

Color #89C8AE in popluar number systems.

HEX 89 C8 AE
Decimal 137 200 174
Binary 10001001 11001000 10101110
Octal 211 310 256

Shades and tints

Shades of #89C8AE

#89C8AE
(137,200,174)
#7DB69F
(125,182,159)
#71A490
(113,164,144)
#659281
(101,146,129)
#598072
(89,128,114)
#4D6E63
(77,110,99)
#415C54
(65,92,84)
#354A45
(53,74,69)
#293836
(41,56,54)
#1D2627
(29,38,39)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #89C8AE

#89C8AE
(137,200,174)
#93CDB5
(147,205,181)
#9DD2BC
(157,210,188)
#A7D7C3
(167,215,195)
#B1DCCA
(177,220,202)
#BBE1D1
(187,225,209)
#C5E6D8
(197,230,216)
#CFEBDF
(207,235,223)
#D9F0E6
(217,240,230)
#E3F5ED
(227,245,237)
#EDFAF4
(237,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C8AE color. Also use rgb(137,200,174) instead hex code.

Text Font Color

.myTextColor { color: #89C8AE; }

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

This text font color is #89C8AE.

Background Color

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

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

This div background color is #89C8AE.

Border color

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

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

This div border color is #89C8AE.

Opacity

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

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

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

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

This text has shadow with #89C8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C8AE.

Preview

Color preview on black background

This text has color #89C8AE on black background.


Color preview on white background

This text has color #89C8AE on white background.


Black color preview on #89C8AE background

This text has black color on #89C8AE background.


White color preview on #89C8AE background

This text has white color on #89C8AE background.


Related colors

Complementary color

Complementary color for #hex is #763751.


I love getcolorcode.com

Triadic colors

1 #AE89C8 and #C8AE89 with #89C8AE are triadic colors.

2 #AEC889 and #C889AE with #89C8AE are triadic colors.