COLOR #89D4C1

HEX: #89D4C1
RGB: (137,212,193)

Color info

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

RGB color model

#89D4C1 color RGB value is (137,212,193).

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

RGB channels and saturation

R 137 of 255 = 54%
G 212 of 255 = 83%
B 193 of 255 = 76%

137
212
193

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

Portions of RGB colors in percentages

R + G + B =
137 + 212 + 193 = 542 (100%)
R 137 of 542 ~ 25.28%
G 212 of 542 ~ 39.11%
B 193 of 542 ~ 35.61%

%25.28
%39.11
%35.61

CMYK color model

#89D4C1 color CMYK value is (35,0,9,17).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 8.96%
  • key color value is 16.86%
CMYK:
(35,0,9,17)
C35M0Y9K17 
(35%,0%,9%,17%)
(0.35/0.00/0.09/0.17)	

CMYK percentages

%35.38
%0
%8.96
%16.86

Codes

Color #89D4C1 in popluar color models

89D4C1
RGB137212193
HSL165°46.58%68.43%
HSB/HSV165°35.38%83.14%
CMYK35.38%0.00%8.96%
16.86%

Color #89D4C1 in popluar number systems.

HEX89D4C1
Decimal137212193
Binary100010011101010011000001
Octal211324301

Shades and tints

Shades of #89D4C1

#89D4C1
(137,212,193)
#7DC1B0
(125,193,176)
#71AE9F
(113,174,159)
#659B8E
(101,155,142)
#59887D
(89,136,125)
#4D756C
(77,117,108)
#41625B
(65,98,91)
#354F4A
(53,79,74)
#293C39
(41,60,57)
#1D2928
(29,41,40)
#111617
(17,22,23)
#000000
(0,0,0)

Tints of #89D4C1

#89D4C1
(137,212,193)
#93D7C6
(147,215,198)
#9DDACB
(157,218,203)
#A7DDD0
(167,221,208)
#B1E0D5
(177,224,213)
#BBE3DA
(187,227,218)
#C5E6DF
(197,230,223)
#CFE9E4
(207,233,228)
#D9ECE9
(217,236,233)
#E3EFEE
(227,239,238)
#EDF2F3
(237,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D4C1; }

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

This text font color is #89D4C1.


Background Color

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

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

This div background color is #89D4C1.


Border color

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

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

This div border color is #89D4C1.


Opacity

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

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

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

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

This text has shadow with #89D4C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D4C1 on black background.


Color preview on white background

This text has color #89D4C1 on white background.



Black color preview on #89D4C1 background

This text has black color on #89D4C1 background.


White color preview on #89D4C1 background

This text has white color on #89D4C1 background.