COLOR #ACC08E

HEX: #ACC08E RGB: (172,192,142)

Color info

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

RGB color model

#ACC08E color RGB value is (172,192,142).

RGB: (172,192,142) (67%, 75%, 56%)

RGB channels and saturation

R 172 of 255 = 67%
G 192 of 255 = 75%
B 142 of 255 = 56%

172
192
142

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

Portions of RGB colors in percentages

R + G + B = 172 + 192 + 142 = 506 (100%)
R 172 of 506 ~ 33.99%
G 192 of 506 ~ 37.94%
B 142 of 506 ~ 28.06'%

%33.99
%37.94
%28.06

CMYK color model

#ACC08E color CMYK value is (10,0,26,25).

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

CMYK: (10,0,26,25)
C10M0Y26K25 (10%, 0%, 26%, 25%)
(0.10 / 0.00 / 0.26 / 0.25)

CMYK percentages

%10.42
%0
%26.04
%24.71

Codes

Color #ACC08E in popluar color models

AC C0 8E
RGB 172 192 142
HSL 84° 28.41% 65.49%
HSB/HSV 84° 26.04% 75.29%
CMYK 10.42% 0.00% 26.04%
24.71%

Color #ACC08E in popluar number systems.

HEX AC C0 8E
Decimal 172 192 142
Binary 10101100 11000000 10001110
Octal 254 300 216

Shades and tints

Shades of #ACC08E

#ACC08E
(172,192,142)
#9DAF82
(157,175,130)
#8E9E76
(142,158,118)
#7F8D6A
(127,141,106)
#707C5E
(112,124,94)
#616B52
(97,107,82)
#525A46
(82,90,70)
#43493A
(67,73,58)
#34382E
(52,56,46)
#252722
(37,39,34)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #ACC08E

#ACC08E
(172,192,142)
#B3C598
(179,197,152)
#BACAA2
(186,202,162)
#C1CFAC
(193,207,172)
#C8D4B6
(200,212,182)
#CFD9C0
(207,217,192)
#D6DECA
(214,222,202)
#DDE3D4
(221,227,212)
#E4E8DE
(228,232,222)
#EBEDE8
(235,237,232)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC08E; }

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

This text font color is #ACC08E.

Background Color

.myBgColor { background-color: #ACC08E; }

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

This div background color is #ACC08E.

Border color

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

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

This div border color is #ACC08E.

Opacity

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

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

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

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

This text has shadow with #ACC08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC08E.

Preview

Color preview on black background

This text has color #ACC08E on black background.


Color preview on white background

This text has color #ACC08E on white background.


Black color preview on #ACC08E background

This text has black color on #ACC08E background.


White color preview on #ACC08E background

This text has white color on #ACC08E background.


Related colors

Complementary color

Complementary color for #hex is #533F71.


I love getcolorcode.com

Triadic colors

1 #8EACC0 and #C08EAC with #ACC08E are triadic colors.

2 #8EC0AC and #C0AC8E with #ACC08E are triadic colors.