COLOR #89D6CD

HEX: #89D6CD RGB: (137,214,205)

Color info

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

RGB color model

#89D6CD color RGB value is (137,214,205).

RGB: (137,214,205) (54%, 84%, 80%)

RGB channels and saturation

R 137 of 255 = 54%
G 214 of 255 = 84%
B 205 of 255 = 80%

137
214
205

R + G + B ~ 73%. #89D6CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 214 + 205 = 556 (100%)
R 137 of 556 ~ 24.64%
G 214 of 556 ~ 38.49%
B 205 of 556 ~ 36.87'%

%24.64
%38.49
%36.87

CMYK color model

#89D6CD color CMYK value is (36,0,4,16).

  • cyan value is 35.98%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 16.08%

CMYK: (36,0,4,16)
C36M0Y4K16 (36%, 0%, 4%, 16%)
(0.36 / 0.00 / 0.04 / 0.16)

CMYK percentages

%35.98
%0
%4.21
%16.08

Codes

Color #89D6CD in popluar color models

89 D6 CD
RGB 137 214 205
HSL 173° 48.43% 68.82%
HSB/HSV 173° 35.98% 83.92%
CMYK 35.98% 0.00% 4.21%
16.08%

Color #89D6CD in popluar number systems.

HEX 89 D6 CD
Decimal 137 214 205
Binary 10001001 11010110 11001101
Octal 211 326 315

Shades and tints

Shades of #89D6CD

#89D6CD
(137,214,205)
#7DC3BB
(125,195,187)
#71B0A9
(113,176,169)
#659D97
(101,157,151)
#598A85
(89,138,133)
#4D7773
(77,119,115)
#416461
(65,100,97)
#35514F
(53,81,79)
#293E3D
(41,62,61)
#1D2B2B
(29,43,43)
#111819
(17,24,25)
#000000
(0,0,0)

Tints of #89D6CD

#89D6CD
(137,214,205)
#93D9D1
(147,217,209)
#9DDCD5
(157,220,213)
#A7DFD9
(167,223,217)
#B1E2DD
(177,226,221)
#BBE5E1
(187,229,225)
#C5E8E5
(197,232,229)
#CFEBE9
(207,235,233)
#D9EEED
(217,238,237)
#E3F1F1
(227,241,241)
#EDF4F5
(237,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D6CD; }

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

This text font color is #89D6CD.

Background Color

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

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

This div background color is #89D6CD.

Border color

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

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

This div border color is #89D6CD.

Opacity

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

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

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

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

This text has shadow with #89D6CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89D6CD.

Preview

Color preview on black background

This text has color #89D6CD on black background.


Color preview on white background

This text has color #89D6CD on white background.


Black color preview on #89D6CD background

This text has black color on #89D6CD background.


White color preview on #89D6CD background

This text has white color on #89D6CD background.


Related colors

Complementary color

Complementary color for #hex is #762932.


I love getcolorcode.com

Triadic colors

1 #CD89D6 and #D6CD89 with #89D6CD are triadic colors.

2 #CDD689 and #D689CD with #89D6CD are triadic colors.