COLOR #89CDCA

HEX: #89CDCA
RGB: (137,205,202)

Color info

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

RGB color model

#89CDCA color RGB value is (137,205,202).

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

RGB channels and saturation

R 137 of 255 = 54%
G 205 of 255 = 80%
B 202 of 255 = 79%

137
205
202

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

Portions of RGB colors in percentages

R + G + B =
137 + 205 + 202 = 544 (100%)
R 137 of 544 ~ 25.18%
G 205 of 544 ~ 37.68%
B 202 of 544 ~ 37.13%

%25.18
%37.68
%37.13

CMYK color model

#89CDCA color CMYK value is (33,0,1,20).

  • cyan value is 33.17%
  • magenta value is 0.00%
  • yellow value is 1.46%
  • key color value is 19.61%
CMYK:
(33,0,1,20)
C33M0Y1K20 
(33%,0%,1%,20%)
(0.33/0.00/0.01/0.20)	

CMYK percentages

%33.17
%0
%1.46
%19.61

Codes

Color #89CDCA in popluar color models

89CDCA
RGB137205202
HSL177°40.48%67.06%
HSB/HSV177°33.17%80.39%
CMYK33.17%0.00%1.46%
19.61%

Color #89CDCA in popluar number systems.

HEX89CDCA
Decimal137205202
Binary100010011100110111001010
Octal211315312

Shades and tints

Shades of #89CDCA

#89CDCA
(137,205,202)
#7DBBB8
(125,187,184)
#71A9A6
(113,169,166)
#659794
(101,151,148)
#598582
(89,133,130)
#4D7370
(77,115,112)
#41615E
(65,97,94)
#354F4C
(53,79,76)
#293D3A
(41,61,58)
#1D2B28
(29,43,40)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #89CDCA

#89CDCA
(137,205,202)
#93D1CE
(147,209,206)
#9DD5D2
(157,213,210)
#A7D9D6
(167,217,214)
#B1DDDA
(177,221,218)
#BBE1DE
(187,225,222)
#C5E5E2
(197,229,226)
#CFE9E6
(207,233,230)
#D9EDEA
(217,237,234)
#E3F1EE
(227,241,238)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CDCA; }

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

This text font color is #89CDCA.


Background Color

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

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

This div background color is #89CDCA.


Border color

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

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

This div border color is #89CDCA.


Opacity

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

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

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

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

This text has shadow with #89CDCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CDCA on black background.


Color preview on white background

This text has color #89CDCA on white background.



Black color preview on #89CDCA background

This text has black color on #89CDCA background.


White color preview on #89CDCA background

This text has white color on #89CDCA background.