COLOR #89DEE3

HEX: #89DEE3 RGB: (137,222,227)

Color info

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

RGB color model

#89DEE3 color RGB value is (137,222,227).

RGB: (137,222,227) (54%, 87%, 89%)

RGB channels and saturation

R 137 of 255 = 54%
G 222 of 255 = 87%
B 227 of 255 = 89%

137
222
227

R + G + B ~ 77%. #89DEE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 222 + 227 = 586 (100%)
R 137 of 586 ~ 23.38%
G 222 of 586 ~ 37.88%
B 227 of 586 ~ 38.74'%

%23.38
%37.88
%38.74

CMYK color model

#89DEE3 color CMYK value is (40,2,0,11).

  • cyan value is 39.65%
  • magenta value is 2.20%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (40,2,0,11)
C40M2Y0K11 (40%, 2%, 0%, 11%)
(0.40 / 0.02 / 0.00 / 0.11)

CMYK percentages

%39.65
%2.2
%0
%10.98

Codes

Color #89DEE3 in popluar color models

89 DE E3
RGB 137 222 227
HSL 183° 61.64% 71.37%
HSB/HSV 183° 39.65% 89.02%
CMYK 39.65% 2.20% 0.00%
10.98%

Color #89DEE3 in popluar number systems.

HEX 89 DE E3
Decimal 137 222 227
Binary 10001001 11011110 11100011
Octal 211 336 343

Shades and tints

Shades of #89DEE3

#89DEE3
(137,222,227)
#7DCACF
(125,202,207)
#71B6BB
(113,182,187)
#65A2A7
(101,162,167)
#598E93
(89,142,147)
#4D7A7F
(77,122,127)
#41666B
(65,102,107)
#355257
(53,82,87)
#293E43
(41,62,67)
#1D2A2F
(29,42,47)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #89DEE3

#89DEE3
(137,222,227)
#93E1E5
(147,225,229)
#9DE4E7
(157,228,231)
#A7E7E9
(167,231,233)
#B1EAEB
(177,234,235)
#BBEDED
(187,237,237)
#C5F0EF
(197,240,239)
#CFF3F1
(207,243,241)
#D9F6F3
(217,246,243)
#E3F9F5
(227,249,245)
#EDFCF7
(237,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89DEE3 color. Also use rgb(137,222,227) instead hex code.

Text Font Color

.myTextColor { color: #89DEE3; }

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

This text font color is #89DEE3.

Background Color

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

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

This div background color is #89DEE3.

Border color

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

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

This div border color is #89DEE3.

Opacity

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

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

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

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

This text has shadow with #89DEE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89DEE3.

Preview

Color preview on black background

This text has color #89DEE3 on black background.


Color preview on white background

This text has color #89DEE3 on white background.


Black color preview on #89DEE3 background

This text has black color on #89DEE3 background.


White color preview on #89DEE3 background

This text has white color on #89DEE3 background.


Related colors

Complementary color

Complementary color for #hex is #76211C.


I love getcolorcode.com

Triadic colors

1 #E389DE and #DEE389 with #89DEE3 are triadic colors.

2 #E3DE89 and #DE89E3 with #89DEE3 are triadic colors.