COLOR #89D3C3

HEX: #89D3C3
RGB: (137,211,195)

Color info

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

RGB color model

#89D3C3 color RGB value is (137,211,195).

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

RGB channels and saturation

R 137 of 255 = 54%
G 211 of 255 = 83%
B 195 of 255 = 76%

137
211
195

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

Portions of RGB colors in percentages

R + G + B =
137 + 211 + 195 = 543 (100%)
R 137 of 543 ~ 25.23%
G 211 of 543 ~ 38.86%
B 195 of 543 ~ 35.91%

%25.23
%38.86
%35.91

CMYK color model

#89D3C3 color CMYK value is (35,0,8,17).

  • cyan value is 35.07%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 17.25%
CMYK:
(35,0,8,17)
C35M0Y8K17 
(35%,0%,8%,17%)
(0.35/0.00/0.08/0.17)	

CMYK percentages

%35.07
%0
%7.58
%17.25

Codes

Color #89D3C3 in popluar color models

89D3C3
RGB137211195
HSL167°45.68%68.24%
HSB/HSV167°35.07%82.75%
CMYK35.07%0.00%7.58%
17.25%

Color #89D3C3 in popluar number systems.

HEX89D3C3
Decimal137211195
Binary100010011101001111000011
Octal211323303

Shades and tints

Shades of #89D3C3

#89D3C3
(137,211,195)
#7DC0B2
(125,192,178)
#71ADA1
(113,173,161)
#659A90
(101,154,144)
#59877F
(89,135,127)
#4D746E
(77,116,110)
#41615D
(65,97,93)
#354E4C
(53,78,76)
#293B3B
(41,59,59)
#1D282A
(29,40,42)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #89D3C3

#89D3C3
(137,211,195)
#93D7C8
(147,215,200)
#9DDBCD
(157,219,205)
#A7DFD2
(167,223,210)
#B1E3D7
(177,227,215)
#BBE7DC
(187,231,220)
#C5EBE1
(197,235,225)
#CFEFE6
(207,239,230)
#D9F3EB
(217,243,235)
#E3F7F0
(227,247,240)
#EDFBF5
(237,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D3C3; }

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

This text font color is #89D3C3.


Background Color

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

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

This div background color is #89D3C3.


Border color

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

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

This div border color is #89D3C3.


Opacity

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

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

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

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

This text has shadow with #89D3C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D3C3 on black background.


Color preview on white background

This text has color #89D3C3 on white background.



Black color preview on #89D3C3 background

This text has black color on #89D3C3 background.


White color preview on #89D3C3 background

This text has white color on #89D3C3 background.