COLOR #89AFBE

HEX: #89AFBE
RGB: (137,175,190)

Color info

#89AFBE contains red, green and blue colors in about the same proportion. Web safe color of #89AFBE is #9999CC (or #99C).

RGB color model

#89AFBE color RGB value is (137,175,190).

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

RGB channels and saturation

R 137 of 255 = 54%
G 175 of 255 = 69%
B 190 of 255 = 75%

137
175
190

R + G + B ~ 66%. #89AFBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 175 + 190 = 502 (100%)
R 137 of 502 ~ 27.29%
G 175 of 502 ~ 34.86%
B 190 of 502 ~ 37.85%

%27.29
%34.86
%37.85

CMYK color model

#89AFBE color CMYK value is (28,8,0,25).

  • cyan value is 27.89%
  • magenta value is 7.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(28,8,0,25)
C28M8Y0K25 
(28%,8%,0%,25%)
(0.28/0.08/0.00/0.25)	

CMYK percentages

%27.89
%7.89
%0
%25.49

Codes

Color #89AFBE in popluar color models

89AFBE
RGB137175190
HSL197°28.96%64.12%
HSB/HSV197°27.89%74.51%
CMYK27.89%7.89%0.00%
25.49%

Color #89AFBE in popluar number systems.

HEX89AFBE
Decimal137175190
Binary100010011010111110111110
Octal211257276

Shades and tints

Shades of #89AFBE

#89AFBE
(137,175,190)
#7DA0AD
(125,160,173)
#71919C
(113,145,156)
#65828B
(101,130,139)
#59737A
(89,115,122)
#4D6469
(77,100,105)
#415558
(65,85,88)
#354647
(53,70,71)
#293736
(41,55,54)
#1D2825
(29,40,37)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #89AFBE

#89AFBE
(137,175,190)
#93B6C3
(147,182,195)
#9DBDC8
(157,189,200)
#A7C4CD
(167,196,205)
#B1CBD2
(177,203,210)
#BBD2D7
(187,210,215)
#C5D9DC
(197,217,220)
#CFE0E1
(207,224,225)
#D9E7E6
(217,231,230)
#E3EEEB
(227,238,235)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89AFBE; }

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

This text font color is #89AFBE.


Background Color

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

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

This div background color is #89AFBE.


Border color

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

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

This div border color is #89AFBE.


Opacity

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

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

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

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

This text has shadow with #89AFBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89AFBE on black background.


Color preview on white background

This text has color #89AFBE on white background.



Black color preview on #89AFBE background

This text has black color on #89AFBE background.


White color preview on #89AFBE background

This text has white color on #89AFBE background.