COLOR #89C3B6

HEX: #89C3B6
RGB: (137,195,182)

Color info

#89C3B6 contains red, green and blue colors in about the same proportion. Web safe color of #89C3B6 is #99CCCC (or #9CC).

RGB color model

#89C3B6 color RGB value is (137,195,182).

  • red value is 137;
  • green value is 195;
  • blue value is 182.
RGB:
(137,195,182)
(54%,76%,71%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 182 of 255 = 71%

137
195
182

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

Portions of RGB colors in percentages

R + G + B =
137 + 195 + 182 = 514 (100%)
R 137 of 514 ~ 26.65%
G 195 of 514 ~ 37.94%
B 182 of 514 ~ 35.41%

%26.65
%37.94
%35.41

CMYK color model

#89C3B6 color CMYK value is (30,0,7,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(30,0,7,24)
C30M0Y7K24 
(30%,0%,7%,24%)
(0.30/0.00/0.07/0.24)	

CMYK percentages

%29.74
%0
%6.67
%23.53

Codes

Color #89C3B6 in popluar color models

89C3B6
RGB137195182
HSL167°32.58%65.10%
HSB/HSV167°29.74%76.47%
CMYK29.74%0.00%6.67%
23.53%

Color #89C3B6 in popluar number systems.

HEX89C3B6
Decimal137195182
Binary100010011100001110110110
Octal211303266

Shades and tints

Shades of #89C3B6

#89C3B6
(137,195,182)
#7DB2A6
(125,178,166)
#71A196
(113,161,150)
#659086
(101,144,134)
#597F76
(89,127,118)
#4D6E66
(77,110,102)
#415D56
(65,93,86)
#354C46
(53,76,70)
#293B36
(41,59,54)
#1D2A26
(29,42,38)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #89C3B6

#89C3B6
(137,195,182)
#93C8BC
(147,200,188)
#9DCDC2
(157,205,194)
#A7D2C8
(167,210,200)
#B1D7CE
(177,215,206)
#BBDCD4
(187,220,212)
#C5E1DA
(197,225,218)
#CFE6E0
(207,230,224)
#D9EBE6
(217,235,230)
#E3F0EC
(227,240,236)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C3B6 color. Also use rgb(137,195,182) instead hex code.

Text Font Color

.myTextColor { color: #89C3B6; }

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

This text font color is #89C3B6.


Background Color

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

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

This div background color is #89C3B6.


Border color

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

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

This div border color is #89C3B6.


Opacity

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

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

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

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

This text has shadow with #89C3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C3B6 on black background.


Color preview on white background

This text has color #89C3B6 on white background.



Black color preview on #89C3B6 background

This text has black color on #89C3B6 background.


White color preview on #89C3B6 background

This text has white color on #89C3B6 background.