COLOR #89BEAC

HEX: #89BEAC RGB: (137,190,172)

Color info

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

RGB color model

#89BEAC color RGB value is (137,190,172).

RGB: (137,190,172) (54%, 75%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 190 of 255 = 75%
B 172 of 255 = 67%

137
190
172

R + G + B ~ 65%. #89BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 190 + 172 = 499 (100%)
R 137 of 499 ~ 27.45%
G 190 of 499 ~ 38.08%
B 172 of 499 ~ 34.47'%

%27.45
%38.08
%34.47

CMYK color model

#89BEAC color CMYK value is (28,0,9,25).

  • cyan value is 27.89%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK: (28,0,9,25) C28M0Y9K25 (28%,0%,9%,25%) (0.28/0.00/0.09/0.25) 

CMYK percentages

%27.89
%0
%9.47
%25.49

Codes

Color #89BEAC in popluar color models

89 BE AC
RGB 137 190 172
HSL 160° 28.96% 64.12%
HSB/HSV 160° 27.89% 74.51%
CMYK 27.89% 0.00% 9.47%
25.49%

Color #89BEAC in popluar number systems.

HEX 89 BE AC
Decimal 137 190 172
Binary 10001001 10111110 10101100
Octal 211 276 254

Shades and tints

Shades of #89BEAC

#89BEAC
(137,190,172)
#7DAD9D
(125,173,157)
#719C8E
(113,156,142)
#658B7F
(101,139,127)
#597A70
(89,122,112)
#4D6961
(77,105,97)
#415852
(65,88,82)
#354743
(53,71,67)
#293634
(41,54,52)
#1D2525
(29,37,37)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #89BEAC

#89BEAC
(137,190,172)
#93C3B3
(147,195,179)
#9DC8BA
(157,200,186)
#A7CDC1
(167,205,193)
#B1D2C8
(177,210,200)
#BBD7CF
(187,215,207)
#C5DCD6
(197,220,214)
#CFE1DD
(207,225,221)
#D9E6E4
(217,230,228)
#E3EBEB
(227,235,235)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89BEAC; }

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

This text font color is #89BEAC.

Background Color

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

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

This div background color is #89BEAC.

Border color

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

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

This div border color is #89BEAC.

Opacity

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

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

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

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

This text has shadow with #89BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89BEAC.

Preview

Color preview on black background

This text has color #89BEAC on black background.


Color preview on white background

This text has color #89BEAC on white background.


Black color preview on #89BEAC background

This text has black color on #89BEAC background.


White color preview on #89BEAC background

This text has white color on #89BEAC background.


Related colors

Complementary color

Complementary color for #hex is #764153.


I love getcolorcode.com

Triadic colors

1 #AC89BE and #BEAC89 with #89BEAC are triadic colors.

2 #ACBE89 and #BE89AC with #89BEAC are triadic colors.