COLOR #ACE2A6

HEX: #ACE2A6
RGB: (172,226,166)

Color info

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

RGB color model

#ACE2A6 color RGB value is (172,226,166).

  • red value is 172;
  • green value is 226;
  • blue value is 166.
RGB:
(172,226,166)
(67%,89%,65%)

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 166 of 255 = 65%

172
226
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 226 + 166 = 564 (100%)
R 172 of 564 ~ 30.5%
G 226 of 564 ~ 40.07%
B 166 of 564 ~ 29.43%

%30.5
%40.07
%29.43

CMYK color model

#ACE2A6 color CMYK value is (24,0,27,11).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 26.55%
  • key color value is 11.37%
CMYK:
(24,0,27,11)
C24M0Y27K11 
(24%,0%,27%,11%)
(0.24/0.00/0.27/0.11)	

CMYK percentages

%23.89
%0
%26.55
%11.37

Codes

Color #ACE2A6 in popluar color models

ACE2A6
RGB172226166
HSL114°50.85%76.86%
HSB/HSV114°26.55%88.63%
CMYK23.89%0.00%26.55%
11.37%

Color #ACE2A6 in popluar number systems.

HEXACE2A6
Decimal172226166
Binary101011001110001010100110
Octal254342246

Shades and tints

Shades of #ACE2A6

#ACE2A6
(172,226,166)
#9DCE97
(157,206,151)
#8EBA88
(142,186,136)
#7FA679
(127,166,121)
#70926A
(112,146,106)
#617E5B
(97,126,91)
#526A4C
(82,106,76)
#43563D
(67,86,61)
#34422E
(52,66,46)
#252E1F
(37,46,31)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #ACE2A6

#ACE2A6
(172,226,166)
#B3E4AE
(179,228,174)
#BAE6B6
(186,230,182)
#C1E8BE
(193,232,190)
#C8EAC6
(200,234,198)
#CFECCE
(207,236,206)
#D6EED6
(214,238,214)
#DDF0DE
(221,240,222)
#E4F2E6
(228,242,230)
#EBF4EE
(235,244,238)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE2A6; }

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

This text font color is #ACE2A6.


Background Color

.myBgColor { background-color: #ACE2A6; }

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

This div background color is #ACE2A6.


Border color

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

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

This div border color is #ACE2A6.


Opacity

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

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

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

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

This text has shadow with #ACE2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE2A6 on black background.


Color preview on white background

This text has color #ACE2A6 on white background.



Black color preview on #ACE2A6 background

This text has black color on #ACE2A6 background.


White color preview on #ACE2A6 background

This text has white color on #ACE2A6 background.