COLOR #89C4CE

HEX: #89C4CE
RGB: (137,196,206)

Color info

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

RGB color model

#89C4CE color RGB value is (137,196,206).

  • red value is 137;
  • green value is 196;
  • blue value is 206.
RGB:
(137,196,206)
(54%,77%,81%)

RGB channels and saturation

R 137 of 255 = 54%
G 196 of 255 = 77%
B 206 of 255 = 81%

137
196
206

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

Portions of RGB colors in percentages

R + G + B =
137 + 196 + 206 = 539 (100%)
R 137 of 539 ~ 25.42%
G 196 of 539 ~ 36.36%
B 206 of 539 ~ 38.22%

%25.42
%36.36
%38.22

CMYK color model

#89C4CE color CMYK value is (33,5,0,19).

  • cyan value is 33.50%
  • magenta value is 4.85%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,5,0,19)
C33M5Y0K19 
(33%,5%,0%,19%)
(0.33/0.05/0.00/0.19)	

CMYK percentages

%33.5
%4.85
%0
%19.22

Codes

Color #89C4CE in popluar color models

89C4CE
RGB137196206
HSL189°41.32%67.25%
HSB/HSV189°33.50%80.78%
CMYK33.50%4.85%0.00%
19.22%

Color #89C4CE in popluar number systems.

HEX89C4CE
Decimal137196206
Binary100010011100010011001110
Octal211304316

Shades and tints

Shades of #89C4CE

#89C4CE
(137,196,206)
#7DB3BC
(125,179,188)
#71A2AA
(113,162,170)
#659198
(101,145,152)
#598086
(89,128,134)
#4D6F74
(77,111,116)
#415E62
(65,94,98)
#354D50
(53,77,80)
#293C3E
(41,60,62)
#1D2B2C
(29,43,44)
#111A1A
(17,26,26)
#000000
(0,0,0)

Tints of #89C4CE

#89C4CE
(137,196,206)
#93C9D2
(147,201,210)
#9DCED6
(157,206,214)
#A7D3DA
(167,211,218)
#B1D8DE
(177,216,222)
#BBDDE2
(187,221,226)
#C5E2E6
(197,226,230)
#CFE7EA
(207,231,234)
#D9ECEE
(217,236,238)
#E3F1F2
(227,241,242)
#EDF6F6
(237,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C4CE; }

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

This text font color is #89C4CE.


Background Color

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

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

This div background color is #89C4CE.


Border color

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

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

This div border color is #89C4CE.


Opacity

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

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

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

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

This text has shadow with #89C4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C4CE on black background.


Color preview on white background

This text has color #89C4CE on white background.



Black color preview on #89C4CE background

This text has black color on #89C4CE background.


White color preview on #89C4CE background

This text has white color on #89C4CE background.