COLOR #89CED4

HEX: #89CED4
RGB: (137,206,212)

Color info

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

RGB color model

#89CED4 color RGB value is (137,206,212).

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

RGB channels and saturation

R 137 of 255 = 54%
G 206 of 255 = 81%
B 212 of 255 = 83%

137
206
212

R + G + B ~ 73%. #89CED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 206 + 212 = 555 (100%)
R 137 of 555 ~ 24.68%
G 206 of 555 ~ 37.12%
B 212 of 555 ~ 38.2%

%24.68
%37.12
%38.2

CMYK color model

#89CED4 color CMYK value is (35,3,0,17).

  • cyan value is 35.38%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(35,3,0,17)
C35M3Y0K17 
(35%,3%,0%,17%)
(0.35/0.03/0.00/0.17)	

CMYK percentages

%35.38
%2.83
%0
%16.86

Codes

Color #89CED4 in popluar color models

89CED4
RGB137206212
HSL185°46.58%68.43%
HSB/HSV185°35.38%83.14%
CMYK35.38%2.83%0.00%
16.86%

Color #89CED4 in popluar number systems.

HEX89CED4
Decimal137206212
Binary100010011100111011010100
Octal211316324

Shades and tints

Shades of #89CED4

#89CED4
(137,206,212)
#7DBCC1
(125,188,193)
#71AAAE
(113,170,174)
#65989B
(101,152,155)
#598688
(89,134,136)
#4D7475
(77,116,117)
#416262
(65,98,98)
#35504F
(53,80,79)
#293E3C
(41,62,60)
#1D2C29
(29,44,41)
#111A16
(17,26,22)
#000000
(0,0,0)

Tints of #89CED4

#89CED4
(137,206,212)
#93D2D7
(147,210,215)
#9DD6DA
(157,214,218)
#A7DADD
(167,218,221)
#B1DEE0
(177,222,224)
#BBE2E3
(187,226,227)
#C5E6E6
(197,230,230)
#CFEAE9
(207,234,233)
#D9EEEC
(217,238,236)
#E3F2EF
(227,242,239)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CED4; }

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

This text font color is #89CED4.


Background Color

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

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

This div background color is #89CED4.


Border color

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

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

This div border color is #89CED4.


Opacity

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

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

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

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

This text has shadow with #89CED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CED4 on black background.


Color preview on white background

This text has color #89CED4 on white background.



Black color preview on #89CED4 background

This text has black color on #89CED4 background.


White color preview on #89CED4 background

This text has white color on #89CED4 background.