COLOR #89CFD7

HEX: #89CFD7
RGB: (137,207,215)

Color info

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

RGB color model

#89CFD7 color RGB value is (137,207,215).

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

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 215 of 255 = 84%

137
207
215

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

Portions of RGB colors in percentages

R + G + B =
137 + 207 + 215 = 559 (100%)
R 137 of 559 ~ 24.51%
G 207 of 559 ~ 37.03%
B 215 of 559 ~ 38.46%

%24.51
%37.03
%38.46

CMYK color model

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

  • cyan value is 36.28%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(36,4,0,16)
C36M4Y0K16 
(36%,4%,0%,16%)
(0.36/0.04/0.00/0.16)	

CMYK percentages

%36.28
%3.72
%0
%15.69

Codes

Color #89CFD7 in popluar color models

89CFD7
RGB137207215
HSL186°49.37%69.02%
HSB/HSV186°36.28%84.31%
CMYK36.28%3.72%0.00%
15.69%

Color #89CFD7 in popluar number systems.

HEX89CFD7
Decimal137207215
Binary100010011100111111010111
Octal211317327

Shades and tints

Shades of #89CFD7

#89CFD7
(137,207,215)
#7DBDC4
(125,189,196)
#71ABB1
(113,171,177)
#65999E
(101,153,158)
#59878B
(89,135,139)
#4D7578
(77,117,120)
#416365
(65,99,101)
#355152
(53,81,82)
#293F3F
(41,63,63)
#1D2D2C
(29,45,44)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #89CFD7

#89CFD7
(137,207,215)
#93D3DA
(147,211,218)
#9DD7DD
(157,215,221)
#A7DBE0
(167,219,224)
#B1DFE3
(177,223,227)
#BBE3E6
(187,227,230)
#C5E7E9
(197,231,233)
#CFEBEC
(207,235,236)
#D9EFEF
(217,239,239)
#E3F3F2
(227,243,242)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CFD7; }

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

This text font color is #89CFD7.


Background Color

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

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

This div background color is #89CFD7.


Border color

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

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

This div border color is #89CFD7.


Opacity

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

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

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

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

This text has shadow with #89CFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CFD7 on black background.


Color preview on white background

This text has color #89CFD7 on white background.



Black color preview on #89CFD7 background

This text has black color on #89CFD7 background.


White color preview on #89CFD7 background

This text has white color on #89CFD7 background.