COLOR #89BAD2

HEX: #89BAD2
RGB: (137,186,210)

Color info

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

RGB color model

#89BAD2 color RGB value is (137,186,210).

  • red value is 137;
  • green value is 186;
  • blue value is 210.
RGB:
(137,186,210)
(54%,73%,82%)

RGB channels and saturation

R 137 of 255 = 54%
G 186 of 255 = 73%
B 210 of 255 = 82%

137
186
210

R + G + B ~ 70%. #89BAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 186 + 210 = 533 (100%)
R 137 of 533 ~ 25.7%
G 186 of 533 ~ 34.9%
B 210 of 533 ~ 39.4%

%25.7
%34.9
%39.4

CMYK color model

#89BAD2 color CMYK value is (35,11,0,18).

  • cyan value is 34.76%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(35,11,0,18)
C35M11Y0K18 
(35%,11%,0%,18%)
(0.35/0.11/0.00/0.18)	

CMYK percentages

%34.76
%11.43
%0
%17.65

Codes

Color #89BAD2 in popluar color models

89BAD2
RGB137186210
HSL200°44.79%68.04%
HSB/HSV200°34.76%82.35%
CMYK34.76%11.43%0.00%
17.65%

Color #89BAD2 in popluar number systems.

HEX89BAD2
Decimal137186210
Binary100010011011101011010010
Octal211272322

Shades and tints

Shades of #89BAD2

#89BAD2
(137,186,210)
#7DAABF
(125,170,191)
#719AAC
(113,154,172)
#658A99
(101,138,153)
#597A86
(89,122,134)
#4D6A73
(77,106,115)
#415A60
(65,90,96)
#354A4D
(53,74,77)
#293A3A
(41,58,58)
#1D2A27
(29,42,39)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #89BAD2

#89BAD2
(137,186,210)
#93C0D6
(147,192,214)
#9DC6DA
(157,198,218)
#A7CCDE
(167,204,222)
#B1D2E2
(177,210,226)
#BBD8E6
(187,216,230)
#C5DEEA
(197,222,234)
#CFE4EE
(207,228,238)
#D9EAF2
(217,234,242)
#E3F0F6
(227,240,246)
#EDF6FA
(237,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BAD2 color. Also use rgb(137,186,210) instead hex code.

Text Font Color

.myTextColor { color: #89BAD2; }

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

This text font color is #89BAD2.


Background Color

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

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

This div background color is #89BAD2.


Border color

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

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

This div border color is #89BAD2.


Opacity

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

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

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

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

This text has shadow with #89BAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BAD2 on black background.


Color preview on white background

This text has color #89BAD2 on white background.



Black color preview on #89BAD2 background

This text has black color on #89BAD2 background.


White color preview on #89BAD2 background

This text has white color on #89BAD2 background.