COLOR #89B2CF

HEX: #89B2CF
RGB: (137,178,207)

Color info

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

RGB color model

#89B2CF color RGB value is (137,178,207).

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

RGB channels and saturation

R 137 of 255 = 54%
G 178 of 255 = 70%
B 207 of 255 = 81%

137
178
207

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

Portions of RGB colors in percentages

R + G + B =
137 + 178 + 207 = 522 (100%)
R 137 of 522 ~ 26.25%
G 178 of 522 ~ 34.1%
B 207 of 522 ~ 39.66%

%26.25
%34.1
%39.66

CMYK color model

#89B2CF color CMYK value is (34,14,0,19).

  • cyan value is 33.82%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(34,14,0,19)
C34M14Y0K19 
(34%,14%,0%,19%)
(0.34/0.14/0.00/0.19)	

CMYK percentages

%33.82
%14.01
%0
%18.82

Codes

Color #89B2CF in popluar color models

89B2CF
RGB137178207
HSL205°42.17%67.45%
HSB/HSV205°33.82%81.18%
CMYK33.82%14.01%0.00%
18.82%

Color #89B2CF in popluar number systems.

HEX89B2CF
Decimal137178207
Binary100010011011001011001111
Octal211262317

Shades and tints

Shades of #89B2CF

#89B2CF
(137,178,207)
#7DA2BD
(125,162,189)
#7192AB
(113,146,171)
#658299
(101,130,153)
#597287
(89,114,135)
#4D6275
(77,98,117)
#415263
(65,82,99)
#354251
(53,66,81)
#29323F
(41,50,63)
#1D222D
(29,34,45)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #89B2CF

#89B2CF
(137,178,207)
#93B9D3
(147,185,211)
#9DC0D7
(157,192,215)
#A7C7DB
(167,199,219)
#B1CEDF
(177,206,223)
#BBD5E3
(187,213,227)
#C5DCE7
(197,220,231)
#CFE3EB
(207,227,235)
#D9EAEF
(217,234,239)
#E3F1F3
(227,241,243)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B2CF; }

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

This text font color is #89B2CF.


Background Color

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

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

This div background color is #89B2CF.


Border color

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

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

This div border color is #89B2CF.


Opacity

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

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

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

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

This text has shadow with #89B2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B2CF on black background.


Color preview on white background

This text has color #89B2CF on white background.



Black color preview on #89B2CF background

This text has black color on #89B2CF background.


White color preview on #89B2CF background

This text has white color on #89B2CF background.