COLOR #ACE2A8

HEX: #ACE2A8 RGB: (172,226,168)

Color info

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

RGB color model

#ACE2A8 color RGB value is (172,226,168).

RGB: (172,226,168) (67%, 89%, 66%)

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 168 of 255 = 66%

172
226
168

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

Portions of RGB colors in percentages

R + G + B = 172 + 226 + 168 = 566 (100%)
R 172 of 566 ~ 30.39%
G 226 of 566 ~ 39.93%
B 168 of 566 ~ 29.68'%

%30.39
%39.93
%29.68

CMYK color model

#ACE2A8 color CMYK value is (24,0,26,11).

  • cyan value is 23.89%
  • magenta value is 0.00%
  • yellow value is 25.66%
  • key color value is 11.37%
CMYK: (24,0,26,11) C24M0Y26K11 (24%,0%,26%,11%) (0.24/0.00/0.26/0.11) 

CMYK percentages

%23.89
%0
%25.66
%11.37

Codes

Color #ACE2A8 in popluar color models

AC E2 A8
RGB 172 226 168
HSL 116° 50.00% 77.25%
HSB/HSV 116° 25.66% 88.63%
CMYK 23.89% 0.00% 25.66%
11.37%

Color #ACE2A8 in popluar number systems.

HEX AC E2 A8
Decimal 172 226 168
Binary 10101100 11100010 10101000
Octal 254 342 250

Shades and tints

Shades of #ACE2A8

#ACE2A8
(172,226,168)
#9DCE99
(157,206,153)
#8EBA8A
(142,186,138)
#7FA67B
(127,166,123)
#70926C
(112,146,108)
#617E5D
(97,126,93)
#526A4E
(82,106,78)
#43563F
(67,86,63)
#344230
(52,66,48)
#252E21
(37,46,33)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACE2A8

#ACE2A8
(172,226,168)
#B3E4AF
(179,228,175)
#BAE6B6
(186,230,182)
#C1E8BD
(193,232,189)
#C8EAC4
(200,234,196)
#CFECCB
(207,236,203)
#D6EED2
(214,238,210)
#DDF0D9
(221,240,217)
#E4F2E0
(228,242,224)
#EBF4E7
(235,244,231)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE2A8; }

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

This text font color is #ACE2A8.

Background Color

.myBgColor { background-color: #ACE2A8; }

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

This div background color is #ACE2A8.

Border color

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

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

This div border color is #ACE2A8.

Opacity

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

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

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

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

This text has shadow with #ACE2A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE2A8.

Preview

Color preview on black background

This text has color #ACE2A8 on black background.


Color preview on white background

This text has color #ACE2A8 on white background.


Black color preview on #ACE2A8 background

This text has black color on #ACE2A8 background.


White color preview on #ACE2A8 background

This text has white color on #ACE2A8 background.


Related colors

Complementary color

Complementary color for #hex is #531D57.


I love getcolorcode.com

Triadic colors

1 #A8ACE2 and #E2A8AC with #ACE2A8 are triadic colors.

2 #A8E2AC and #E2ACA8 with #ACE2A8 are triadic colors.