COLOR #89B8AC

HEX: #89B8AC
RGB: (137,184,172)

Color info

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

RGB color model

#89B8AC color RGB value is (137,184,172).

  • red value is 137;
  • green value is 184;
  • blue value is 172.
RGB:
(137,184,172)
(54%,72%,67%)

RGB channels and saturation

R 137 of 255 = 54%
G 184 of 255 = 72%
B 172 of 255 = 67%

137
184
172

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

Portions of RGB colors in percentages

R + G + B =
137 + 184 + 172 = 493 (100%)
R 137 of 493 ~ 27.79%
G 184 of 493 ~ 37.32%
B 172 of 493 ~ 34.89%

%27.79
%37.32
%34.89

CMYK color model

#89B8AC color CMYK value is (26,0,7,28).

  • cyan value is 25.54%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(26,0,7,28)
C26M0Y7K28 
(26%,0%,7%,28%)
(0.26/0.00/0.07/0.28)	

CMYK percentages

%25.54
%0
%6.52
%27.84

Codes

Color #89B8AC in popluar color models

89B8AC
RGB137184172
HSL165°24.87%62.94%
HSB/HSV165°25.54%72.16%
CMYK25.54%0.00%6.52%
27.84%

Color #89B8AC in popluar number systems.

HEX89B8AC
Decimal137184172
Binary100010011011100010101100
Octal211270254

Shades and tints

Shades of #89B8AC

#89B8AC
(137,184,172)
#7DA89D
(125,168,157)
#71988E
(113,152,142)
#65887F
(101,136,127)
#597870
(89,120,112)
#4D6861
(77,104,97)
#415852
(65,88,82)
#354843
(53,72,67)
#293834
(41,56,52)
#1D2825
(29,40,37)
#111816
(17,24,22)
#000000
(0,0,0)

Tints of #89B8AC

#89B8AC
(137,184,172)
#93BEB3
(147,190,179)
#9DC4BA
(157,196,186)
#A7CAC1
(167,202,193)
#B1D0C8
(177,208,200)
#BBD6CF
(187,214,207)
#C5DCD6
(197,220,214)
#CFE2DD
(207,226,221)
#D9E8E4
(217,232,228)
#E3EEEB
(227,238,235)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89B8AC color. Also use rgb(137,184,172) instead hex code.

Text Font Color

.myTextColor { color: #89B8AC; }

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

This text font color is #89B8AC.


Background Color

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

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

This div background color is #89B8AC.


Border color

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

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

This div border color is #89B8AC.


Opacity

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

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

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

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

This text has shadow with #89B8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89B8AC on black background.


Color preview on white background

This text has color #89B8AC on white background.



Black color preview on #89B8AC background

This text has black color on #89B8AC background.


White color preview on #89B8AC background

This text has white color on #89B8AC background.