COLOR #89F8DB

HEX: #89F8DB RGB: (137,248,219)

Color info

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

RGB color model

#89F8DB color RGB value is (137,248,219).

RGB: (137,248,219) (54%, 97%, 86%)

RGB channels and saturation

R 137 of 255 = 54%
G 248 of 255 = 97%
B 219 of 255 = 86%

137
248
219

R + G + B ~ 79%. #89F8DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 248 + 219 = 604 (100%)
R 137 of 604 ~ 22.68%
G 248 of 604 ~ 41.06%
B 219 of 604 ~ 36.26'%

%22.68
%41.06
%36.26

CMYK color model

#89F8DB color CMYK value is (45,0,12,3).

  • cyan value is 44.76%
  • magenta value is 0.00%
  • yellow value is 11.69%
  • key color value is 2.75%

CMYK: (45,0,12,3)
C45M0Y12K3 (45%, 0%, 12%, 3%)
(0.45 / 0.00 / 0.12 / 0.03)

CMYK percentages

%44.76
%0
%11.69
%2.75

Codes

Color #89F8DB in popluar color models

89 F8 DB
RGB 137 248 219
HSL 164° 88.80% 75.49%
HSB/HSV 164° 44.76% 97.25%
CMYK 44.76% 0.00% 11.69%
2.75%

Color #89F8DB in popluar number systems.

HEX 89 F8 DB
Decimal 137 248 219
Binary 10001001 11111000 11011011
Octal 211 370 333

Shades and tints

Shades of #89F8DB

#89F8DB
(137,248,219)
#7DE2C8
(125,226,200)
#71CCB5
(113,204,181)
#65B6A2
(101,182,162)
#59A08F
(89,160,143)
#4D8A7C
(77,138,124)
#417469
(65,116,105)
#355E56
(53,94,86)
#294843
(41,72,67)
#1D3230
(29,50,48)
#111C1D
(17,28,29)
#000000
(0,0,0)

Tints of #89F8DB

#89F8DB
(137,248,219)
#93F8DE
(147,248,222)
#9DF8E1
(157,248,225)
#A7F8E4
(167,248,228)
#B1F8E7
(177,248,231)
#BBF8EA
(187,248,234)
#C5F8ED
(197,248,237)
#CFF8F0
(207,248,240)
#D9F8F3
(217,248,243)
#E3F8F6
(227,248,246)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89F8DB color. Also use rgb(137,248,219) instead hex code.

Text Font Color

.myTextColor { color: #89F8DB; }

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

This text font color is #89F8DB.

Background Color

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

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

This div background color is #89F8DB.

Border color

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

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

This div border color is #89F8DB.

Opacity

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

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

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

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

This text has shadow with #89F8DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89F8DB.

Preview

Color preview on black background

This text has color #89F8DB on black background.


Color preview on white background

This text has color #89F8DB on white background.


Black color preview on #89F8DB background

This text has black color on #89F8DB background.


White color preview on #89F8DB background

This text has white color on #89F8DB background.


Related colors

Complementary color

Complementary color for #hex is #760724.


I love getcolorcode.com

Triadic colors

1 #DB89F8 and #F8DB89 with #89F8DB are triadic colors.

2 #DBF889 and #F889DB with #89F8DB are triadic colors.