COLOR #89CAB8

HEX: #89CAB8
RGB: (137,202,184)

Color info

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

RGB color model

#89CAB8 color RGB value is (137,202,184).

  • red value is 137;
  • green value is 202;
  • blue value is 184.
RGB:
(137,202,184)
(54%,79%,72%)

RGB channels and saturation

R 137 of 255 = 54%
G 202 of 255 = 79%
B 184 of 255 = 72%

137
202
184

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

Portions of RGB colors in percentages

R + G + B =
137 + 202 + 184 = 523 (100%)
R 137 of 523 ~ 26.2%
G 202 of 523 ~ 38.62%
B 184 of 523 ~ 35.18%

%26.2
%38.62
%35.18

CMYK color model

#89CAB8 color CMYK value is (32,0,9,21).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 8.91%
  • key color value is 20.78%
CMYK:
(32,0,9,21)
C32M0Y9K21 
(32%,0%,9%,21%)
(0.32/0.00/0.09/0.21)	

CMYK percentages

%32.18
%0
%8.91
%20.78

Codes

Color #89CAB8 in popluar color models

89CAB8
RGB137202184
HSL163°38.01%66.47%
HSB/HSV163°32.18%79.22%
CMYK32.18%0.00%8.91%
20.78%

Color #89CAB8 in popluar number systems.

HEX89CAB8
Decimal137202184
Binary100010011100101010111000
Octal211312270

Shades and tints

Shades of #89CAB8

#89CAB8
(137,202,184)
#7DB8A8
(125,184,168)
#71A698
(113,166,152)
#659488
(101,148,136)
#598278
(89,130,120)
#4D7068
(77,112,104)
#415E58
(65,94,88)
#354C48
(53,76,72)
#293A38
(41,58,56)
#1D2828
(29,40,40)
#111618
(17,22,24)
#000000
(0,0,0)

Tints of #89CAB8

#89CAB8
(137,202,184)
#93CEBE
(147,206,190)
#9DD2C4
(157,210,196)
#A7D6CA
(167,214,202)
#B1DAD0
(177,218,208)
#BBDED6
(187,222,214)
#C5E2DC
(197,226,220)
#CFE6E2
(207,230,226)
#D9EAE8
(217,234,232)
#E3EEEE
(227,238,238)
#EDF2F4
(237,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CAB8 color. Also use rgb(137,202,184) instead hex code.

Text Font Color

.myTextColor { color: #89CAB8; }

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

This text font color is #89CAB8.


Background Color

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

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

This div background color is #89CAB8.


Border color

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

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

This div border color is #89CAB8.


Opacity

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

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

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

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

This text has shadow with #89CAB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CAB8 on black background.


Color preview on white background

This text has color #89CAB8 on white background.



Black color preview on #89CAB8 background

This text has black color on #89CAB8 background.


White color preview on #89CAB8 background

This text has white color on #89CAB8 background.