COLOR #ACE6AC

HEX: #ACE6AC
RGB: (172,230,172)

Color info

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

RGB color model

#ACE6AC color RGB value is (172,230,172).

  • red value is 172;
  • green value is 230;
  • blue value is 172.
RGB:
(172,230,172)
(67%,90%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 172 of 255 = 67%

172
230
172

R + G + B ~ 75%. #ACE6AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 230 + 172 = 574 (100%)
R 172 of 574 ~ 29.97%
G 230 of 574 ~ 40.07%
B 172 of 574 ~ 29.97%

%29.97
%40.07
%29.97

CMYK color model

#ACE6AC color CMYK value is (25,0,25,10).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 25.22%
  • key color value is 9.80%
CMYK:
(25,0,25,10)
C25M0Y25K10 
(25%,0%,25%,10%)
(0.25/0.00/0.25/0.10)	

CMYK percentages

%25.22
%0
%25.22
%9.8

Codes

Color #ACE6AC in popluar color models

ACE6AC
RGB172230172
HSL120°53.70%78.82%
HSB/HSV120°25.22%90.20%
CMYK25.22%0.00%25.22%
9.80%

Color #ACE6AC in popluar number systems.

HEXACE6AC
Decimal172230172
Binary101011001110011010101100
Octal254346254

Shades and tints

Shades of #ACE6AC

#ACE6AC
(172,230,172)
#9DD29D
(157,210,157)
#8EBE8E
(142,190,142)
#7FAA7F
(127,170,127)
#709670
(112,150,112)
#618261
(97,130,97)
#526E52
(82,110,82)
#435A43
(67,90,67)
#344634
(52,70,52)
#253225
(37,50,37)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #ACE6AC

#ACE6AC
(172,230,172)
#B3E8B3
(179,232,179)
#BAEABA
(186,234,186)
#C1ECC1
(193,236,193)
#C8EEC8
(200,238,200)
#CFF0CF
(207,240,207)
#D6F2D6
(214,242,214)
#DDF4DD
(221,244,221)
#E4F6E4
(228,246,228)
#EBF8EB
(235,248,235)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6AC; }

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

This text font color is #ACE6AC.


Background Color

.myBgColor { background-color: #ACE6AC; }

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

This div background color is #ACE6AC.


Border color

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

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

This div border color is #ACE6AC.


Opacity

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

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

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

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

This text has shadow with #ACE6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6AC on black background.


Color preview on white background

This text has color #ACE6AC on white background.



Black color preview on #ACE6AC background

This text has black color on #ACE6AC background.


White color preview on #ACE6AC background

This text has white color on #ACE6AC background.