COLOR #89BBD5

HEX: #89BBD5
RGB: (137,187,213)

Color info

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

RGB color model

#89BBD5 color RGB value is (137,187,213).

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

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 213 of 255 = 84%

137
187
213

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

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 213 = 537 (100%)
R 137 of 537 ~ 25.51%
G 187 of 537 ~ 34.82%
B 213 of 537 ~ 39.66%

%25.51
%34.82
%39.66

CMYK color model

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

  • cyan value is 35.68%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,12,0,16)
C36M12Y0K16 
(36%,12%,0%,16%)
(0.36/0.12/0.00/0.16)	

CMYK percentages

%35.68
%12.21
%0
%16.47

Codes

Color #89BBD5 in popluar color models

89BBD5
RGB137187213
HSL201°47.50%68.63%
HSB/HSV201°35.68%83.53%
CMYK35.68%12.21%0.00%
16.47%

Color #89BBD5 in popluar number systems.

HEX89BBD5
Decimal137187213
Binary100010011011101111010101
Octal211273325

Shades and tints

Shades of #89BBD5

#89BBD5
(137,187,213)
#7DAAC2
(125,170,194)
#7199AF
(113,153,175)
#65889C
(101,136,156)
#597789
(89,119,137)
#4D6676
(77,102,118)
#415563
(65,85,99)
#354450
(53,68,80)
#29333D
(41,51,61)
#1D222A
(29,34,42)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #89BBD5

#89BBD5
(137,187,213)
#93C1D8
(147,193,216)
#9DC7DB
(157,199,219)
#A7CDDE
(167,205,222)
#B1D3E1
(177,211,225)
#BBD9E4
(187,217,228)
#C5DFE7
(197,223,231)
#CFE5EA
(207,229,234)
#D9EBED
(217,235,237)
#E3F1F0
(227,241,240)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BBD5; }

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

This text font color is #89BBD5.


Background Color

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

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

This div background color is #89BBD5.


Border color

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

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

This div border color is #89BBD5.


Opacity

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

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

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

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

This text has shadow with #89BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BBD5 on black background.


Color preview on white background

This text has color #89BBD5 on white background.



Black color preview on #89BBD5 background

This text has black color on #89BBD5 background.


White color preview on #89BBD5 background

This text has white color on #89BBD5 background.