COLOR #ACC68C

HEX: #ACC68C
RGB: (172,198,140)

Color info

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

RGB color model

#ACC68C color RGB value is (172,198,140).

  • red value is 172;
  • green value is 198;
  • blue value is 140.
RGB:
(172,198,140)
(67%,78%,55%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 140 of 255 = 55%

172
198
140

R + G + B ~ 67%. #ACC68C is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 198 + 140 = 510 (100%)
R 172 of 510 ~ 33.73%
G 198 of 510 ~ 38.82%
B 140 of 510 ~ 27.45%

%33.73
%38.82
%27.45

CMYK color model

#ACC68C color CMYK value is (13,0,29,22).

  • cyan value is 13.13%
  • magenta value is 0.00%
  • yellow value is 29.29%
  • key color value is 22.35%
CMYK:
(13,0,29,22)
C13M0Y29K22 
(13%,0%,29%,22%)
(0.13/0.00/0.29/0.22)	

CMYK percentages

%13.13
%0
%29.29
%22.35

Codes

Color #ACC68C in popluar color models

ACC68C
RGB172198140
HSL87°33.72%66.27%
HSB/HSV87°29.29%77.65%
CMYK13.13%0.00%29.29%
22.35%

Color #ACC68C in popluar number systems.

HEXACC68C
Decimal172198140
Binary101011001100011010001100
Octal254306214

Shades and tints

Shades of #ACC68C

#ACC68C
(172,198,140)
#9DB480
(157,180,128)
#8EA274
(142,162,116)
#7F9068
(127,144,104)
#707E5C
(112,126,92)
#616C50
(97,108,80)
#525A44
(82,90,68)
#434838
(67,72,56)
#34362C
(52,54,44)
#252420
(37,36,32)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #ACC68C

#ACC68C
(172,198,140)
#B3CB96
(179,203,150)
#BAD0A0
(186,208,160)
#C1D5AA
(193,213,170)
#C8DAB4
(200,218,180)
#CFDFBE
(207,223,190)
#D6E4C8
(214,228,200)
#DDE9D2
(221,233,210)
#E4EEDC
(228,238,220)
#EBF3E6
(235,243,230)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC68C color. Also use rgb(172,198,140) instead hex code.

Text Font Color

.myTextColor { color: #ACC68C; }

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

This text font color is #ACC68C.


Background Color

.myBgColor { background-color: #ACC68C; }

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

This div background color is #ACC68C.


Border color

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

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

This div border color is #ACC68C.


Opacity

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

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

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

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

This text has shadow with #ACC68C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACC68C on black background.


Color preview on white background

This text has color #ACC68C on white background.



Black color preview on #ACC68C background

This text has black color on #ACC68C background.


White color preview on #ACC68C background

This text has white color on #ACC68C background.