COLOR #89BAD1

HEX: #89BAD1 RGB: (137,186,209)

Color info

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

RGB color model

#89BAD1 color RGB value is (137,186,209).

RGB: (137,186,209) (54%, 73%, 82%)

RGB channels and saturation

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

137
186
209

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

Portions of RGB colors in percentages

R + G + B = 137 + 186 + 209 = 532 (100%)
R 137 of 532 ~ 25.75%
G 186 of 532 ~ 34.96%
B 209 of 532 ~ 39.29'%

%25.75
%34.96
%39.29

CMYK color model

#89BAD1 color CMYK value is (34,11,0,18).

  • cyan value is 34.45%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (34,11,0,18) C34M11Y0K18 (34%,11%,0%,18%) (0.34/0.11/0.00/0.18) 

CMYK percentages

%34.45
%11
%0
%18.04

Codes

Color #89BAD1 in popluar color models

89 BA D1
RGB 137 186 209
HSL 199° 43.90% 67.84%
HSB/HSV 199° 34.45% 81.96%
CMYK 34.45% 11.00% 0.00%
18.04%

Color #89BAD1 in popluar number systems.

HEX 89 BA D1
Decimal 137 186 209
Binary 10001001 10111010 11010001
Octal 211 272 321

Shades and tints

Shades of #89BAD1

#89BAD1
(137,186,209)
#7DAABE
(125,170,190)
#719AAB
(113,154,171)
#658A98
(101,138,152)
#597A85
(89,122,133)
#4D6A72
(77,106,114)
#415A5F
(65,90,95)
#354A4C
(53,74,76)
#293A39
(41,58,57)
#1D2A26
(29,42,38)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #89BAD1

#89BAD1
(137,186,209)
#93C0D5
(147,192,213)
#9DC6D9
(157,198,217)
#A7CCDD
(167,204,221)
#B1D2E1
(177,210,225)
#BBD8E5
(187,216,229)
#C5DEE9
(197,222,233)
#CFE4ED
(207,228,237)
#D9EAF1
(217,234,241)
#E3F0F5
(227,240,245)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BAD1; }

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

This text font color is #89BAD1.

Background Color

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

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

This div background color is #89BAD1.

Border color

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

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

This div border color is #89BAD1.

Opacity

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

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

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

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

This text has shadow with #89BAD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BAD1.

Preview

Color preview on black background

This text has color #89BAD1 on black background.


Color preview on white background

This text has color #89BAD1 on white background.


Black color preview on #89BAD1 background

This text has black color on #89BAD1 background.


White color preview on #89BAD1 background

This text has white color on #89BAD1 background.


Related colors

Complementary color

Complementary color for #hex is #76452E.


I love getcolorcode.com

Triadic colors

1 #D189BA and #BAD189 with #89BAD1 are triadic colors.

2 #D1BA89 and #BA89D1 with #89BAD1 are triadic colors.