COLOR #89CAB5

HEX: #89CAB5
RGB: (137,202,181)

Color info

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

RGB color model

#89CAB5 color RGB value is (137,202,181).

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

RGB channels and saturation

R 137 of 255 = 54%
G 202 of 255 = 79%
B 181 of 255 = 71%

137
202
181

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

Portions of RGB colors in percentages

R + G + B =
137 + 202 + 181 = 520 (100%)
R 137 of 520 ~ 26.35%
G 202 of 520 ~ 38.85%
B 181 of 520 ~ 34.81%

%26.35
%38.85
%34.81

CMYK color model

#89CAB5 color CMYK value is (32,0,10,21).

  • cyan value is 32.18%
  • magenta value is 0.00%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(32,0,10,21)
C32M0Y10K21 
(32%,0%,10%,21%)
(0.32/0.00/0.10/0.21)	

CMYK percentages

%32.18
%0
%10.4
%20.78

Codes

Color #89CAB5 in popluar color models

89CAB5
RGB137202181
HSL161°38.01%66.47%
HSB/HSV161°32.18%79.22%
CMYK32.18%0.00%10.40%
20.78%

Color #89CAB5 in popluar number systems.

HEX89CAB5
Decimal137202181
Binary100010011100101010110101
Octal211312265

Shades and tints

Shades of #89CAB5

#89CAB5
(137,202,181)
#7DB8A5
(125,184,165)
#71A695
(113,166,149)
#659485
(101,148,133)
#598275
(89,130,117)
#4D7065
(77,112,101)
#415E55
(65,94,85)
#354C45
(53,76,69)
#293A35
(41,58,53)
#1D2825
(29,40,37)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #89CAB5

#89CAB5
(137,202,181)
#93CEBB
(147,206,187)
#9DD2C1
(157,210,193)
#A7D6C7
(167,214,199)
#B1DACD
(177,218,205)
#BBDED3
(187,222,211)
#C5E2D9
(197,226,217)
#CFE6DF
(207,230,223)
#D9EAE5
(217,234,229)
#E3EEEB
(227,238,235)
#EDF2F1
(237,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CAB5; }

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

This text font color is #89CAB5.


Background Color

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

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

This div background color is #89CAB5.


Border color

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

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

This div border color is #89CAB5.


Opacity

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

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

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

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

This text has shadow with #89CAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CAB5 on black background.


Color preview on white background

This text has color #89CAB5 on white background.



Black color preview on #89CAB5 background

This text has black color on #89CAB5 background.


White color preview on #89CAB5 background

This text has white color on #89CAB5 background.