COLOR #89BBA3

HEX: #89BBA3
RGB: (137,187,163)

Color info

#89BBA3 contains red, green and blue colors in about the same proportion. Web safe color of #89BBA3 is #99CC99 (or #9C9).

RGB color model

#89BBA3 color RGB value is (137,187,163).

  • red value is 137;
  • green value is 187;
  • blue value is 163.
RGB:
(137,187,163)
(54%,73%,64%)

RGB channels and saturation

R 137 of 255 = 54%
G 187 of 255 = 73%
B 163 of 255 = 64%

137
187
163

R + G + B ~ 64%. #89BBA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
137 + 187 + 163 = 487 (100%)
R 137 of 487 ~ 28.13%
G 187 of 487 ~ 38.4%
B 163 of 487 ~ 33.47%

%28.13
%38.4
%33.47

CMYK color model

#89BBA3 color CMYK value is (27,0,13,27).

  • cyan value is 26.74%
  • magenta value is 0.00%
  • yellow value is 12.83%
  • key color value is 26.67%
CMYK:
(27,0,13,27)
C27M0Y13K27 
(27%,0%,13%,27%)
(0.27/0.00/0.13/0.27)	

CMYK percentages

%26.74
%0
%12.83
%26.67

Codes

Color #89BBA3 in popluar color models

89BBA3
RGB137187163
HSL151°26.88%63.53%
HSB/HSV151°26.74%73.33%
CMYK26.74%0.00%12.83%
26.67%

Color #89BBA3 in popluar number systems.

HEX89BBA3
Decimal137187163
Binary100010011011101110100011
Octal211273243

Shades and tints

Shades of #89BBA3

#89BBA3
(137,187,163)
#7DAA95
(125,170,149)
#719987
(113,153,135)
#658879
(101,136,121)
#59776B
(89,119,107)
#4D665D
(77,102,93)
#41554F
(65,85,79)
#354441
(53,68,65)
#293333
(41,51,51)
#1D2225
(29,34,37)
#111117
(17,17,23)
#000000
(0,0,0)

Tints of #89BBA3

#89BBA3
(137,187,163)
#93C1AB
(147,193,171)
#9DC7B3
(157,199,179)
#A7CDBB
(167,205,187)
#B1D3C3
(177,211,195)
#BBD9CB
(187,217,203)
#C5DFD3
(197,223,211)
#CFE5DB
(207,229,219)
#D9EBE3
(217,235,227)
#E3F1EB
(227,241,235)
#EDF7F3
(237,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89BBA3 color. Also use rgb(137,187,163) instead hex code.

Text Font Color

.myTextColor { color: #89BBA3; }

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

This text font color is #89BBA3.


Background Color

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

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

This div background color is #89BBA3.


Border color

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

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

This div border color is #89BBA3.


Opacity

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

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

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

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

This text has shadow with #89BBA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89BBA3 on black background.


Color preview on white background

This text has color #89BBA3 on white background.



Black color preview on #89BBA3 background

This text has black color on #89BBA3 background.


White color preview on #89BBA3 background

This text has white color on #89BBA3 background.