COLOR #89C5CB

HEX: #89C5CB
RGB: (137,197,203)

Color info

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

RGB color model

#89C5CB color RGB value is (137,197,203).

  • red value is 137;
  • green value is 197;
  • blue value is 203.
RGB:
(137,197,203)
(54%,77%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 197 of 255 = 77%
B 203 of 255 = 80%

137
197
203

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

Portions of RGB colors in percentages

R + G + B =
137 + 197 + 203 = 537 (100%)
R 137 of 537 ~ 25.51%
G 197 of 537 ~ 36.69%
B 203 of 537 ~ 37.8%

%25.51
%36.69
%37.8

CMYK color model

#89C5CB color CMYK value is (33,3,0,20).

  • cyan value is 32.51%
  • magenta value is 2.96%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,3,0,20)
C33M3Y0K20 
(33%,3%,0%,20%)
(0.33/0.03/0.00/0.20)	

CMYK percentages

%32.51
%2.96
%0
%20.39

Codes

Color #89C5CB in popluar color models

89C5CB
RGB137197203
HSL185°38.82%66.67%
HSB/HSV185°32.51%79.61%
CMYK32.51%2.96%0.00%
20.39%

Color #89C5CB in popluar number systems.

HEX89C5CB
Decimal137197203
Binary100010011100010111001011
Octal211305313

Shades and tints

Shades of #89C5CB

#89C5CB
(137,197,203)
#7DB4B9
(125,180,185)
#71A3A7
(113,163,167)
#659295
(101,146,149)
#598183
(89,129,131)
#4D7071
(77,112,113)
#415F5F
(65,95,95)
#354E4D
(53,78,77)
#293D3B
(41,61,59)
#1D2C29
(29,44,41)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #89C5CB

#89C5CB
(137,197,203)
#93CACF
(147,202,207)
#9DCFD3
(157,207,211)
#A7D4D7
(167,212,215)
#B1D9DB
(177,217,219)
#BBDEDF
(187,222,223)
#C5E3E3
(197,227,227)
#CFE8E7
(207,232,231)
#D9EDEB
(217,237,235)
#E3F2EF
(227,242,239)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C5CB; }

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

This text font color is #89C5CB.


Background Color

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

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

This div background color is #89C5CB.


Border color

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

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

This div border color is #89C5CB.


Opacity

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

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

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

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

This text has shadow with #89C5CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C5CB on black background.


Color preview on white background

This text has color #89C5CB on white background.



Black color preview on #89C5CB background

This text has black color on #89C5CB background.


White color preview on #89C5CB background

This text has white color on #89C5CB background.