COLOR #89D6DA

HEX: #89D6DA
RGB: (137,214,218)

Color info

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

RGB color model

#89D6DA color RGB value is (137,214,218).

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

RGB channels and saturation

R 137 of 255 = 54%
G 214 of 255 = 84%
B 218 of 255 = 85%

137
214
218

R + G + B ~ 74%. #89D6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 214 + 218 = 569 (100%)
R 137 of 569 ~ 24.08%
G 214 of 569 ~ 37.61%
B 218 of 569 ~ 38.31%

%24.08
%37.61
%38.31

CMYK color model

#89D6DA color CMYK value is (37,2,0,15).

  • cyan value is 37.16%
  • magenta value is 1.83%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(37,2,0,15)
C37M2Y0K15 
(37%,2%,0%,15%)
(0.37/0.02/0.00/0.15)	

CMYK percentages

%37.16
%1.83
%0
%14.51

Codes

Color #89D6DA in popluar color models

89D6DA
RGB137214218
HSL183°52.26%69.61%
HSB/HSV183°37.16%85.49%
CMYK37.16%1.83%0.00%
14.51%

Color #89D6DA in popluar number systems.

HEX89D6DA
Decimal137214218
Binary100010011101011011011010
Octal211326332

Shades and tints

Shades of #89D6DA

#89D6DA
(137,214,218)
#7DC3C7
(125,195,199)
#71B0B4
(113,176,180)
#659DA1
(101,157,161)
#598A8E
(89,138,142)
#4D777B
(77,119,123)
#416468
(65,100,104)
#355155
(53,81,85)
#293E42
(41,62,66)
#1D2B2F
(29,43,47)
#11181C
(17,24,28)
#000000
(0,0,0)

Tints of #89D6DA

#89D6DA
(137,214,218)
#93D9DD
(147,217,221)
#9DDCE0
(157,220,224)
#A7DFE3
(167,223,227)
#B1E2E6
(177,226,230)
#BBE5E9
(187,229,233)
#C5E8EC
(197,232,236)
#CFEBEF
(207,235,239)
#D9EEF2
(217,238,242)
#E3F1F5
(227,241,245)
#EDF4F8
(237,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89D6DA; }

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

This text font color is #89D6DA.


Background Color

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

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

This div background color is #89D6DA.


Border color

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

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

This div border color is #89D6DA.


Opacity

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

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

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

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

This text has shadow with #89D6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89D6DA on black background.


Color preview on white background

This text has color #89D6DA on white background.



Black color preview on #89D6DA background

This text has black color on #89D6DA background.


White color preview on #89D6DA background

This text has white color on #89D6DA background.