COLOR #89BCCB

HEX: #89BCCB
RGB: (137,188,203)

Color info

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

RGB color model

#89BCCB color RGB value is (137,188,203).

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

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 203 of 255 = 80%

137
188
203

R + G + B ~ 69%. #89BCCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 188 + 203 = 528 (100%)
R 137 of 528 ~ 25.95%
G 188 of 528 ~ 35.61%
B 203 of 528 ~ 38.45%

%25.95
%35.61
%38.45

CMYK color model

#89BCCB color CMYK value is (33,7,0,20).

  • cyan value is 32.51%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(33,7,0,20)
C33M7Y0K20 
(33%,7%,0%,20%)
(0.33/0.07/0.00/0.20)	

CMYK percentages

%32.51
%7.39
%0
%20.39

Codes

Color #89BCCB in popluar color models

89BCCB
RGB137188203
HSL194°38.82%66.67%
HSB/HSV194°32.51%79.61%
CMYK32.51%7.39%0.00%
20.39%

Color #89BCCB in popluar number systems.

HEX89BCCB
Decimal137188203
Binary100010011011110011001011
Octal211274313

Shades and tints

Shades of #89BCCB

#89BCCB
(137,188,203)
#7DABB9
(125,171,185)
#719AA7
(113,154,167)
#658995
(101,137,149)
#597883
(89,120,131)
#4D6771
(77,103,113)
#41565F
(65,86,95)
#35454D
(53,69,77)
#29343B
(41,52,59)
#1D2329
(29,35,41)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #89BCCB

#89BCCB
(137,188,203)
#93C2CF
(147,194,207)
#9DC8D3
(157,200,211)
#A7CED7
(167,206,215)
#B1D4DB
(177,212,219)
#BBDADF
(187,218,223)
#C5E0E3
(197,224,227)
#CFE6E7
(207,230,231)
#D9ECEB
(217,236,235)
#E3F2EF
(227,242,239)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BCCB; }

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

This text font color is #89BCCB.


Background Color

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

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

This div background color is #89BCCB.


Border color

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

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

This div border color is #89BCCB.


Opacity

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

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

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

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

This text has shadow with #89BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BCCB on black background.


Color preview on white background

This text has color #89BCCB on white background.



Black color preview on #89BCCB background

This text has black color on #89BCCB background.


White color preview on #89BCCB background

This text has white color on #89BCCB background.