COLOR #ACE4A7

HEX: #ACE4A7
RGB: (172,228,167)

Color info

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

RGB color model

#ACE4A7 color RGB value is (172,228,167).

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

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 167 of 255 = 65%

172
228
167

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

Portions of RGB colors in percentages

R + G + B =
172 + 228 + 167 = 567 (100%)
R 172 of 567 ~ 30.34%
G 228 of 567 ~ 40.21%
B 167 of 567 ~ 29.45%

%30.34
%40.21
%29.45

CMYK color model

#ACE4A7 color CMYK value is (25,0,27,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 10.59%
CMYK:
(25,0,27,11)
C25M0Y27K11 
(25%,0%,27%,11%)
(0.25/0.00/0.27/0.11)	

CMYK percentages

%24.56
%0
%26.75
%10.59

Codes

Color #ACE4A7 in popluar color models

ACE4A7
RGB172228167
HSL115°53.04%77.45%
HSB/HSV115°26.75%89.41%
CMYK24.56%0.00%26.75%
10.59%

Color #ACE4A7 in popluar number systems.

HEXACE4A7
Decimal172228167
Binary101011001110010010100111
Octal254344247

Shades and tints

Shades of #ACE4A7

#ACE4A7
(172,228,167)
#9DD098
(157,208,152)
#8EBC89
(142,188,137)
#7FA87A
(127,168,122)
#70946B
(112,148,107)
#61805C
(97,128,92)
#526C4D
(82,108,77)
#43583E
(67,88,62)
#34442F
(52,68,47)
#253020
(37,48,32)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #ACE4A7

#ACE4A7
(172,228,167)
#B3E6AF
(179,230,175)
#BAE8B7
(186,232,183)
#C1EABF
(193,234,191)
#C8ECC7
(200,236,199)
#CFEECF
(207,238,207)
#D6F0D7
(214,240,215)
#DDF2DF
(221,242,223)
#E4F4E7
(228,244,231)
#EBF6EF
(235,246,239)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE4A7; }

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

This text font color is #ACE4A7.


Background Color

.myBgColor { background-color: #ACE4A7; }

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

This div background color is #ACE4A7.


Border color

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

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

This div border color is #ACE4A7.


Opacity

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

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

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

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

This text has shadow with #ACE4A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4A7 on black background.


Color preview on white background

This text has color #ACE4A7 on white background.



Black color preview on #ACE4A7 background

This text has black color on #ACE4A7 background.


White color preview on #ACE4A7 background

This text has white color on #ACE4A7 background.