COLOR #89CFC5

HEX: #89CFC5 RGB: (137,207,197)

Color info

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

RGB color model

#89CFC5 color RGB value is (137,207,197).

RGB: (137,207,197) (54%, 81%, 77%)

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 197 of 255 = 77%

137
207
197

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

Portions of RGB colors in percentages

R + G + B = 137 + 207 + 197 = 541 (100%)
R 137 of 541 ~ 25.32%
G 207 of 541 ~ 38.26%
B 197 of 541 ~ 36.41'%

%25.32
%38.26
%36.41

CMYK color model

#89CFC5 color CMYK value is (34,0,5,19).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 4.83%
  • key color value is 18.82%

CMYK: (34,0,5,19)
C34M0Y5K19 (34%, 0%, 5%, 19%)
(0.34 / 0.00 / 0.05 / 0.19)

CMYK percentages

%33.82
%0
%4.83
%18.82

Codes

Color #89CFC5 in popluar color models

89 CF C5
RGB 137 207 197
HSL 171° 42.17% 67.45%
HSB/HSV 171° 33.82% 81.18%
CMYK 33.82% 0.00% 4.83%
18.82%

Color #89CFC5 in popluar number systems.

HEX 89 CF C5
Decimal 137 207 197
Binary 10001001 11001111 11000101
Octal 211 317 305

Shades and tints

Shades of #89CFC5

#89CFC5
(137,207,197)
#7DBDB4
(125,189,180)
#71ABA3
(113,171,163)
#659992
(101,153,146)
#598781
(89,135,129)
#4D7570
(77,117,112)
#41635F
(65,99,95)
#35514E
(53,81,78)
#293F3D
(41,63,61)
#1D2D2C
(29,45,44)
#111B1B
(17,27,27)
#000000
(0,0,0)

Tints of #89CFC5

#89CFC5
(137,207,197)
#93D3CA
(147,211,202)
#9DD7CF
(157,215,207)
#A7DBD4
(167,219,212)
#B1DFD9
(177,223,217)
#BBE3DE
(187,227,222)
#C5E7E3
(197,231,227)
#CFEBE8
(207,235,232)
#D9EFED
(217,239,237)
#E3F3F2
(227,243,242)
#EDF7F7
(237,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89CFC5 color. Also use rgb(137,207,197) instead hex code.

Text Font Color

.myTextColor { color: #89CFC5; }

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

This text font color is #89CFC5.

Background Color

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

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

This div background color is #89CFC5.

Border color

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

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

This div border color is #89CFC5.

Opacity

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

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

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

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

This text has shadow with #89CFC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89CFC5.

Preview

Color preview on black background

This text has color #89CFC5 on black background.


Color preview on white background

This text has color #89CFC5 on white background.


Black color preview on #89CFC5 background

This text has black color on #89CFC5 background.


White color preview on #89CFC5 background

This text has white color on #89CFC5 background.


Related colors

Complementary color

Complementary color for #hex is #76303A.


I love getcolorcode.com

Triadic colors

1 #C589CF and #CFC589 with #89CFC5 are triadic colors.

2 #C5CF89 and #CF89C5 with #89CFC5 are triadic colors.