COLOR #ACC99E

HEX: #ACC99E
RGB: (172,201,158)

Color info

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

RGB color model

#ACC99E color RGB value is (172,201,158).

  • red value is 172;
  • green value is 201;
  • blue value is 158.
RGB:
(172,201,158)
(67%,79%,62%)

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 158 of 255 = 62%

172
201
158

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

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 158 = 531 (100%)
R 172 of 531 ~ 32.39%
G 201 of 531 ~ 37.85%
B 158 of 531 ~ 29.76%

%32.39
%37.85
%29.76

CMYK color model

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

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%
CMYK:
(14,0,21,21)
C14M0Y21K21 
(14%,0%,21%,21%)
(0.14/0.00/0.21/0.21)	

CMYK percentages

%14.43
%0
%21.39
%21.18

Codes

Color #ACC99E in popluar color models

ACC99E
RGB172201158
HSL100°28.48%70.39%
HSB/HSV100°21.39%78.82%
CMYK14.43%0.00%21.39%
21.18%

Color #ACC99E in popluar number systems.

HEXACC99E
Decimal172201158
Binary101011001100100110011110
Octal254311236

Shades and tints

Shades of #ACC99E

#ACC99E
(172,201,158)
#9DB790
(157,183,144)
#8EA582
(142,165,130)
#7F9374
(127,147,116)
#708166
(112,129,102)
#616F58
(97,111,88)
#525D4A
(82,93,74)
#434B3C
(67,75,60)
#34392E
(52,57,46)
#252720
(37,39,32)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #ACC99E

#ACC99E
(172,201,158)
#B3CDA6
(179,205,166)
#BAD1AE
(186,209,174)
#C1D5B6
(193,213,182)
#C8D9BE
(200,217,190)
#CFDDC6
(207,221,198)
#D6E1CE
(214,225,206)
#DDE5D6
(221,229,214)
#E4E9DE
(228,233,222)
#EBEDE6
(235,237,230)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC99E; }

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

This text font color is #ACC99E.


Background Color

.myBgColor { background-color: #ACC99E; }

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

This div background color is #ACC99E.


Border color

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

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

This div border color is #ACC99E.


Opacity

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

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

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

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

This text has shadow with #ACC99E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC99E on black background.


Color preview on white background

This text has color #ACC99E on white background.



Black color preview on #ACC99E background

This text has black color on #ACC99E background.


White color preview on #ACC99E background

This text has white color on #ACC99E background.