COLOR #89CEC7

HEX: #89CEC7 RGB: (137,206,199)

Color info

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

RGB color model

#89CEC7 color RGB value is (137,206,199).

RGB: (137,206,199) (54%, 81%, 78%)

RGB channels and saturation

R 137 of 255 = 54%
G 206 of 255 = 81%
B 199 of 255 = 78%

137
206
199

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

Portions of RGB colors in percentages

R + G + B = 137 + 206 + 199 = 542 (100%)
R 137 of 542 ~ 25.28%
G 206 of 542 ~ 38.01%
B 199 of 542 ~ 36.72'%

%25.28
%38.01
%36.72

CMYK color model

#89CEC7 color CMYK value is (33,0,3,19).

  • cyan value is 33.50%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%

CMYK: (33,0,3,19)
C33M0Y3K19 (33%, 0%, 3%, 19%)
(0.33 / 0.00 / 0.03 / 0.19)

CMYK percentages

%33.5
%0
%3.4
%19.22

Codes

Color #89CEC7 in popluar color models

89 CE C7
RGB 137 206 199
HSL 174° 41.32% 67.25%
HSB/HSV 174° 33.50% 80.78%
CMYK 33.50% 0.00% 3.40%
19.22%

Color #89CEC7 in popluar number systems.

HEX 89 CE C7
Decimal 137 206 199
Binary 10001001 11001110 11000111
Octal 211 316 307

Shades and tints

Shades of #89CEC7

#89CEC7
(137,206,199)
#7DBCB5
(125,188,181)
#71AAA3
(113,170,163)
#659891
(101,152,145)
#59867F
(89,134,127)
#4D746D
(77,116,109)
#41625B
(65,98,91)
#355049
(53,80,73)
#293E37
(41,62,55)
#1D2C25
(29,44,37)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #89CEC7

#89CEC7
(137,206,199)
#93D2CC
(147,210,204)
#9DD6D1
(157,214,209)
#A7DAD6
(167,218,214)
#B1DEDB
(177,222,219)
#BBE2E0
(187,226,224)
#C5E6E5
(197,230,229)
#CFEAEA
(207,234,234)
#D9EEEF
(217,238,239)
#E3F2F4
(227,242,244)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CEC7 color. Also use rgb(137,206,199) instead hex code.

Text Font Color

.myTextColor { color: #89CEC7; }

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

This text font color is #89CEC7.

Background Color

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

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

This div background color is #89CEC7.

Border color

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

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

This div border color is #89CEC7.

Opacity

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

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

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

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

This text has shadow with #89CEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CEC7.

Preview

Color preview on black background

This text has color #89CEC7 on black background.


Color preview on white background

This text has color #89CEC7 on white background.


Black color preview on #89CEC7 background

This text has black color on #89CEC7 background.


White color preview on #89CEC7 background

This text has white color on #89CEC7 background.


Related colors

Complementary color

Complementary color for #hex is #763138.


I love getcolorcode.com

Triadic colors

1 #C789CE and #CEC789 with #89CEC7 are triadic colors.

2 #C7CE89 and #CE89C7 with #89CEC7 are triadic colors.