COLOR #ACC09E

HEX: #ACC09E RGB: (172,192,158)

Color info

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

RGB color model

#ACC09E color RGB value is (172,192,158).

RGB: (172,192,158) (67%, 75%, 62%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 158 of 255 = 62%

172
192
158

R + G + B ~ 68%. #ACC09E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 158 = 522 (100%)
R 172 of 522 ~ 32.95%
G 192 of 522 ~ 36.78%
B 158 of 522 ~ 30.27'%

%32.95
%36.78
%30.27

CMYK color model

#ACC09E color CMYK value is (10,0,18,25).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 24.71%

CMYK: (10,0,18,25)
C10M0Y18K25 (10%, 0%, 18%, 25%)
(0.10 / 0.00 / 0.18 / 0.25)

CMYK percentages

%10.42
%0
%17.71
%24.71

Codes

Color #ACC09E in popluar color models

AC C0 9E
RGB 172 192 158
HSL 95° 21.25% 68.63%
HSB/HSV 95° 17.71% 75.29%
CMYK 10.42% 0.00% 17.71%
24.71%

Color #ACC09E in popluar number systems.

HEX AC C0 9E
Decimal 172 192 158
Binary 10101100 11000000 10011110
Octal 254 300 236

Shades and tints

Shades of #ACC09E

#ACC09E
(172,192,158)
#9DAF90
(157,175,144)
#8E9E82
(142,158,130)
#7F8D74
(127,141,116)
#707C66
(112,124,102)
#616B58
(97,107,88)
#525A4A
(82,90,74)
#43493C
(67,73,60)
#34382E
(52,56,46)
#252720
(37,39,32)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #ACC09E

#ACC09E
(172,192,158)
#B3C5A6
(179,197,166)
#BACAAE
(186,202,174)
#C1CFB6
(193,207,182)
#C8D4BE
(200,212,190)
#CFD9C6
(207,217,198)
#D6DECE
(214,222,206)
#DDE3D6
(221,227,214)
#E4E8DE
(228,232,222)
#EBEDE6
(235,237,230)
#F2F2EE
(242,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC09E; }

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

This text font color is #ACC09E.

Background Color

.myBgColor { background-color: #ACC09E; }

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

This div background color is #ACC09E.

Border color

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

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

This div border color is #ACC09E.

Opacity

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

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

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

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

This text has shadow with #ACC09E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC09E.

Preview

Color preview on black background

This text has color #ACC09E on black background.


Color preview on white background

This text has color #ACC09E on white background.


Black color preview on #ACC09E background

This text has black color on #ACC09E background.


White color preview on #ACC09E background

This text has white color on #ACC09E background.


Related colors

Complementary color

Complementary color for #hex is #533F61.


I love getcolorcode.com

Triadic colors

1 #9EACC0 and #C09EAC with #ACC09E are triadic colors.

2 #9EC0AC and #C0AC9E with #ACC09E are triadic colors.