COLOR #89CCD5

HEX: #89CCD5 RGB: (137,204,213)

Color info

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

RGB color model

#89CCD5 color RGB value is (137,204,213).

RGB: (137,204,213) (54%, 80%, 84%)

RGB channels and saturation

R 137 of 255 = 54%
G 204 of 255 = 80%
B 213 of 255 = 84%

137
204
213

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

Portions of RGB colors in percentages

R + G + B = 137 + 204 + 213 = 554 (100%)
R 137 of 554 ~ 24.73%
G 204 of 554 ~ 36.82%
B 213 of 554 ~ 38.45'%

%24.73
%36.82
%38.45

CMYK color model

#89CCD5 color CMYK value is (36,4,0,16).

  • cyan value is 35.68%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (36,4,0,16)
C36M4Y0K16 (36%, 4%, 0%, 16%)
(0.36 / 0.04 / 0.00 / 0.16)

CMYK percentages

%35.68
%4.23
%0
%16.47

Codes

Color #89CCD5 in popluar color models

89 CC D5
RGB 137 204 213
HSL 187° 47.50% 68.63%
HSB/HSV 187° 35.68% 83.53%
CMYK 35.68% 4.23% 0.00%
16.47%

Color #89CCD5 in popluar number systems.

HEX 89 CC D5
Decimal 137 204 213
Binary 10001001 11001100 11010101
Octal 211 314 325

Shades and tints

Shades of #89CCD5

#89CCD5
(137,204,213)
#7DBAC2
(125,186,194)
#71A8AF
(113,168,175)
#65969C
(101,150,156)
#598489
(89,132,137)
#4D7276
(77,114,118)
#416063
(65,96,99)
#354E50
(53,78,80)
#293C3D
(41,60,61)
#1D2A2A
(29,42,42)
#111817
(17,24,23)
#000000
(0,0,0)

Tints of #89CCD5

#89CCD5
(137,204,213)
#93D0D8
(147,208,216)
#9DD4DB
(157,212,219)
#A7D8DE
(167,216,222)
#B1DCE1
(177,220,225)
#BBE0E4
(187,224,228)
#C5E4E7
(197,228,231)
#CFE8EA
(207,232,234)
#D9ECED
(217,236,237)
#E3F0F0
(227,240,240)
#EDF4F3
(237,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CCD5 color. Also use rgb(137,204,213) instead hex code.

Text Font Color

.myTextColor { color: #89CCD5; }

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

This text font color is #89CCD5.

Background Color

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

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

This div background color is #89CCD5.

Border color

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

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

This div border color is #89CCD5.

Opacity

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

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

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

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

This text has shadow with #89CCD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CCD5.

Preview

Color preview on black background

This text has color #89CCD5 on black background.


Color preview on white background

This text has color #89CCD5 on white background.


Black color preview on #89CCD5 background

This text has black color on #89CCD5 background.


White color preview on #89CCD5 background

This text has white color on #89CCD5 background.


Related colors

Complementary color

Complementary color for #hex is #76332A.


I love getcolorcode.com

Triadic colors

1 #D589CC and #CCD589 with #89CCD5 are triadic colors.

2 #D5CC89 and #CC89D5 with #89CCD5 are triadic colors.