COLOR #89BCBE

HEX: #89BCBE
RGB: (137,188,190)

Color info

#89BCBE contains red, green and blue colors in about the same proportion. Web safe color of #89BCBE is #99CCCC (or #9CC).

RGB color model

#89BCBE color RGB value is (137,188,190).

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

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 190 of 255 = 75%

137
188
190

R + G + B ~ 68%. #89BCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 188 + 190 = 515 (100%)
R 137 of 515 ~ 26.6%
G 188 of 515 ~ 36.5%
B 190 of 515 ~ 36.89%

%26.6
%36.5
%36.89

CMYK color model

#89BCBE color CMYK value is (28,1,0,25).

  • cyan value is 27.89%
  • magenta value is 1.05%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,1,0,25)
C28M1Y0K25 
(28%,1%,0%,25%)
(0.28/0.01/0.00/0.25)	

CMYK percentages

%27.89
%1.05
%0
%25.49

Codes

Color #89BCBE in popluar color models

89BCBE
RGB137188190
HSL182°28.96%64.12%
HSB/HSV182°27.89%74.51%
CMYK27.89%1.05%0.00%
25.49%

Color #89BCBE in popluar number systems.

HEX89BCBE
Decimal137188190
Binary100010011011110010111110
Octal211274276

Shades and tints

Shades of #89BCBE

#89BCBE
(137,188,190)
#7DABAD
(125,171,173)
#719A9C
(113,154,156)
#65898B
(101,137,139)
#59787A
(89,120,122)
#4D6769
(77,103,105)
#415658
(65,86,88)
#354547
(53,69,71)
#293436
(41,52,54)
#1D2325
(29,35,37)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #89BCBE

#89BCBE
(137,188,190)
#93C2C3
(147,194,195)
#9DC8C8
(157,200,200)
#A7CECD
(167,206,205)
#B1D4D2
(177,212,210)
#BBDAD7
(187,218,215)
#C5E0DC
(197,224,220)
#CFE6E1
(207,230,225)
#D9ECE6
(217,236,230)
#E3F2EB
(227,242,235)
#EDF8F0
(237,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BCBE; }

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

This text font color is #89BCBE.


Background Color

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

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

This div background color is #89BCBE.


Border color

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

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

This div border color is #89BCBE.


Opacity

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

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

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

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

This text has shadow with #89BCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BCBE on black background.


Color preview on white background

This text has color #89BCBE on white background.



Black color preview on #89BCBE background

This text has black color on #89BCBE background.


White color preview on #89BCBE background

This text has white color on #89BCBE background.