COLOR #89C1C5

HEX: #89C1C5
RGB: (137,193,197)

Color info

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

RGB color model

#89C1C5 color RGB value is (137,193,197).

  • red value is 137;
  • green value is 193;
  • blue value is 197.
RGB:
(137,193,197)
(54%,76%,77%)

RGB channels and saturation

R 137 of 255 = 54%
G 193 of 255 = 76%
B 197 of 255 = 77%

137
193
197

R + G + B ~ 69%. #89C1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 193 + 197 = 527 (100%)
R 137 of 527 ~ 26%
G 193 of 527 ~ 36.62%
B 197 of 527 ~ 37.38%

%26
%36.62
%37.38

CMYK color model

#89C1C5 color CMYK value is (30,2,0,23).

  • cyan value is 30.46%
  • magenta value is 2.03%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(30,2,0,23)
C30M2Y0K23 
(30%,2%,0%,23%)
(0.30/0.02/0.00/0.23)	

CMYK percentages

%30.46
%2.03
%0
%22.75

Codes

Color #89C1C5 in popluar color models

89C1C5
RGB137193197
HSL184°34.09%65.49%
HSB/HSV184°30.46%77.25%
CMYK30.46%2.03%0.00%
22.75%

Color #89C1C5 in popluar number systems.

HEX89C1C5
Decimal137193197
Binary100010011100000111000101
Octal211301305

Shades and tints

Shades of #89C1C5

#89C1C5
(137,193,197)
#7DB0B4
(125,176,180)
#719FA3
(113,159,163)
#658E92
(101,142,146)
#597D81
(89,125,129)
#4D6C70
(77,108,112)
#415B5F
(65,91,95)
#354A4E
(53,74,78)
#29393D
(41,57,61)
#1D282C
(29,40,44)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #89C1C5

#89C1C5
(137,193,197)
#93C6CA
(147,198,202)
#9DCBCF
(157,203,207)
#A7D0D4
(167,208,212)
#B1D5D9
(177,213,217)
#BBDADE
(187,218,222)
#C5DFE3
(197,223,227)
#CFE4E8
(207,228,232)
#D9E9ED
(217,233,237)
#E3EEF2
(227,238,242)
#EDF3F7
(237,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C1C5 color. Also use rgb(137,193,197) instead hex code.

Text Font Color

.myTextColor { color: #89C1C5; }

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

This text font color is #89C1C5.


Background Color

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

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

This div background color is #89C1C5.


Border color

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

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

This div border color is #89C1C5.


Opacity

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

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

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

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

This text has shadow with #89C1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C1C5 on black background.


Color preview on white background

This text has color #89C1C5 on white background.



Black color preview on #89C1C5 background

This text has black color on #89C1C5 background.


White color preview on #89C1C5 background

This text has white color on #89C1C5 background.