COLOR #ACCE8C

HEX: #ACCE8C
RGB: (172,206,140)

Color info

#ACCE8C contains mainly red and green colors. Web safe color of #ACCE8C is #99CC99 (or #9C9).

RGB color model

#ACCE8C color RGB value is (172,206,140).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 140 of 255 = 55%

172
206
140

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 140 = 518 (100%)
R 172 of 518 ~ 33.2%
G 206 of 518 ~ 39.77%
B 140 of 518 ~ 27.03%

%33.2
%39.77
%27.03

CMYK color model

#ACCE8C color CMYK value is (17,0,32,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 32.04%
  • key color value is 19.22%
CMYK:
(17,0,32,19)
C17M0Y32K19 
(17%,0%,32%,19%)
(0.17/0.00/0.32/0.19)	

CMYK percentages

%16.5
%0
%32.04
%19.22

Codes

Color #ACCE8C in popluar color models

ACCE8C
RGB172206140
HSL91°40.24%67.84%
HSB/HSV91°32.04%80.78%
CMYK16.50%0.00%32.04%
19.22%

Color #ACCE8C in popluar number systems.

HEXACCE8C
Decimal172206140
Binary101011001100111010001100
Octal254316214

Shades and tints

Shades of #ACCE8C

#ACCE8C
(172,206,140)
#9DBC80
(157,188,128)
#8EAA74
(142,170,116)
#7F9868
(127,152,104)
#70865C
(112,134,92)
#617450
(97,116,80)
#526244
(82,98,68)
#435038
(67,80,56)
#343E2C
(52,62,44)
#252C20
(37,44,32)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #ACCE8C

#ACCE8C
(172,206,140)
#B3D296
(179,210,150)
#BAD6A0
(186,214,160)
#C1DAAA
(193,218,170)
#C8DEB4
(200,222,180)
#CFE2BE
(207,226,190)
#D6E6C8
(214,230,200)
#DDEAD2
(221,234,210)
#E4EEDC
(228,238,220)
#EBF2E6
(235,242,230)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCE8C; }

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

This text font color is #ACCE8C.


Background Color

.myBgColor { background-color: #ACCE8C; }

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

This div background color is #ACCE8C.


Border color

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

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

This div border color is #ACCE8C.


Opacity

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

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

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

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

This text has shadow with #ACCE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCE8C on black background.


Color preview on white background

This text has color #ACCE8C on white background.



Black color preview on #ACCE8C background

This text has black color on #ACCE8C background.


White color preview on #ACCE8C background

This text has white color on #ACCE8C background.