COLOR #89CFBE

HEX: #89CFBE
RGB: (137,207,190)

Color info

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

RGB color model

#89CFBE color RGB value is (137,207,190).

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

RGB channels and saturation

R 137 of 255 = 54%
G 207 of 255 = 81%
B 190 of 255 = 75%

137
207
190

R + G + B ~ 70%. #89CFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 207 + 190 = 534 (100%)
R 137 of 534 ~ 25.66%
G 207 of 534 ~ 38.76%
B 190 of 534 ~ 35.58%

%25.66
%38.76
%35.58

CMYK color model

#89CFBE color CMYK value is (34,0,8,19).

  • cyan value is 33.82%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 18.82%
CMYK:
(34,0,8,19)
C34M0Y8K19 
(34%,0%,8%,19%)
(0.34/0.00/0.08/0.19)	

CMYK percentages

%33.82
%0
%8.21
%18.82

Codes

Color #89CFBE in popluar color models

89CFBE
RGB137207190
HSL165°42.17%67.45%
HSB/HSV165°33.82%81.18%
CMYK33.82%0.00%8.21%
18.82%

Color #89CFBE in popluar number systems.

HEX89CFBE
Decimal137207190
Binary100010011100111110111110
Octal211317276

Shades and tints

Shades of #89CFBE

#89CFBE
(137,207,190)
#7DBDAD
(125,189,173)
#71AB9C
(113,171,156)
#65998B
(101,153,139)
#59877A
(89,135,122)
#4D7569
(77,117,105)
#416358
(65,99,88)
#355147
(53,81,71)
#293F36
(41,63,54)
#1D2D25
(29,45,37)
#111B14
(17,27,20)
#000000
(0,0,0)

Tints of #89CFBE

#89CFBE
(137,207,190)
#93D3C3
(147,211,195)
#9DD7C8
(157,215,200)
#A7DBCD
(167,219,205)
#B1DFD2
(177,223,210)
#BBE3D7
(187,227,215)
#C5E7DC
(197,231,220)
#CFEBE1
(207,235,225)
#D9EFE6
(217,239,230)
#E3F3EB
(227,243,235)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89CFBE; }

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

This text font color is #89CFBE.


Background Color

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

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

This div background color is #89CFBE.


Border color

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

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

This div border color is #89CFBE.


Opacity

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

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

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

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

This text has shadow with #89CFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89CFBE on black background.


Color preview on white background

This text has color #89CFBE on white background.



Black color preview on #89CFBE background

This text has black color on #89CFBE background.


White color preview on #89CFBE background

This text has white color on #89CFBE background.