COLOR #89D1C5

HEX: #89D1C5
RGB: (137,209,197)

Color info

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

RGB color model

#89D1C5 color RGB value is (137,209,197).

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

RGB channels and saturation

R 137 of 255 = 54%
G 209 of 255 = 82%
B 197 of 255 = 77%

137
209
197

R + G + B ~ 71%. #89D1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 209 + 197 = 543 (100%)
R 137 of 543 ~ 25.23%
G 209 of 543 ~ 38.49%
B 197 of 543 ~ 36.28%

%25.23
%38.49
%36.28

CMYK color model

#89D1C5 color CMYK value is (34,0,6,18).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(34,0,6,18)
C34M0Y6K18 
(34%,0%,6%,18%)
(0.34/0.00/0.06/0.18)	

CMYK percentages

%34.45
%0
%5.74
%18.04

Codes

Color #89D1C5 in popluar color models

89D1C5
RGB137209197
HSL170°43.90%67.84%
HSB/HSV170°34.45%81.96%
CMYK34.45%0.00%5.74%
18.04%

Color #89D1C5 in popluar number systems.

HEX89D1C5
Decimal137209197
Binary100010011101000111000101
Octal211321305

Shades and tints

Shades of #89D1C5

#89D1C5
(137,209,197)
#7DBEB4
(125,190,180)
#71ABA3
(113,171,163)
#659892
(101,152,146)
#598581
(89,133,129)
#4D7270
(77,114,112)
#415F5F
(65,95,95)
#354C4E
(53,76,78)
#29393D
(41,57,61)
#1D262C
(29,38,44)
#11131B
(17,19,27)
#000000
(0,0,0)

Tints of #89D1C5

#89D1C5
(137,209,197)
#93D5CA
(147,213,202)
#9DD9CF
(157,217,207)
#A7DDD4
(167,221,212)
#B1E1D9
(177,225,217)
#BBE5DE
(187,229,222)
#C5E9E3
(197,233,227)
#CFEDE8
(207,237,232)
#D9F1ED
(217,241,237)
#E3F5F2
(227,245,242)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D1C5; }

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

This text font color is #89D1C5.


Background Color

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

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

This div background color is #89D1C5.


Border color

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

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

This div border color is #89D1C5.


Opacity

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

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

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

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

This text has shadow with #89D1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D1C5 on black background.


Color preview on white background

This text has color #89D1C5 on white background.



Black color preview on #89D1C5 background

This text has black color on #89D1C5 background.


White color preview on #89D1C5 background

This text has white color on #89D1C5 background.