COLOR #89B4C6

HEX: #89B4C6
RGB: (137,180,198)

Color info

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

RGB color model

#89B4C6 color RGB value is (137,180,198).

  • red value is 137;
  • green value is 180;
  • blue value is 198.
RGB:
(137,180,198)
(54%,71%,78%)

RGB channels and saturation

R 137 of 255 = 54%
G 180 of 255 = 71%
B 198 of 255 = 78%

137
180
198

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

Portions of RGB colors in percentages

R + G + B =
137 + 180 + 198 = 515 (100%)
R 137 of 515 ~ 26.6%
G 180 of 515 ~ 34.95%
B 198 of 515 ~ 38.45%

%26.6
%34.95
%38.45

CMYK color model

#89B4C6 color CMYK value is (31,9,0,22).

  • cyan value is 30.81%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(31,9,0,22)
C31M9Y0K22 
(31%,9%,0%,22%)
(0.31/0.09/0.00/0.22)	

CMYK percentages

%30.81
%9.09
%0
%22.35

Codes

Color #89B4C6 in popluar color models

89B4C6
RGB137180198
HSL198°34.86%65.69%
HSB/HSV198°30.81%77.65%
CMYK30.81%9.09%0.00%
22.35%

Color #89B4C6 in popluar number systems.

HEX89B4C6
Decimal137180198
Binary100010011011010011000110
Octal211264306

Shades and tints

Shades of #89B4C6

#89B4C6
(137,180,198)
#7DA4B4
(125,164,180)
#7194A2
(113,148,162)
#658490
(101,132,144)
#59747E
(89,116,126)
#4D646C
(77,100,108)
#41545A
(65,84,90)
#354448
(53,68,72)
#293436
(41,52,54)
#1D2424
(29,36,36)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #89B4C6

#89B4C6
(137,180,198)
#93BACB
(147,186,203)
#9DC0D0
(157,192,208)
#A7C6D5
(167,198,213)
#B1CCDA
(177,204,218)
#BBD2DF
(187,210,223)
#C5D8E4
(197,216,228)
#CFDEE9
(207,222,233)
#D9E4EE
(217,228,238)
#E3EAF3
(227,234,243)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B4C6 color. Also use rgb(137,180,198) instead hex code.

Text Font Color

.myTextColor { color: #89B4C6; }

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

This text font color is #89B4C6.


Background Color

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

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

This div background color is #89B4C6.


Border color

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

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

This div border color is #89B4C6.


Opacity

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

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

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

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

This text has shadow with #89B4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B4C6 on black background.


Color preview on white background

This text has color #89B4C6 on white background.



Black color preview on #89B4C6 background

This text has black color on #89B4C6 background.


White color preview on #89B4C6 background

This text has white color on #89B4C6 background.