COLOR #ACC89E

HEX: #ACC89E RGB: (172,200,158)

Color info

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

RGB color model

#ACC89E color RGB value is (172,200,158).

RGB: (172,200,158) (67%, 78%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 200 of 255 = 78%
B 158 of 255 = 62%

172
200
158

R + G + B ~ 69%. #ACC89E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 200 + 158 = 530 (100%)
R 172 of 530 ~ 32.45%
G 200 of 530 ~ 37.74%
B 158 of 530 ~ 29.81'%

%32.45
%37.74
%29.81

CMYK color model

#ACC89E color CMYK value is (14,0,21,22).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 21.00%
  • key color value is 21.57%

CMYK: (14,0,21,22)
C14M0Y21K22 (14%, 0%, 21%, 22%)
(0.14 / 0.00 / 0.21 / 0.22)

CMYK percentages

%14
%0
%21
%21.57

Codes

Color #ACC89E in popluar color models

AC C8 9E
RGB 172 200 158
HSL 100° 27.63% 70.20%
HSB/HSV 100° 21.00% 78.43%
CMYK 14.00% 0.00% 21.00%
21.57%

Color #ACC89E in popluar number systems.

HEX AC C8 9E
Decimal 172 200 158
Binary 10101100 11001000 10011110
Octal 254 310 236

Shades and tints

Shades of #ACC89E

#ACC89E
(172,200,158)
#9DB690
(157,182,144)
#8EA482
(142,164,130)
#7F9274
(127,146,116)
#708066
(112,128,102)
#616E58
(97,110,88)
#525C4A
(82,92,74)
#434A3C
(67,74,60)
#34382E
(52,56,46)
#252620
(37,38,32)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #ACC89E

#ACC89E
(172,200,158)
#B3CDA6
(179,205,166)
#BAD2AE
(186,210,174)
#C1D7B6
(193,215,182)
#C8DCBE
(200,220,190)
#CFE1C6
(207,225,198)
#D6E6CE
(214,230,206)
#DDEBD6
(221,235,214)
#E4F0DE
(228,240,222)
#EBF5E6
(235,245,230)
#F2FAEE
(242,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC89E color. Also use rgb(172,200,158) instead hex code.

Text Font Color

.myTextColor { color: #ACC89E; }

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

This text font color is #ACC89E.

Background Color

.myBgColor { background-color: #ACC89E; }

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

This div background color is #ACC89E.

Border color

.myBorderColor { border: 1px solid #ACC89E; }

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

This div border color is #ACC89E.

Opacity

.myOpacity80 { color: #ACC89E; opacity: 0.8; }

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

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

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

This text has shadow with #ACC89E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC89E.

Preview

Color preview on black background

This text has color #ACC89E on black background.


Color preview on white background

This text has color #ACC89E on white background.


Black color preview on #ACC89E background

This text has black color on #ACC89E background.


White color preview on #ACC89E background

This text has white color on #ACC89E background.


Related colors

Complementary color

Complementary color for #hex is #533761.


I love getcolorcode.com

Triadic colors

1 #9EACC8 and #C89EAC with #ACC89E are triadic colors.

2 #9EC8AC and #C8AC9E with #ACC89E are triadic colors.