COLOR #89CAC8

HEX: #89CAC8 RGB: (137,202,200)

Color info

#89CAC8 contains mainly green and blue colors. Web safe color of #89CAC8 is #99CCCC (or #9CC).

RGB color model

#89CAC8 color RGB value is (137,202,200).

RGB: (137,202,200) (54%, 79%, 78%)

RGB channels and saturation

R 137 of 255 = 54%
G 202 of 255 = 79%
B 200 of 255 = 78%

137
202
200

R + G + B ~ 70%. #89CAC8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 202 + 200 = 539 (100%)
R 137 of 539 ~ 25.42%
G 202 of 539 ~ 37.48%
B 200 of 539 ~ 37.11'%

%25.42
%37.48
%37.11

CMYK color model

#89CAC8 color CMYK value is (32,0,1,21).

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

CMYK: (32,0,1,21)
C32M0Y1K21 (32%, 0%, 1%, 21%)
(0.32 / 0.00 / 0.01 / 0.21)

CMYK percentages

%32.18
%0
%0.99
%20.78

Codes

Color #89CAC8 in popluar color models

89 CA C8
RGB 137 202 200
HSL 178° 38.01% 66.47%
HSB/HSV 178° 32.18% 79.22%
CMYK 32.18% 0.00% 0.99%
20.78%

Color #89CAC8 in popluar number systems.

HEX 89 CA C8
Decimal 137 202 200
Binary 10001001 11001010 11001000
Octal 211 312 310

Shades and tints

Shades of #89CAC8

#89CAC8
(137,202,200)
#7DB8B6
(125,184,182)
#71A6A4
(113,166,164)
#659492
(101,148,146)
#598280
(89,130,128)
#4D706E
(77,112,110)
#415E5C
(65,94,92)
#354C4A
(53,76,74)
#293A38
(41,58,56)
#1D2826
(29,40,38)
#111614
(17,22,20)
#000000
(0,0,0)

Tints of #89CAC8

#89CAC8
(137,202,200)
#93CECD
(147,206,205)
#9DD2D2
(157,210,210)
#A7D6D7
(167,214,215)
#B1DADC
(177,218,220)
#BBDEE1
(187,222,225)
#C5E2E6
(197,226,230)
#CFE6EB
(207,230,235)
#D9EAF0
(217,234,240)
#E3EEF5
(227,238,245)
#EDF2FA
(237,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CAC8; }

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

This text font color is #89CAC8.

Background Color

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

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

This div background color is #89CAC8.

Border color

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

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

This div border color is #89CAC8.

Opacity

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

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

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

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

This text has shadow with #89CAC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CAC8.

Preview

Color preview on black background

This text has color #89CAC8 on black background.


Color preview on white background

This text has color #89CAC8 on white background.


Black color preview on #89CAC8 background

This text has black color on #89CAC8 background.


White color preview on #89CAC8 background

This text has white color on #89CAC8 background.


Related colors

Complementary color

Complementary color for #hex is #763537.


I love getcolorcode.com

Triadic colors

1 #C889CA and #CAC889 with #89CAC8 are triadic colors.

2 #C8CA89 and #CA89C8 with #89CAC8 are triadic colors.