COLOR #89DDDA

HEX: #89DDDA
RGB: (137,221,218)

Color info

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

RGB color model

#89DDDA color RGB value is (137,221,218).

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

RGB channels and saturation

R 137 of 255 = 54%
G 221 of 255 = 87%
B 218 of 255 = 85%

137
221
218

R + G + B ~ 75%. #89DDDA is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 221 + 218 = 576 (100%)
R 137 of 576 ~ 23.78%
G 221 of 576 ~ 38.37%
B 218 of 576 ~ 37.85%

%23.78
%38.37
%37.85

CMYK color model

#89DDDA color CMYK value is (38,0,1,13).

  • cyan value is 38.01%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK:
(38,0,1,13)
C38M0Y1K13 
(38%,0%,1%,13%)
(0.38/0.00/0.01/0.13)	

CMYK percentages

%38.01
%0
%1.36
%13.33

Codes

Color #89DDDA in popluar color models

89DDDA
RGB137221218
HSL178°55.26%70.20%
HSB/HSV178°38.01%86.67%
CMYK38.01%0.00%1.36%
13.33%

Color #89DDDA in popluar number systems.

HEX89DDDA
Decimal137221218
Binary100010011101110111011010
Octal211335332

Shades and tints

Shades of #89DDDA

#89DDDA
(137,221,218)
#7DC9C7
(125,201,199)
#71B5B4
(113,181,180)
#65A1A1
(101,161,161)
#598D8E
(89,141,142)
#4D797B
(77,121,123)
#416568
(65,101,104)
#355155
(53,81,85)
#293D42
(41,61,66)
#1D292F
(29,41,47)
#11151C
(17,21,28)
#000000
(0,0,0)

Tints of #89DDDA

#89DDDA
(137,221,218)
#93E0DD
(147,224,221)
#9DE3E0
(157,227,224)
#A7E6E3
(167,230,227)
#B1E9E6
(177,233,230)
#BBECE9
(187,236,233)
#C5EFEC
(197,239,236)
#CFF2EF
(207,242,239)
#D9F5F2
(217,245,242)
#E3F8F5
(227,248,245)
#EDFBF8
(237,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DDDA; }

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

This text font color is #89DDDA.


Background Color

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

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

This div background color is #89DDDA.


Border color

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

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

This div border color is #89DDDA.


Opacity

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

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

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

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

This text has shadow with #89DDDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DDDA on black background.


Color preview on white background

This text has color #89DDDA on white background.



Black color preview on #89DDDA background

This text has black color on #89DDDA background.


White color preview on #89DDDA background

This text has white color on #89DDDA background.