COLOR #89B2C4

HEX: #89B2C4
RGB: (137,178,196)

Color info

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

RGB color model

#89B2C4 color RGB value is (137,178,196).

  • red value is 137;
  • green value is 178;
  • blue value is 196.
RGB:
(137,178,196)
(54%,70%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 178 of 255 = 70%
B 196 of 255 = 77%

137
178
196

R + G + B ~ 67%. #89B2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 178 + 196 = 511 (100%)
R 137 of 511 ~ 26.81%
G 178 of 511 ~ 34.83%
B 196 of 511 ~ 38.36%

%26.81
%34.83
%38.36

CMYK color model

#89B2C4 color CMYK value is (30,9,0,23).

  • cyan value is 30.10%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(30,9,0,23)
C30M9Y0K23 
(30%,9%,0%,23%)
(0.30/0.09/0.00/0.23)	

CMYK percentages

%30.1
%9.18
%0
%23.14

Codes

Color #89B2C4 in popluar color models

89B2C4
RGB137178196
HSL198°33.33%65.29%
HSB/HSV198°30.10%76.86%
CMYK30.10%9.18%0.00%
23.14%

Color #89B2C4 in popluar number systems.

HEX89B2C4
Decimal137178196
Binary100010011011001011000100
Octal211262304

Shades and tints

Shades of #89B2C4

#89B2C4
(137,178,196)
#7DA2B3
(125,162,179)
#7192A2
(113,146,162)
#658291
(101,130,145)
#597280
(89,114,128)
#4D626F
(77,98,111)
#41525E
(65,82,94)
#35424D
(53,66,77)
#29323C
(41,50,60)
#1D222B
(29,34,43)
#11121A
(17,18,26)
#000000
(0,0,0)

Tints of #89B2C4

#89B2C4
(137,178,196)
#93B9C9
(147,185,201)
#9DC0CE
(157,192,206)
#A7C7D3
(167,199,211)
#B1CED8
(177,206,216)
#BBD5DD
(187,213,221)
#C5DCE2
(197,220,226)
#CFE3E7
(207,227,231)
#D9EAEC
(217,234,236)
#E3F1F1
(227,241,241)
#EDF8F6
(237,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B2C4; }

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

This text font color is #89B2C4.


Background Color

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

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

This div background color is #89B2C4.


Border color

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

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

This div border color is #89B2C4.


Opacity

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

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

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

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

This text has shadow with #89B2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B2C4 on black background.


Color preview on white background

This text has color #89B2C4 on white background.



Black color preview on #89B2C4 background

This text has black color on #89B2C4 background.


White color preview on #89B2C4 background

This text has white color on #89B2C4 background.