COLOR #89B3D5

HEX: #89B3D5
RGB: (137,179,213)

Color info

#89B3D5 contains mainly green and blue colors. Web safe color of #89B3D5 is #9999CC (or #99C).

RGB color model

#89B3D5 color RGB value is (137,179,213).

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

RGB channels and saturation

R 137 of 255 = 54%
G 179 of 255 = 70%
B 213 of 255 = 84%

137
179
213

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

Portions of RGB colors in percentages

R + G + B =
137 + 179 + 213 = 529 (100%)
R 137 of 529 ~ 25.9%
G 179 of 529 ~ 33.84%
B 213 of 529 ~ 40.26%

%25.9
%33.84
%40.26

CMYK color model

#89B3D5 color CMYK value is (36,16,0,16).

  • cyan value is 35.68%
  • magenta value is 15.96%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,16,0,16)
C36M16Y0K16 
(36%,16%,0%,16%)
(0.36/0.16/0.00/0.16)	

CMYK percentages

%35.68
%15.96
%0
%16.47

Codes

Color #89B3D5 in popluar color models

89B3D5
RGB137179213
HSL207°47.50%68.63%
HSB/HSV207°35.68%83.53%
CMYK35.68%15.96%0.00%
16.47%

Color #89B3D5 in popluar number systems.

HEX89B3D5
Decimal137179213
Binary100010011011001111010101
Octal211263325

Shades and tints

Shades of #89B3D5

#89B3D5
(137,179,213)
#7DA3C2
(125,163,194)
#7193AF
(113,147,175)
#65839C
(101,131,156)
#597389
(89,115,137)
#4D6376
(77,99,118)
#415363
(65,83,99)
#354350
(53,67,80)
#29333D
(41,51,61)
#1D232A
(29,35,42)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #89B3D5

#89B3D5
(137,179,213)
#93B9D8
(147,185,216)
#9DBFDB
(157,191,219)
#A7C5DE
(167,197,222)
#B1CBE1
(177,203,225)
#BBD1E4
(187,209,228)
#C5D7E7
(197,215,231)
#CFDDEA
(207,221,234)
#D9E3ED
(217,227,237)
#E3E9F0
(227,233,240)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B3D5; }

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

This text font color is #89B3D5.


Background Color

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

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

This div background color is #89B3D5.


Border color

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

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

This div border color is #89B3D5.


Opacity

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

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

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

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

This text has shadow with #89B3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B3D5 on black background.


Color preview on white background

This text has color #89B3D5 on white background.



Black color preview on #89B3D5 background

This text has black color on #89B3D5 background.


White color preview on #89B3D5 background

This text has white color on #89B3D5 background.