COLOR #ACC992

HEX: #ACC992
RGB: (172,201,146)

Color info

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

RGB color model

#ACC992 color RGB value is (172,201,146).

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

RGB channels and saturation

R 172 of 255 = 67%
G 201 of 255 = 79%
B 146 of 255 = 57%

172
201
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 201 + 146 = 519 (100%)
R 172 of 519 ~ 33.14%
G 201 of 519 ~ 38.73%
B 146 of 519 ~ 28.13%

%33.14
%38.73
%28.13

CMYK color model

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

  • cyan value is 14.43%
  • magenta value is 0.00%
  • yellow value is 27.36%
  • key color value is 21.18%
CMYK:
(14,0,27,21)
C14M0Y27K21 
(14%,0%,27%,21%)
(0.14/0.00/0.27/0.21)	

CMYK percentages

%14.43
%0
%27.36
%21.18

Codes

Color #ACC992 in popluar color models

ACC992
RGB172201146
HSL92°33.74%68.04%
HSB/HSV92°27.36%78.82%
CMYK14.43%0.00%27.36%
21.18%

Color #ACC992 in popluar number systems.

HEXACC992
Decimal172201146
Binary101011001100100110010010
Octal254311222

Shades and tints

Shades of #ACC992

#ACC992
(172,201,146)
#9DB785
(157,183,133)
#8EA578
(142,165,120)
#7F936B
(127,147,107)
#70815E
(112,129,94)
#616F51
(97,111,81)
#525D44
(82,93,68)
#434B37
(67,75,55)
#34392A
(52,57,42)
#25271D
(37,39,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #ACC992

#ACC992
(172,201,146)
#B3CD9B
(179,205,155)
#BAD1A4
(186,209,164)
#C1D5AD
(193,213,173)
#C8D9B6
(200,217,182)
#CFDDBF
(207,221,191)
#D6E1C8
(214,225,200)
#DDE5D1
(221,229,209)
#E4E9DA
(228,233,218)
#EBEDE3
(235,237,227)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC992; }

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

This text font color is #ACC992.


Background Color

.myBgColor { background-color: #ACC992; }

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

This div background color is #ACC992.


Border color

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

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

This div border color is #ACC992.


Opacity

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

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

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

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

This text has shadow with #ACC992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC992 on black background.


Color preview on white background

This text has color #ACC992 on white background.



Black color preview on #ACC992 background

This text has black color on #ACC992 background.


White color preview on #ACC992 background

This text has white color on #ACC992 background.