COLOR #89B7C5

HEX: #89B7C5
RGB: (137,183,197)

Color info

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

RGB color model

#89B7C5 color RGB value is (137,183,197).

  • red value is 137;
  • green value is 183;
  • blue value is 197.
RGB:
(137,183,197)
(54%,72%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 183 of 255 = 72%
B 197 of 255 = 77%

137
183
197

R + G + B ~ 68%. #89B7C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 183 + 197 = 517 (100%)
R 137 of 517 ~ 26.5%
G 183 of 517 ~ 35.4%
B 197 of 517 ~ 38.1%

%26.5
%35.4
%38.1

CMYK color model

#89B7C5 color CMYK value is (30,7,0,23).

  • cyan value is 30.46%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,7,0,23)
C30M7Y0K23 
(30%,7%,0%,23%)
(0.30/0.07/0.00/0.23)	

CMYK percentages

%30.46
%7.11
%0
%22.75

Codes

Color #89B7C5 in popluar color models

89B7C5
RGB137183197
HSL194°34.09%65.49%
HSB/HSV194°30.46%77.25%
CMYK30.46%7.11%0.00%
22.75%

Color #89B7C5 in popluar number systems.

HEX89B7C5
Decimal137183197
Binary100010011011011111000101
Octal211267305

Shades and tints

Shades of #89B7C5

#89B7C5
(137,183,197)
#7DA7B4
(125,167,180)
#7197A3
(113,151,163)
#658792
(101,135,146)
#597781
(89,119,129)
#4D6770
(77,103,112)
#41575F
(65,87,95)
#35474E
(53,71,78)
#29373D
(41,55,61)
#1D272C
(29,39,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #89B7C5

#89B7C5
(137,183,197)
#93BDCA
(147,189,202)
#9DC3CF
(157,195,207)
#A7C9D4
(167,201,212)
#B1CFD9
(177,207,217)
#BBD5DE
(187,213,222)
#C5DBE3
(197,219,227)
#CFE1E8
(207,225,232)
#D9E7ED
(217,231,237)
#E3EDF2
(227,237,242)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B7C5 color. Also use rgb(137,183,197) instead hex code.

Text Font Color

.myTextColor { color: #89B7C5; }

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

This text font color is #89B7C5.


Background Color

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

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

This div background color is #89B7C5.


Border color

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

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

This div border color is #89B7C5.


Opacity

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

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

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

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

This text has shadow with #89B7C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B7C5 on black background.


Color preview on white background

This text has color #89B7C5 on white background.



Black color preview on #89B7C5 background

This text has black color on #89B7C5 background.


White color preview on #89B7C5 background

This text has white color on #89B7C5 background.