COLOR #89B5C0

HEX: #89B5C0 RGB: (137,181,192)

Color info

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

RGB color model

#89B5C0 color RGB value is (137,181,192).

RGB: (137,181,192) (54%, 71%, 75%)

RGB channels and saturation

R 137 of 255 = 54%
G 181 of 255 = 71%
B 192 of 255 = 75%

137
181
192

R + G + B ~ 67%. #89B5C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 181 + 192 = 510 (100%)
R 137 of 510 ~ 26.86%
G 181 of 510 ~ 35.49%
B 192 of 510 ~ 37.65'%

%26.86
%35.49
%37.65

CMYK color model

#89B5C0 color CMYK value is (29,6,0,25).

  • cyan value is 28.65%
  • magenta value is 5.73%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (29,6,0,25)
C29M6Y0K25 (29%, 6%, 0%, 25%)
(0.29 / 0.06 / 0.00 / 0.25)

CMYK percentages

%28.65
%5.73
%0
%24.71

Codes

Color #89B5C0 in popluar color models

89 B5 C0
RGB 137 181 192
HSL 192° 30.39% 64.51%
HSB/HSV 192° 28.65% 75.29%
CMYK 28.65% 5.73% 0.00%
24.71%

Color #89B5C0 in popluar number systems.

HEX 89 B5 C0
Decimal 137 181 192
Binary 10001001 10110101 11000000
Octal 211 265 300

Shades and tints

Shades of #89B5C0

#89B5C0
(137,181,192)
#7DA5AF
(125,165,175)
#71959E
(113,149,158)
#65858D
(101,133,141)
#59757C
(89,117,124)
#4D656B
(77,101,107)
#41555A
(65,85,90)
#354549
(53,69,73)
#293538
(41,53,56)
#1D2527
(29,37,39)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #89B5C0

#89B5C0
(137,181,192)
#93BBC5
(147,187,197)
#9DC1CA
(157,193,202)
#A7C7CF
(167,199,207)
#B1CDD4
(177,205,212)
#BBD3D9
(187,211,217)
#C5D9DE
(197,217,222)
#CFDFE3
(207,223,227)
#D9E5E8
(217,229,232)
#E3EBED
(227,235,237)
#EDF1F2
(237,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B5C0 color. Also use rgb(137,181,192) instead hex code.

Text Font Color

.myTextColor { color: #89B5C0; }

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

This text font color is #89B5C0.

Background Color

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

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

This div background color is #89B5C0.

Border color

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

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

This div border color is #89B5C0.

Opacity

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

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

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

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

This text has shadow with #89B5C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B5C0.

Preview

Color preview on black background

This text has color #89B5C0 on black background.


Color preview on white background

This text has color #89B5C0 on white background.


Black color preview on #89B5C0 background

This text has black color on #89B5C0 background.


White color preview on #89B5C0 background

This text has white color on #89B5C0 background.


Related colors

Complementary color

Complementary color for #hex is #764A3F.


I love getcolorcode.com

Triadic colors

1 #C089B5 and #B5C089 with #89B5C0 are triadic colors.

2 #C0B589 and #B589C0 with #89B5C0 are triadic colors.