COLOR #89B4CC

HEX: #89B4CC
RGB: (137,180,204)

Color info

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

RGB color model

#89B4CC color RGB value is (137,180,204).

  • red value is 137;
  • green value is 180;
  • blue value is 204.
RGB:
(137,180,204)
(54%,71%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 180 of 255 = 71%
B 204 of 255 = 80%

137
180
204

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

Portions of RGB colors in percentages

R + G + B =
137 + 180 + 204 = 521 (100%)
R 137 of 521 ~ 26.3%
G 180 of 521 ~ 34.55%
B 204 of 521 ~ 39.16%

%26.3
%34.55
%39.16

CMYK color model

#89B4CC color CMYK value is (33,12,0,20).

  • cyan value is 32.84%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,12,0,20)
C33M12Y0K20 
(33%,12%,0%,20%)
(0.33/0.12/0.00/0.20)	

CMYK percentages

%32.84
%11.76
%0
%20

Codes

Color #89B4CC in popluar color models

89B4CC
RGB137180204
HSL201°39.64%66.86%
HSB/HSV201°32.84%80.00%
CMYK32.84%11.76%0.00%
20.00%

Color #89B4CC in popluar number systems.

HEX89B4CC
Decimal137180204
Binary100010011011010011001100
Octal211264314

Shades and tints

Shades of #89B4CC

#89B4CC
(137,180,204)
#7DA4BA
(125,164,186)
#7194A8
(113,148,168)
#658496
(101,132,150)
#597484
(89,116,132)
#4D6472
(77,100,114)
#415460
(65,84,96)
#35444E
(53,68,78)
#29343C
(41,52,60)
#1D242A
(29,36,42)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #89B4CC

#89B4CC
(137,180,204)
#93BAD0
(147,186,208)
#9DC0D4
(157,192,212)
#A7C6D8
(167,198,216)
#B1CCDC
(177,204,220)
#BBD2E0
(187,210,224)
#C5D8E4
(197,216,228)
#CFDEE8
(207,222,232)
#D9E4EC
(217,228,236)
#E3EAF0
(227,234,240)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B4CC color. Also use rgb(137,180,204) instead hex code.

Text Font Color

.myTextColor { color: #89B4CC; }

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

This text font color is #89B4CC.


Background Color

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

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

This div background color is #89B4CC.


Border color

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

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

This div border color is #89B4CC.


Opacity

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

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

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

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

This text has shadow with #89B4CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B4CC on black background.


Color preview on white background

This text has color #89B4CC on white background.



Black color preview on #89B4CC background

This text has black color on #89B4CC background.


White color preview on #89B4CC background

This text has white color on #89B4CC background.