COLOR #89C8D7

HEX: #89C8D7
RGB: (137,200,215)

Color info

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

RGB color model

#89C8D7 color RGB value is (137,200,215).

  • red value is 137;
  • green value is 200;
  • blue value is 215.
RGB:
(137,200,215)
(54%,78%,84%)

RGB channels and saturation

R 137 of 255 = 54%
G 200 of 255 = 78%
B 215 of 255 = 84%

137
200
215

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

Portions of RGB colors in percentages

R + G + B =
137 + 200 + 215 = 552 (100%)
R 137 of 552 ~ 24.82%
G 200 of 552 ~ 36.23%
B 215 of 552 ~ 38.95%

%24.82
%36.23
%38.95

CMYK color model

#89C8D7 color CMYK value is (36,7,0,16).

  • cyan value is 36.28%
  • magenta value is 6.98%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,7,0,16)
C36M7Y0K16 
(36%,7%,0%,16%)
(0.36/0.07/0.00/0.16)	

CMYK percentages

%36.28
%6.98
%0
%15.69

Codes

Color #89C8D7 in popluar color models

89C8D7
RGB137200215
HSL192°49.37%69.02%
HSB/HSV192°36.28%84.31%
CMYK36.28%6.98%0.00%
15.69%

Color #89C8D7 in popluar number systems.

HEX89C8D7
Decimal137200215
Binary100010011100100011010111
Octal211310327

Shades and tints

Shades of #89C8D7

#89C8D7
(137,200,215)
#7DB6C4
(125,182,196)
#71A4B1
(113,164,177)
#65929E
(101,146,158)
#59808B
(89,128,139)
#4D6E78
(77,110,120)
#415C65
(65,92,101)
#354A52
(53,74,82)
#29383F
(41,56,63)
#1D262C
(29,38,44)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #89C8D7

#89C8D7
(137,200,215)
#93CDDA
(147,205,218)
#9DD2DD
(157,210,221)
#A7D7E0
(167,215,224)
#B1DCE3
(177,220,227)
#BBE1E6
(187,225,230)
#C5E6E9
(197,230,233)
#CFEBEC
(207,235,236)
#D9F0EF
(217,240,239)
#E3F5F2
(227,245,242)
#EDFAF5
(237,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89C8D7 color. Also use rgb(137,200,215) instead hex code.

Text Font Color

.myTextColor { color: #89C8D7; }

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

This text font color is #89C8D7.


Background Color

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

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

This div background color is #89C8D7.


Border color

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

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

This div border color is #89C8D7.


Opacity

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

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

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

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

This text has shadow with #89C8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89C8D7 on black background.


Color preview on white background

This text has color #89C8D7 on white background.



Black color preview on #89C8D7 background

This text has black color on #89C8D7 background.


White color preview on #89C8D7 background

This text has white color on #89C8D7 background.