COLOR #89C8C8

HEX: #89C8C8 RGB: (137,200,200)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

137
200
200

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

Portions of RGB colors in percentages

R + G + B = 137 + 200 + 200 = 537 (100%)
R 137 of 537 ~ 25.51%
G 200 of 537 ~ 37.24%
B 200 of 537 ~ 37.24'%

%25.51
%37.24
%37.24

CMYK color model

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

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK: (32,0,0,22) C32M0Y0K22 (32%,0%,0%,22%) (0.32/0.00/0.00/0.22) 

CMYK percentages

%31.5
%0
%0
%21.57

Codes

Color #89C8C8 in popluar color models

89 C8 C8
RGB 137 200 200
HSL 180° 36.42% 66.08%
HSB/HSV 180° 31.50% 78.43%
CMYK 31.50% 0.00% 0.00%
21.57%

Color #89C8C8 in popluar number systems.

HEX 89 C8 C8
Decimal 137 200 200
Binary 10001001 11001000 11001000
Octal 211 310 310

Shades and tints

Shades of #89C8C8

#89C8C8
(137,200,200)
#7DB6B6
(125,182,182)
#71A4A4
(113,164,164)
#659292
(101,146,146)
#598080
(89,128,128)
#4D6E6E
(77,110,110)
#415C5C
(65,92,92)
#354A4A
(53,74,74)
#293838
(41,56,56)
#1D2626
(29,38,38)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #89C8C8

#89C8C8
(137,200,200)
#93CDCD
(147,205,205)
#9DD2D2
(157,210,210)
#A7D7D7
(167,215,215)
#B1DCDC
(177,220,220)
#BBE1E1
(187,225,225)
#C5E6E6
(197,230,230)
#CFEBEB
(207,235,235)
#D9F0F0
(217,240,240)
#E3F5F5
(227,245,245)
#EDFAFA
(237,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C8C8; }

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

This text font color is #89C8C8.

Background Color

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

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

This div background color is #89C8C8.

Border color

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

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

This div border color is #89C8C8.

Opacity

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

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

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

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

This text has shadow with #89C8C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C8C8.

Preview

Color preview on black background

This text has color #89C8C8 on black background.


Color preview on white background

This text has color #89C8C8 on white background.


Black color preview on #89C8C8 background

This text has black color on #89C8C8 background.


White color preview on #89C8C8 background

This text has white color on #89C8C8 background.


Related colors

Complementary color

Complementary color for #hex is #763737.


I love getcolorcode.com