COLOR #89BEDA

HEX: #89BEDA RGB: (137,190,218)

Color info

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

RGB color model

#89BEDA color RGB value is (137,190,218).

RGB: (137,190,218) (54%, 75%, 85%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 218 of 255 = 85%

137
190
218

R + G + B ~ 71%. #89BEDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 190 + 218 = 545 (100%)
R 137 of 545 ~ 25.14%
G 190 of 545 ~ 34.86%
B 218 of 545 ~ 40'%

%25.14
%34.86
%40

CMYK color model

#89BEDA color CMYK value is (37,13,0,15).

  • cyan value is 37.16%
  • magenta value is 12.84%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (37,13,0,15)
C37M13Y0K15 (37%, 13%, 0%, 15%)
(0.37 / 0.13 / 0.00 / 0.15)

CMYK percentages

%37.16
%12.84
%0
%14.51

Codes

Color #89BEDA in popluar color models

89 BE DA
RGB 137 190 218
HSL 201° 52.26% 69.61%
HSB/HSV 201° 37.16% 85.49%
CMYK 37.16% 12.84% 0.00%
14.51%

Color #89BEDA in popluar number systems.

HEX 89 BE DA
Decimal 137 190 218
Binary 10001001 10111110 11011010
Octal 211 276 332

Shades and tints

Shades of #89BEDA

#89BEDA
(137,190,218)
#7DADC7
(125,173,199)
#719CB4
(113,156,180)
#658BA1
(101,139,161)
#597A8E
(89,122,142)
#4D697B
(77,105,123)
#415868
(65,88,104)
#354755
(53,71,85)
#293642
(41,54,66)
#1D252F
(29,37,47)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #89BEDA

#89BEDA
(137,190,218)
#93C3DD
(147,195,221)
#9DC8E0
(157,200,224)
#A7CDE3
(167,205,227)
#B1D2E6
(177,210,230)
#BBD7E9
(187,215,233)
#C5DCEC
(197,220,236)
#CFE1EF
(207,225,239)
#D9E6F2
(217,230,242)
#E3EBF5
(227,235,245)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BEDA color. Also use rgb(137,190,218) instead hex code.

Text Font Color

.myTextColor { color: #89BEDA; }

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

This text font color is #89BEDA.

Background Color

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

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

This div background color is #89BEDA.

Border color

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

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

This div border color is #89BEDA.

Opacity

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

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

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

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

This text has shadow with #89BEDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BEDA.

Preview

Color preview on black background

This text has color #89BEDA on black background.


Color preview on white background

This text has color #89BEDA on white background.


Black color preview on #89BEDA background

This text has black color on #89BEDA background.


White color preview on #89BEDA background

This text has white color on #89BEDA background.


Related colors

Complementary color

Complementary color for #hex is #764125.


I love getcolorcode.com

Triadic colors

1 #DA89BE and #BEDA89 with #89BEDA are triadic colors.

2 #DABE89 and #BE89DA with #89BEDA are triadic colors.