COLOR #89B893

HEX: #89B893 RGB: (137,184,147)

Color info

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

RGB color model

#89B893 color RGB value is (137,184,147).

RGB: (137,184,147) (54%, 72%, 58%)

RGB channels and saturation

R 137 of 255 = 54%
G 184 of 255 = 72%
B 147 of 255 = 58%

137
184
147

R + G + B ~ 61%. #89B893 is quite light color.

Portions of RGB colors in percentages

R + G + B = 137 + 184 + 147 = 468 (100%)
R 137 of 468 ~ 29.27%
G 184 of 468 ~ 39.32%
B 147 of 468 ~ 31.41'%

%29.27
%39.32
%31.41

CMYK color model

#89B893 color CMYK value is (26,0,20,28).

  • cyan value is 25.54%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 27.84%

CMYK: (26,0,20,28)
C26M0Y20K28 (26%, 0%, 20%, 28%)
(0.26 / 0.00 / 0.20 / 0.28)

CMYK percentages

%25.54
%0
%20.11
%27.84

Codes

Color #89B893 in popluar color models

89 B8 93
RGB 137 184 147
HSL 133° 24.87% 62.94%
HSB/HSV 133° 25.54% 72.16%
CMYK 25.54% 0.00% 20.11%
27.84%

Color #89B893 in popluar number systems.

HEX 89 B8 93
Decimal 137 184 147
Binary 10001001 10111000 10010011
Octal 211 270 223

Shades and tints

Shades of #89B893

#89B893
(137,184,147)
#7DA886
(125,168,134)
#719879
(113,152,121)
#65886C
(101,136,108)
#59785F
(89,120,95)
#4D6852
(77,104,82)
#415845
(65,88,69)
#354838
(53,72,56)
#29382B
(41,56,43)
#1D281E
(29,40,30)
#111811
(17,24,17)
#000000
(0,0,0)

Tints of #89B893

#89B893
(137,184,147)
#93BE9C
(147,190,156)
#9DC4A5
(157,196,165)
#A7CAAE
(167,202,174)
#B1D0B7
(177,208,183)
#BBD6C0
(187,214,192)
#C5DCC9
(197,220,201)
#CFE2D2
(207,226,210)
#D9E8DB
(217,232,219)
#E3EEE4
(227,238,228)
#EDF4ED
(237,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89B893; }

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

This text font color is #89B893.

Background Color

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

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

This div background color is #89B893.

Border color

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

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

This div border color is #89B893.

Opacity

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

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

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

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

This text has shadow with #89B893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89B893.

Preview

Color preview on black background

This text has color #89B893 on black background.


Color preview on white background

This text has color #89B893 on white background.


Black color preview on #89B893 background

This text has black color on #89B893 background.


White color preview on #89B893 background

This text has white color on #89B893 background.


Related colors

Complementary color

Complementary color for #hex is #76476C.


I love getcolorcode.com

Triadic colors

1 #9389B8 and #B89389 with #89B893 are triadic colors.

2 #93B889 and #B88993 with #89B893 are triadic colors.