COLOR #89C7CC

HEX: #89C7CC
RGB: (137,199,204)

Color info

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

RGB color model

#89C7CC color RGB value is (137,199,204).

  • red value is 137;
  • green value is 199;
  • blue value is 204.
RGB:
(137,199,204)
(54%,78%,80%)

RGB channels and saturation

R 137 of 255 = 54%
G 199 of 255 = 78%
B 204 of 255 = 80%

137
199
204

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

Portions of RGB colors in percentages

R + G + B =
137 + 199 + 204 = 540 (100%)
R 137 of 540 ~ 25.37%
G 199 of 540 ~ 36.85%
B 204 of 540 ~ 37.78%

%25.37
%36.85
%37.78

CMYK color model

#89C7CC color CMYK value is (33,2,0,20).

  • cyan value is 32.84%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,2,0,20)
C33M2Y0K20 
(33%,2%,0%,20%)
(0.33/0.02/0.00/0.20)	

CMYK percentages

%32.84
%2.45
%0
%20

Codes

Color #89C7CC in popluar color models

89C7CC
RGB137199204
HSL184°39.64%66.86%
HSB/HSV184°32.84%80.00%
CMYK32.84%2.45%0.00%
20.00%

Color #89C7CC in popluar number systems.

HEX89C7CC
Decimal137199204
Binary100010011100011111001100
Octal211307314

Shades and tints

Shades of #89C7CC

#89C7CC
(137,199,204)
#7DB5BA
(125,181,186)
#71A3A8
(113,163,168)
#659196
(101,145,150)
#597F84
(89,127,132)
#4D6D72
(77,109,114)
#415B60
(65,91,96)
#35494E
(53,73,78)
#29373C
(41,55,60)
#1D252A
(29,37,42)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #89C7CC

#89C7CC
(137,199,204)
#93CCD0
(147,204,208)
#9DD1D4
(157,209,212)
#A7D6D8
(167,214,216)
#B1DBDC
(177,219,220)
#BBE0E0
(187,224,224)
#C5E5E4
(197,229,228)
#CFEAE8
(207,234,232)
#D9EFEC
(217,239,236)
#E3F4F0
(227,244,240)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C7CC; }

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

This text font color is #89C7CC.


Background Color

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

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

This div background color is #89C7CC.


Border color

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

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

This div border color is #89C7CC.


Opacity

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

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

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

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

This text has shadow with #89C7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C7CC on black background.


Color preview on white background

This text has color #89C7CC on white background.



Black color preview on #89C7CC background

This text has black color on #89C7CC background.


White color preview on #89C7CC background

This text has white color on #89C7CC background.