COLOR #89BCDD

HEX: #89BCDD RGB: (137,188,221)

Color info

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

RGB color model

#89BCDD color RGB value is (137,188,221).

RGB: (137,188,221) (54%, 74%, 87%)

RGB channels and saturation

R 137 of 255 = 54%
G 188 of 255 = 74%
B 221 of 255 = 87%

137
188
221

R + G + B ~ 72%. #89BCDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 188 + 221 = 546 (100%)
R 137 of 546 ~ 25.09%
G 188 of 546 ~ 34.43%
B 221 of 546 ~ 40.48'%

%25.09
%34.43
%40.48

CMYK color model

#89BCDD color CMYK value is (38,15,0,13).

  • cyan value is 38.01%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (38,15,0,13)
C38M15Y0K13 (38%, 15%, 0%, 13%)
(0.38 / 0.15 / 0.00 / 0.13)

CMYK percentages

%38.01
%14.93
%0
%13.33

Codes

Color #89BCDD in popluar color models

89 BC DD
RGB 137 188 221
HSL 204° 55.26% 70.20%
HSB/HSV 204° 38.01% 86.67%
CMYK 38.01% 14.93% 0.00%
13.33%

Color #89BCDD in popluar number systems.

HEX 89 BC DD
Decimal 137 188 221
Binary 10001001 10111100 11011101
Octal 211 274 335

Shades and tints

Shades of #89BCDD

#89BCDD
(137,188,221)
#7DABC9
(125,171,201)
#719AB5
(113,154,181)
#6589A1
(101,137,161)
#59788D
(89,120,141)
#4D6779
(77,103,121)
#415665
(65,86,101)
#354551
(53,69,81)
#29343D
(41,52,61)
#1D2329
(29,35,41)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #89BCDD

#89BCDD
(137,188,221)
#93C2E0
(147,194,224)
#9DC8E3
(157,200,227)
#A7CEE6
(167,206,230)
#B1D4E9
(177,212,233)
#BBDAEC
(187,218,236)
#C5E0EF
(197,224,239)
#CFE6F2
(207,230,242)
#D9ECF5
(217,236,245)
#E3F2F8
(227,242,248)
#EDF8FB
(237,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BCDD; }

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

This text font color is #89BCDD.

Background Color

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

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

This div background color is #89BCDD.

Border color

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

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

This div border color is #89BCDD.

Opacity

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

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

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

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

This text has shadow with #89BCDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BCDD.

Preview

Color preview on black background

This text has color #89BCDD on black background.


Color preview on white background

This text has color #89BCDD on white background.


Black color preview on #89BCDD background

This text has black color on #89BCDD background.


White color preview on #89BCDD background

This text has white color on #89BCDD background.


Related colors

Complementary color

Complementary color for #hex is #764322.


I love getcolorcode.com

Triadic colors

1 #DD89BC and #BCDD89 with #89BCDD are triadic colors.

2 #DDBC89 and #BC89DD with #89BCDD are triadic colors.