COLOR #89EBDD

HEX: #89EBDD
RGB: (137,235,221)

Color info

#89EBDD contains mainly green and blue colors. Web safe color of #89EBDD is #99FFCC (or #9FC).

RGB color model

#89EBDD color RGB value is (137,235,221).

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

RGB channels and saturation

R 137 of 255 = 54%
G 235 of 255 = 92%
B 221 of 255 = 87%

137
235
221

R + G + B ~ 78%. #89EBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 235 + 221 = 593 (100%)
R 137 of 593 ~ 23.1%
G 235 of 593 ~ 39.63%
B 221 of 593 ~ 37.27%

%23.1
%39.63
%37.27

CMYK color model

#89EBDD color CMYK value is (42,0,6,8).

  • cyan value is 41.70%
  • magenta value is 0.00%
  • yellow value is 5.96%
  • key color value is 7.84%
CMYK:
(42,0,6,8)
C42M0Y6K8 
(42%,0%,6%,8%)
(0.42/0.00/0.06/0.08)	

CMYK percentages

%41.7
%0
%5.96
%7.84

Codes

Color #89EBDD in popluar color models

89EBDD
RGB137235221
HSL171°71.01%72.94%
HSB/HSV171°41.70%92.16%
CMYK41.70%0.00%5.96%
7.84%

Color #89EBDD in popluar number systems.

HEX89EBDD
Decimal137235221
Binary100010011110101111011101
Octal211353335

Shades and tints

Shades of #89EBDD

#89EBDD
(137,235,221)
#7DD6C9
(125,214,201)
#71C1B5
(113,193,181)
#65ACA1
(101,172,161)
#59978D
(89,151,141)
#4D8279
(77,130,121)
#416D65
(65,109,101)
#355851
(53,88,81)
#29433D
(41,67,61)
#1D2E29
(29,46,41)
#111915
(17,25,21)
#000000
(0,0,0)

Tints of #89EBDD

#89EBDD
(137,235,221)
#93ECE0
(147,236,224)
#9DEDE3
(157,237,227)
#A7EEE6
(167,238,230)
#B1EFE9
(177,239,233)
#BBF0EC
(187,240,236)
#C5F1EF
(197,241,239)
#CFF2F2
(207,242,242)
#D9F3F5
(217,243,245)
#E3F4F8
(227,244,248)
#EDF5FB
(237,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89EBDD; }

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

This text font color is #89EBDD.


Background Color

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

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

This div background color is #89EBDD.


Border color

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

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

This div border color is #89EBDD.


Opacity

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

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

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

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

This text has shadow with #89EBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89EBDD on black background.


Color preview on white background

This text has color #89EBDD on white background.



Black color preview on #89EBDD background

This text has black color on #89EBDD background.


White color preview on #89EBDD background

This text has white color on #89EBDD background.