COLOR #89C3AC

HEX: #89C3AC RGB: (137,195,172)

Color info

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

RGB color model

#89C3AC color RGB value is (137,195,172).

RGB: (137,195,172) (54%, 76%, 67%)

RGB channels and saturation

R 137 of 255 = 54%
G 195 of 255 = 76%
B 172 of 255 = 67%

137
195
172

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

Portions of RGB colors in percentages

R + G + B = 137 + 195 + 172 = 504 (100%)
R 137 of 504 ~ 27.18%
G 195 of 504 ~ 38.69%
B 172 of 504 ~ 34.13'%

%27.18
%38.69
%34.13

CMYK color model

#89C3AC color CMYK value is (30,0,12,24).

  • cyan value is 29.74%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 23.53%
CMYK: (30,0,12,24) C30M0Y12K24 (30%,0%,12%,24%) (0.30/0.00/0.12/0.24) 

CMYK percentages

%29.74
%0
%11.79
%23.53

Codes

Color #89C3AC in popluar color models

89 C3 AC
RGB 137 195 172
HSL 156° 32.58% 65.10%
HSB/HSV 156° 29.74% 76.47%
CMYK 29.74% 0.00% 11.79%
23.53%

Color #89C3AC in popluar number systems.

HEX 89 C3 AC
Decimal 137 195 172
Binary 10001001 11000011 10101100
Octal 211 303 254

Shades and tints

Shades of #89C3AC

#89C3AC
(137,195,172)
#7DB29D
(125,178,157)
#71A18E
(113,161,142)
#65907F
(101,144,127)
#597F70
(89,127,112)
#4D6E61
(77,110,97)
#415D52
(65,93,82)
#354C43
(53,76,67)
#293B34
(41,59,52)
#1D2A25
(29,42,37)
#111916
(17,25,22)
#000000
(0,0,0)

Tints of #89C3AC

#89C3AC
(137,195,172)
#93C8B3
(147,200,179)
#9DCDBA
(157,205,186)
#A7D2C1
(167,210,193)
#B1D7C8
(177,215,200)
#BBDCCF
(187,220,207)
#C5E1D6
(197,225,214)
#CFE6DD
(207,230,221)
#D9EBE4
(217,235,228)
#E3F0EB
(227,240,235)
#EDF5F2
(237,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #89C3AC; }

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

This text font color is #89C3AC.

Background Color

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

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

This div background color is #89C3AC.

Border color

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

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

This div border color is #89C3AC.

Opacity

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

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

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

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

This text has shadow with #89C3AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #89C3AC.

Preview

Color preview on black background

This text has color #89C3AC on black background.


Color preview on white background

This text has color #89C3AC on white background.


Black color preview on #89C3AC background

This text has black color on #89C3AC background.


White color preview on #89C3AC background

This text has white color on #89C3AC background.


Related colors

Complementary color

Complementary color for #hex is #763C53.


I love getcolorcode.com

Triadic colors

1 #AC89C3 and #C3AC89 with #89C3AC are triadic colors.

2 #ACC389 and #C389AC with #89C3AC are triadic colors.