COLOR #89B6CE

HEX: #89B6CE
RGB: (137,182,206)

Color info

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

RGB color model

#89B6CE color RGB value is (137,182,206).

  • red value is 137;
  • green value is 182;
  • blue value is 206.
RGB:
(137,182,206)
(54%,71%,81%)

RGB channels and saturation

R 137 of 255 = 54%
G 182 of 255 = 71%
B 206 of 255 = 81%

137
182
206

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

Portions of RGB colors in percentages

R + G + B =
137 + 182 + 206 = 525 (100%)
R 137 of 525 ~ 26.1%
G 182 of 525 ~ 34.67%
B 206 of 525 ~ 39.24%

%26.1
%34.67
%39.24

CMYK color model

#89B6CE color CMYK value is (33,12,0,19).

  • cyan value is 33.50%
  • magenta value is 11.65%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,12,0,19)
C33M12Y0K19 
(33%,12%,0%,19%)
(0.33/0.12/0.00/0.19)	

CMYK percentages

%33.5
%11.65
%0
%19.22

Codes

Color #89B6CE in popluar color models

89B6CE
RGB137182206
HSL201°41.32%67.25%
HSB/HSV201°33.50%80.78%
CMYK33.50%11.65%0.00%
19.22%

Color #89B6CE in popluar number systems.

HEX89B6CE
Decimal137182206
Binary100010011011011011001110
Octal211266316

Shades and tints

Shades of #89B6CE

#89B6CE
(137,182,206)
#7DA6BC
(125,166,188)
#7196AA
(113,150,170)
#658698
(101,134,152)
#597686
(89,118,134)
#4D6674
(77,102,116)
#415662
(65,86,98)
#354650
(53,70,80)
#29363E
(41,54,62)
#1D262C
(29,38,44)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #89B6CE

#89B6CE
(137,182,206)
#93BCD2
(147,188,210)
#9DC2D6
(157,194,214)
#A7C8DA
(167,200,218)
#B1CEDE
(177,206,222)
#BBD4E2
(187,212,226)
#C5DAE6
(197,218,230)
#CFE0EA
(207,224,234)
#D9E6EE
(217,230,238)
#E3ECF2
(227,236,242)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B6CE; }

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

This text font color is #89B6CE.


Background Color

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

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

This div background color is #89B6CE.


Border color

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

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

This div border color is #89B6CE.


Opacity

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

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

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

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

This text has shadow with #89B6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B6CE on black background.


Color preview on white background

This text has color #89B6CE on white background.



Black color preview on #89B6CE background

This text has black color on #89B6CE background.


White color preview on #89B6CE background

This text has white color on #89B6CE background.