COLOR #89D6C5

HEX: #89D6C5
RGB: (137,214,197)

Color info

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

RGB color model

#89D6C5 color RGB value is (137,214,197).

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

RGB channels and saturation

R 137 of 255 = 54%
G 214 of 255 = 84%
B 197 of 255 = 77%

137
214
197

R + G + B ~ 72%. #89D6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 214 + 197 = 548 (100%)
R 137 of 548 ~ 25%
G 214 of 548 ~ 39.05%
B 197 of 548 ~ 35.95%

%25
%39.05
%35.95

CMYK color model

#89D6C5 color CMYK value is (36,0,8,16).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 16.08%
CMYK:
(36,0,8,16)
C36M0Y8K16 
(36%,0%,8%,16%)
(0.36/0.00/0.08/0.16)	

CMYK percentages

%35.98
%0
%7.94
%16.08

Codes

Color #89D6C5 in popluar color models

89D6C5
RGB137214197
HSL167°48.43%68.82%
HSB/HSV167°35.98%83.92%
CMYK35.98%0.00%7.94%
16.08%

Color #89D6C5 in popluar number systems.

HEX89D6C5
Decimal137214197
Binary100010011101011011000101
Octal211326305

Shades and tints

Shades of #89D6C5

#89D6C5
(137,214,197)
#7DC3B4
(125,195,180)
#71B0A3
(113,176,163)
#659D92
(101,157,146)
#598A81
(89,138,129)
#4D7770
(77,119,112)
#41645F
(65,100,95)
#35514E
(53,81,78)
#293E3D
(41,62,61)
#1D2B2C
(29,43,44)
#11181B
(17,24,27)
#000000
(0,0,0)

Tints of #89D6C5

#89D6C5
(137,214,197)
#93D9CA
(147,217,202)
#9DDCCF
(157,220,207)
#A7DFD4
(167,223,212)
#B1E2D9
(177,226,217)
#BBE5DE
(187,229,222)
#C5E8E3
(197,232,227)
#CFEBE8
(207,235,232)
#D9EEED
(217,238,237)
#E3F1F2
(227,241,242)
#EDF4F7
(237,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D6C5; }

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

This text font color is #89D6C5.


Background Color

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

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

This div background color is #89D6C5.


Border color

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

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

This div border color is #89D6C5.


Opacity

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

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

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

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

This text has shadow with #89D6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D6C5 on black background.


Color preview on white background

This text has color #89D6C5 on white background.



Black color preview on #89D6C5 background

This text has black color on #89D6C5 background.


White color preview on #89D6C5 background

This text has white color on #89D6C5 background.