COLOR #89B3B4

HEX: #89B3B4
RGB: (137,179,180)

Color info

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

RGB color model

#89B3B4 color RGB value is (137,179,180).

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

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 180 of 255 = 71%

137
179
180

R + G + B ~ 65%. #89B3B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 179 + 180 = 496 (100%)
R 137 of 496 ~ 27.62%
G 179 of 496 ~ 36.09%
B 180 of 496 ~ 36.29%

%27.62
%36.09
%36.29

CMYK color model

#89B3B4 color CMYK value is (24,1,0,29).

  • cyan value is 23.89%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(24,1,0,29)
C24M1Y0K29 
(24%,1%,0%,29%)
(0.24/0.01/0.00/0.29)	

CMYK percentages

%23.89
%0.56
%0
%29.41

Codes

Color #89B3B4 in popluar color models

89B3B4
RGB137179180
HSL181°22.28%62.16%
HSB/HSV181°23.89%70.59%
CMYK23.89%0.56%0.00%
29.41%

Color #89B3B4 in popluar number systems.

HEX89B3B4
Decimal137179180
Binary100010011011001110110100
Octal211263264

Shades and tints

Shades of #89B3B4

#89B3B4
(137,179,180)
#7DA3A4
(125,163,164)
#719394
(113,147,148)
#658384
(101,131,132)
#597374
(89,115,116)
#4D6364
(77,99,100)
#415354
(65,83,84)
#354344
(53,67,68)
#293334
(41,51,52)
#1D2324
(29,35,36)
#111314
(17,19,20)
#000000
(0,0,0)

Tints of #89B3B4

#89B3B4
(137,179,180)
#93B9BA
(147,185,186)
#9DBFC0
(157,191,192)
#A7C5C6
(167,197,198)
#B1CBCC
(177,203,204)
#BBD1D2
(187,209,210)
#C5D7D8
(197,215,216)
#CFDDDE
(207,221,222)
#D9E3E4
(217,227,228)
#E3E9EA
(227,233,234)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B3B4; }

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

This text font color is #89B3B4.


Background Color

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

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

This div background color is #89B3B4.


Border color

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

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

This div border color is #89B3B4.


Opacity

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

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

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

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

This text has shadow with #89B3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B3B4 on black background.


Color preview on white background

This text has color #89B3B4 on white background.



Black color preview on #89B3B4 background

This text has black color on #89B3B4 background.


White color preview on #89B3B4 background

This text has white color on #89B3B4 background.