COLOR #ACE0AC

HEX: #ACE0AC
RGB: (172,224,172)

Color info

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

RGB color model

#ACE0AC color RGB value is (172,224,172).

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

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 172 of 255 = 67%

172
224
172

R + G + B ~ 74%. #ACE0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 224 + 172 = 568 (100%)
R 172 of 568 ~ 30.28%
G 224 of 568 ~ 39.44%
B 172 of 568 ~ 30.28%

%30.28
%39.44
%30.28

CMYK color model

#ACE0AC color CMYK value is (23,0,23,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 23.21%
  • key color value is 12.16%
CMYK:
(23,0,23,12)
C23M0Y23K12 
(23%,0%,23%,12%)
(0.23/0.00/0.23/0.12)	

CMYK percentages

%23.21
%0
%23.21
%12.16

Codes

Color #ACE0AC in popluar color models

ACE0AC
RGB172224172
HSL120°45.61%77.65%
HSB/HSV120°23.21%87.84%
CMYK23.21%0.00%23.21%
12.16%

Color #ACE0AC in popluar number systems.

HEXACE0AC
Decimal172224172
Binary101011001110000010101100
Octal254340254

Shades and tints

Shades of #ACE0AC

#ACE0AC
(172,224,172)
#9DCC9D
(157,204,157)
#8EB88E
(142,184,142)
#7FA47F
(127,164,127)
#709070
(112,144,112)
#617C61
(97,124,97)
#526852
(82,104,82)
#435443
(67,84,67)
#344034
(52,64,52)
#252C25
(37,44,37)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACE0AC

#ACE0AC
(172,224,172)
#B3E2B3
(179,226,179)
#BAE4BA
(186,228,186)
#C1E6C1
(193,230,193)
#C8E8C8
(200,232,200)
#CFEACF
(207,234,207)
#D6ECD6
(214,236,214)
#DDEEDD
(221,238,221)
#E4F0E4
(228,240,228)
#EBF2EB
(235,242,235)
#F2F4F2
(242,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0AC; }

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

This text font color is #ACE0AC.


Background Color

.myBgColor { background-color: #ACE0AC; }

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

This div background color is #ACE0AC.


Border color

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

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

This div border color is #ACE0AC.


Opacity

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

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

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

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

This text has shadow with #ACE0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0AC on black background.


Color preview on white background

This text has color #ACE0AC on white background.



Black color preview on #ACE0AC background

This text has black color on #ACE0AC background.


White color preview on #ACE0AC background

This text has white color on #ACE0AC background.