COLOR #89ADBC

HEX: #89ADBC RGB: (137,173,188)

Color info

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

RGB color model

#89ADBC color RGB value is (137,173,188).

RGB: (137,173,188) (54%, 68%, 74%)

RGB channels and saturation

R 137 of 255 = 54%
G 173 of 255 = 68%
B 188 of 255 = 74%

137
173
188

R + G + B ~ 65%. #89ADBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 173 + 188 = 498 (100%)
R 137 of 498 ~ 27.51%
G 173 of 498 ~ 34.74%
B 188 of 498 ~ 37.75'%

%27.51
%34.74
%37.75

CMYK color model

#89ADBC color CMYK value is (27,8,0,26).

  • cyan value is 27.13%
  • magenta value is 7.98%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (27,8,0,26)
C27M8Y0K26 (27%, 8%, 0%, 26%)
(0.27 / 0.08 / 0.00 / 0.26)

CMYK percentages

%27.13
%7.98
%0
%26.27

Codes

Color #89ADBC in popluar color models

89 AD BC
RGB 137 173 188
HSL 198° 27.57% 63.73%
HSB/HSV 198° 27.13% 73.73%
CMYK 27.13% 7.98% 0.00%
26.27%

Color #89ADBC in popluar number systems.

HEX 89 AD BC
Decimal 137 173 188
Binary 10001001 10101101 10111100
Octal 211 255 274

Shades and tints

Shades of #89ADBC

#89ADBC
(137,173,188)
#7D9EAB
(125,158,171)
#718F9A
(113,143,154)
#658089
(101,128,137)
#597178
(89,113,120)
#4D6267
(77,98,103)
#415356
(65,83,86)
#354445
(53,68,69)
#293534
(41,53,52)
#1D2623
(29,38,35)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #89ADBC

#89ADBC
(137,173,188)
#93B4C2
(147,180,194)
#9DBBC8
(157,187,200)
#A7C2CE
(167,194,206)
#B1C9D4
(177,201,212)
#BBD0DA
(187,208,218)
#C5D7E0
(197,215,224)
#CFDEE6
(207,222,230)
#D9E5EC
(217,229,236)
#E3ECF2
(227,236,242)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89ADBC color. Also use rgb(137,173,188) instead hex code.

Text Font Color

.myTextColor { color: #89ADBC; }

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

This text font color is #89ADBC.

Background Color

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

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

This div background color is #89ADBC.

Border color

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

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

This div border color is #89ADBC.

Opacity

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

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

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

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

This text has shadow with #89ADBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ADBC.

Preview

Color preview on black background

This text has color #89ADBC on black background.


Color preview on white background

This text has color #89ADBC on white background.


Black color preview on #89ADBC background

This text has black color on #89ADBC background.


White color preview on #89ADBC background

This text has white color on #89ADBC background.


Related colors

Complementary color

Complementary color for #hex is #765243.


I love getcolorcode.com

Triadic colors

1 #BC89AD and #ADBC89 with #89ADBC are triadic colors.

2 #BCAD89 and #AD89BC with #89ADBC are triadic colors.