COLOR #89B2D7

HEX: #89B2D7 RGB: (137,178,215)

Color info

#89B2D7 contains mainly green and blue colors. Web safe color of #89B2D7 is #9999CC (or #99C).

RGB color model

#89B2D7 color RGB value is (137,178,215).

RGB: (137,178,215) (54%, 70%, 84%)

RGB channels and saturation

R 137 of 255 = 54%
G 178 of 255 = 70%
B 215 of 255 = 84%

137
178
215

R + G + B ~ 69%. #89B2D7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 178 + 215 = 530 (100%)
R 137 of 530 ~ 25.85%
G 178 of 530 ~ 33.58%
B 215 of 530 ~ 40.57'%

%25.85
%33.58
%40.57

CMYK color model

#89B2D7 color CMYK value is (36,17,0,16).

  • cyan value is 36.28%
  • magenta value is 17.21%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (36,17,0,16)
C36M17Y0K16 (36%, 17%, 0%, 16%)
(0.36 / 0.17 / 0.00 / 0.16)

CMYK percentages

%36.28
%17.21
%0
%15.69

Codes

Color #89B2D7 in popluar color models

89 B2 D7
RGB 137 178 215
HSL 208° 49.37% 69.02%
HSB/HSV 208° 36.28% 84.31%
CMYK 36.28% 17.21% 0.00%
15.69%

Color #89B2D7 in popluar number systems.

HEX 89 B2 D7
Decimal 137 178 215
Binary 10001001 10110010 11010111
Octal 211 262 327

Shades and tints

Shades of #89B2D7

#89B2D7
(137,178,215)
#7DA2C4
(125,162,196)
#7192B1
(113,146,177)
#65829E
(101,130,158)
#59728B
(89,114,139)
#4D6278
(77,98,120)
#415265
(65,82,101)
#354252
(53,66,82)
#29323F
(41,50,63)
#1D222C
(29,34,44)
#111219
(17,18,25)
#000000
(0,0,0)

Tints of #89B2D7

#89B2D7
(137,178,215)
#93B9DA
(147,185,218)
#9DC0DD
(157,192,221)
#A7C7E0
(167,199,224)
#B1CEE3
(177,206,227)
#BBD5E6
(187,213,230)
#C5DCE9
(197,220,233)
#CFE3EC
(207,227,236)
#D9EAEF
(217,234,239)
#E3F1F2
(227,241,242)
#EDF8F5
(237,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B2D7 color. Also use rgb(137,178,215) instead hex code.

Text Font Color

.myTextColor { color: #89B2D7; }

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

This text font color is #89B2D7.

Background Color

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

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

This div background color is #89B2D7.

Border color

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

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

This div border color is #89B2D7.

Opacity

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

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

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

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

This text has shadow with #89B2D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B2D7.

Preview

Color preview on black background

This text has color #89B2D7 on black background.


Color preview on white background

This text has color #89B2D7 on white background.


Black color preview on #89B2D7 background

This text has black color on #89B2D7 background.


White color preview on #89B2D7 background

This text has white color on #89B2D7 background.


Related colors

Complementary color

Complementary color for #hex is #764D28.


I love getcolorcode.com

Triadic colors

1 #D789B2 and #B2D789 with #89B2D7 are triadic colors.

2 #D7B289 and #B289D7 with #89B2D7 are triadic colors.