COLOR #89BCCC

HEX: #89BCCC
RGB: (137,188,204)

Color info

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

RGB color model

#89BCCC color RGB value is (137,188,204).

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

RGB channels and saturation

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

137
188
204

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

Portions of RGB colors in percentages

R + G + B =
137 + 188 + 204 = 529 (100%)
R 137 of 529 ~ 25.9%
G 188 of 529 ~ 35.54%
B 204 of 529 ~ 38.56%

%25.9
%35.54
%38.56

CMYK color model

#89BCCC color CMYK value is (33,8,0,20).

  • cyan value is 32.84%
  • magenta value is 7.84%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,8,0,20)
C33M8Y0K20 
(33%,8%,0%,20%)
(0.33/0.08/0.00/0.20)	

CMYK percentages

%32.84
%7.84
%0
%20

Codes

Color #89BCCC in popluar color models

89BCCC
RGB137188204
HSL194°39.64%66.86%
HSB/HSV194°32.84%80.00%
CMYK32.84%7.84%0.00%
20.00%

Color #89BCCC in popluar number systems.

HEX89BCCC
Decimal137188204
Binary100010011011110011001100
Octal211274314

Shades and tints

Shades of #89BCCC

#89BCCC
(137,188,204)
#7DABBA
(125,171,186)
#719AA8
(113,154,168)
#658996
(101,137,150)
#597884
(89,120,132)
#4D6772
(77,103,114)
#415660
(65,86,96)
#35454E
(53,69,78)
#29343C
(41,52,60)
#1D232A
(29,35,42)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #89BCCC

#89BCCC
(137,188,204)
#93C2D0
(147,194,208)
#9DC8D4
(157,200,212)
#A7CED8
(167,206,216)
#B1D4DC
(177,212,220)
#BBDAE0
(187,218,224)
#C5E0E4
(197,224,228)
#CFE6E8
(207,230,232)
#D9ECEC
(217,236,236)
#E3F2F0
(227,242,240)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BCCC; }

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

This text font color is #89BCCC.


Background Color

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

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

This div background color is #89BCCC.


Border color

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

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

This div border color is #89BCCC.


Opacity

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

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

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

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

This text has shadow with #89BCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BCCC on black background.


Color preview on white background

This text has color #89BCCC on white background.



Black color preview on #89BCCC background

This text has black color on #89BCCC background.


White color preview on #89BCCC background

This text has white color on #89BCCC background.