COLOR #89DDB8

HEX: #89DDB8
RGB: (137,221,184)

Color info

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

RGB color model

#89DDB8 color RGB value is (137,221,184).

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

RGB channels and saturation

R 137 of 255 = 54%
G 221 of 255 = 87%
B 184 of 255 = 72%

137
221
184

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

Portions of RGB colors in percentages

R + G + B =
137 + 221 + 184 = 542 (100%)
R 137 of 542 ~ 25.28%
G 221 of 542 ~ 40.77%
B 184 of 542 ~ 33.95%

%25.28
%40.77
%33.95

CMYK color model

#89DDB8 color CMYK value is (38,0,17,13).

  • cyan value is 38.01%
  • magenta value is 0.00%
  • yellow value is 16.74%
  • key color value is 13.33%
CMYK:
(38,0,17,13)
C38M0Y17K13 
(38%,0%,17%,13%)
(0.38/0.00/0.17/0.13)	

CMYK percentages

%38.01
%0
%16.74
%13.33

Codes

Color #89DDB8 in popluar color models

89DDB8
RGB137221184
HSL154°55.26%70.20%
HSB/HSV154°38.01%86.67%
CMYK38.01%0.00%16.74%
13.33%

Color #89DDB8 in popluar number systems.

HEX89DDB8
Decimal137221184
Binary100010011101110110111000
Octal211335270

Shades and tints

Shades of #89DDB8

#89DDB8
(137,221,184)
#7DC9A8
(125,201,168)
#71B598
(113,181,152)
#65A188
(101,161,136)
#598D78
(89,141,120)
#4D7968
(77,121,104)
#416558
(65,101,88)
#355148
(53,81,72)
#293D38
(41,61,56)
#1D2928
(29,41,40)
#111518
(17,21,24)
#000000
(0,0,0)

Tints of #89DDB8

#89DDB8
(137,221,184)
#93E0BE
(147,224,190)
#9DE3C4
(157,227,196)
#A7E6CA
(167,230,202)
#B1E9D0
(177,233,208)
#BBECD6
(187,236,214)
#C5EFDC
(197,239,220)
#CFF2E2
(207,242,226)
#D9F5E8
(217,245,232)
#E3F8EE
(227,248,238)
#EDFBF4
(237,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89DDB8; }

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

This text font color is #89DDB8.


Background Color

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

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

This div background color is #89DDB8.


Border color

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

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

This div border color is #89DDB8.


Opacity

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

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

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

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

This text has shadow with #89DDB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89DDB8 on black background.


Color preview on white background

This text has color #89DDB8 on white background.



Black color preview on #89DDB8 background

This text has black color on #89DDB8 background.


White color preview on #89DDB8 background

This text has white color on #89DDB8 background.