COLOR #ACCA92

HEX: #ACCA92
RGB: (172,202,146)

Color info

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

RGB color model

#ACCA92 color RGB value is (172,202,146).

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

RGB channels and saturation

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

172
202
146

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

Portions of RGB colors in percentages

R + G + B =
172 + 202 + 146 = 520 (100%)
R 172 of 520 ~ 33.08%
G 202 of 520 ~ 38.85%
B 146 of 520 ~ 28.08%

%33.08
%38.85
%28.08

CMYK color model

#ACCA92 color CMYK value is (15,0,28,21).

  • cyan value is 14.85%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 20.78%
CMYK:
(15,0,28,21)
C15M0Y28K21 
(15%,0%,28%,21%)
(0.15/0.00/0.28/0.21)	

CMYK percentages

%14.85
%0
%27.72
%20.78

Codes

Color #ACCA92 in popluar color models

ACCA92
RGB172202146
HSL92°34.57%68.24%
HSB/HSV92°27.72%79.22%
CMYK14.85%0.00%27.72%
20.78%

Color #ACCA92 in popluar number systems.

HEXACCA92
Decimal172202146
Binary101011001100101010010010
Octal254312222

Shades and tints

Shades of #ACCA92

#ACCA92
(172,202,146)
#9DB885
(157,184,133)
#8EA678
(142,166,120)
#7F946B
(127,148,107)
#70825E
(112,130,94)
#617051
(97,112,81)
#525E44
(82,94,68)
#434C37
(67,76,55)
#343A2A
(52,58,42)
#25281D
(37,40,29)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #ACCA92

#ACCA92
(172,202,146)
#B3CE9B
(179,206,155)
#BAD2A4
(186,210,164)
#C1D6AD
(193,214,173)
#C8DAB6
(200,218,182)
#CFDEBF
(207,222,191)
#D6E2C8
(214,226,200)
#DDE6D1
(221,230,209)
#E4EADA
(228,234,218)
#EBEEE3
(235,238,227)
#F2F2EC
(242,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCA92; }

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

This text font color is #ACCA92.


Background Color

.myBgColor { background-color: #ACCA92; }

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

This div background color is #ACCA92.


Border color

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

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

This div border color is #ACCA92.


Opacity

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

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

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

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

This text has shadow with #ACCA92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCA92 on black background.


Color preview on white background

This text has color #ACCA92 on white background.



Black color preview on #ACCA92 background

This text has black color on #ACCA92 background.


White color preview on #ACCA92 background

This text has white color on #ACCA92 background.