COLOR #89CBAE

HEX: #89CBAE
RGB: (137,203,174)

Color info

#89CBAE contains mainly green and blue colors. Web safe color of #89CBAE is #99CC99 (or #9C9).

RGB color model

#89CBAE color RGB value is (137,203,174).

  • red value is 137;
  • green value is 203;
  • blue value is 174.
RGB:
(137,203,174)
(54%,80%,68%)

RGB channels and saturation

R 137 of 255 = 54%
G 203 of 255 = 80%
B 174 of 255 = 68%

137
203
174

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

Portions of RGB colors in percentages

R + G + B =
137 + 203 + 174 = 514 (100%)
R 137 of 514 ~ 26.65%
G 203 of 514 ~ 39.49%
B 174 of 514 ~ 33.85%

%26.65
%39.49
%33.85

CMYK color model

#89CBAE color CMYK value is (33,0,14,20).

  • cyan value is 32.51%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 20.39%
CMYK:
(33,0,14,20)
C33M0Y14K20 
(33%,0%,14%,20%)
(0.33/0.00/0.14/0.20)	

CMYK percentages

%32.51
%0
%14.29
%20.39

Codes

Color #89CBAE in popluar color models

89CBAE
RGB137203174
HSL154°38.82%66.67%
HSB/HSV154°32.51%79.61%
CMYK32.51%0.00%14.29%
20.39%

Color #89CBAE in popluar number systems.

HEX89CBAE
Decimal137203174
Binary100010011100101110101110
Octal211313256

Shades and tints

Shades of #89CBAE

#89CBAE
(137,203,174)
#7DB99F
(125,185,159)
#71A790
(113,167,144)
#659581
(101,149,129)
#598372
(89,131,114)
#4D7163
(77,113,99)
#415F54
(65,95,84)
#354D45
(53,77,69)
#293B36
(41,59,54)
#1D2927
(29,41,39)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #89CBAE

#89CBAE
(137,203,174)
#93CFB5
(147,207,181)
#9DD3BC
(157,211,188)
#A7D7C3
(167,215,195)
#B1DBCA
(177,219,202)
#BBDFD1
(187,223,209)
#C5E3D8
(197,227,216)
#CFE7DF
(207,231,223)
#D9EBE6
(217,235,230)
#E3EFED
(227,239,237)
#EDF3F4
(237,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CBAE color. Also use rgb(137,203,174) instead hex code.

Text Font Color

.myTextColor { color: #89CBAE; }

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

This text font color is #89CBAE.


Background Color

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

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

This div background color is #89CBAE.


Border color

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

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

This div border color is #89CBAE.


Opacity

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

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

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

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

This text has shadow with #89CBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CBAE on black background.


Color preview on white background

This text has color #89CBAE on white background.



Black color preview on #89CBAE background

This text has black color on #89CBAE background.


White color preview on #89CBAE background

This text has white color on #89CBAE background.