COLOR #89ECC3

HEX: #89ECC3 RGB: (137,236,195)

Color info

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

RGB color model

#89ECC3 color RGB value is (137,236,195).

RGB: (137,236,195) (54%, 93%, 76%)

RGB channels and saturation

R 137 of 255 = 54%
G 236 of 255 = 93%
B 195 of 255 = 76%

137
236
195

R + G + B ~ 74%. #89ECC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 236 + 195 = 568 (100%)
R 137 of 568 ~ 24.12%
G 236 of 568 ~ 41.55%
B 195 of 568 ~ 34.33'%

%24.12
%41.55
%34.33

CMYK color model

#89ECC3 color CMYK value is (42,0,17,7).

  • cyan value is 41.95%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 7.45%

CMYK: (42,0,17,7)
C42M0Y17K7 (42%, 0%, 17%, 7%)
(0.42 / 0.00 / 0.17 / 0.07)

CMYK percentages

%41.95
%0
%17.37
%7.45

Codes

Color #89ECC3 in popluar color models

89 EC C3
RGB 137 236 195
HSL 155° 72.26% 73.14%
HSB/HSV 155° 41.95% 92.55%
CMYK 41.95% 0.00% 17.37%
7.45%

Color #89ECC3 in popluar number systems.

HEX 89 EC C3
Decimal 137 236 195
Binary 10001001 11101100 11000011
Octal 211 354 303

Shades and tints

Shades of #89ECC3

#89ECC3
(137,236,195)
#7DD7B2
(125,215,178)
#71C2A1
(113,194,161)
#65AD90
(101,173,144)
#59987F
(89,152,127)
#4D836E
(77,131,110)
#416E5D
(65,110,93)
#35594C
(53,89,76)
#29443B
(41,68,59)
#1D2F2A
(29,47,42)
#111A19
(17,26,25)
#000000
(0,0,0)

Tints of #89ECC3

#89ECC3
(137,236,195)
#93EDC8
(147,237,200)
#9DEECD
(157,238,205)
#A7EFD2
(167,239,210)
#B1F0D7
(177,240,215)
#BBF1DC
(187,241,220)
#C5F2E1
(197,242,225)
#CFF3E6
(207,243,230)
#D9F4EB
(217,244,235)
#E3F5F0
(227,245,240)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89ECC3 color. Also use rgb(137,236,195) instead hex code.

Text Font Color

.myTextColor { color: #89ECC3; }

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

This text font color is #89ECC3.

Background Color

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

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

This div background color is #89ECC3.

Border color

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

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

This div border color is #89ECC3.

Opacity

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

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

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

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

This text has shadow with #89ECC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89ECC3.

Preview

Color preview on black background

This text has color #89ECC3 on black background.


Color preview on white background

This text has color #89ECC3 on white background.


Black color preview on #89ECC3 background

This text has black color on #89ECC3 background.


White color preview on #89ECC3 background

This text has white color on #89ECC3 background.


Related colors

Complementary color

Complementary color for #hex is #76133C.


I love getcolorcode.com

Triadic colors

1 #C389EC and #ECC389 with #89ECC3 are triadic colors.

2 #C3EC89 and #EC89C3 with #89ECC3 are triadic colors.