COLOR #89CDCE

HEX: #89CDCE
RGB: (137,205,206)

Color info

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

RGB color model

#89CDCE color RGB value is (137,205,206).

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

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 206 of 255 = 81%

137
205
206

R + G + B ~ 72%. #89CDCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 205 + 206 = 548 (100%)
R 137 of 548 ~ 25%
G 205 of 548 ~ 37.41%
B 206 of 548 ~ 37.59%

%25
%37.41
%37.59

CMYK color model

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

  • cyan value is 33.50%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(33,0,0,19)
C33M0Y0K19 
(33%,0%,0%,19%)
(0.33/0.00/0.00/0.19)	

CMYK percentages

%33.5
%0.49
%0
%19.22

Codes

Color #89CDCE in popluar color models

89CDCE
RGB137205206
HSL181°41.32%67.25%
HSB/HSV181°33.50%80.78%
CMYK33.50%0.49%0.00%
19.22%

Color #89CDCE in popluar number systems.

HEX89CDCE
Decimal137205206
Binary100010011100110111001110
Octal211315316

Shades and tints

Shades of #89CDCE

#89CDCE
(137,205,206)
#7DBBBC
(125,187,188)
#71A9AA
(113,169,170)
#659798
(101,151,152)
#598586
(89,133,134)
#4D7374
(77,115,116)
#416162
(65,97,98)
#354F50
(53,79,80)
#293D3E
(41,61,62)
#1D2B2C
(29,43,44)
#11191A
(17,25,26)
#000000
(0,0,0)

Tints of #89CDCE

#89CDCE
(137,205,206)
#93D1D2
(147,209,210)
#9DD5D6
(157,213,214)
#A7D9DA
(167,217,218)
#B1DDDE
(177,221,222)
#BBE1E2
(187,225,226)
#C5E5E6
(197,229,230)
#CFE9EA
(207,233,234)
#D9EDEE
(217,237,238)
#E3F1F2
(227,241,242)
#EDF5F6
(237,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDCE; }

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

This text font color is #89CDCE.


Background Color

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

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

This div background color is #89CDCE.


Border color

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

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

This div border color is #89CDCE.


Opacity

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

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

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

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

This text has shadow with #89CDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CDCE on black background.


Color preview on white background

This text has color #89CDCE on white background.



Black color preview on #89CDCE background

This text has black color on #89CDCE background.


White color preview on #89CDCE background

This text has white color on #89CDCE background.