COLOR #ACEAA6

HEX: #ACEAA6 RGB: (172,234,166)

Color info

#ACEAA6 contains mainly green color. Web safe color of #ACEAA6 is #99FF99 (or #9F9).

RGB color model

#ACEAA6 color RGB value is (172,234,166).

RGB: (172,234,166) (67%, 92%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 234 of 255 = 92%
B 166 of 255 = 65%

172
234
166

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

Portions of RGB colors in percentages

R + G + B = 172 + 234 + 166 = 572 (100%)
R 172 of 572 ~ 30.07%
G 234 of 572 ~ 40.91%
B 166 of 572 ~ 29.02'%

%30.07
%40.91
%29.02

CMYK color model

#ACEAA6 color CMYK value is (26,0,29,8).

  • cyan value is 26.50%
  • magenta value is 0.00%
  • yellow value is 29.06%
  • key color value is 8.24%

CMYK: (26,0,29,8)
C26M0Y29K8 (26%, 0%, 29%, 8%)
(0.26 / 0.00 / 0.29 / 0.08)

CMYK percentages

%26.5
%0
%29.06
%8.24

Codes

Color #ACEAA6 in popluar color models

AC EA A6
RGB 172 234 166
HSL 115° 61.82% 78.43%
HSB/HSV 115° 29.06% 91.76%
CMYK 26.50% 0.00% 29.06%
8.24%

Color #ACEAA6 in popluar number systems.

HEX AC EA A6
Decimal 172 234 166
Binary 10101100 11101010 10100110
Octal 254 352 246

Shades and tints

Shades of #ACEAA6

#ACEAA6
(172,234,166)
#9DD597
(157,213,151)
#8EC088
(142,192,136)
#7FAB79
(127,171,121)
#70966A
(112,150,106)
#61815B
(97,129,91)
#526C4C
(82,108,76)
#43573D
(67,87,61)
#34422E
(52,66,46)
#252D1F
(37,45,31)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACEAA6

#ACEAA6
(172,234,166)
#B3EBAE
(179,235,174)
#BAECB6
(186,236,182)
#C1EDBE
(193,237,190)
#C8EEC6
(200,238,198)
#CFEFCE
(207,239,206)
#D6F0D6
(214,240,214)
#DDF1DE
(221,241,222)
#E4F2E6
(228,242,230)
#EBF3EE
(235,243,238)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEAA6; }

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

This text font color is #ACEAA6.

Background Color

.myBgColor { background-color: #ACEAA6; }

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

This div background color is #ACEAA6.

Border color

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

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

This div border color is #ACEAA6.

Opacity

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

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

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

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

This text has shadow with #ACEAA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEAA6.

Preview

Color preview on black background

This text has color #ACEAA6 on black background.


Color preview on white background

This text has color #ACEAA6 on white background.


Black color preview on #ACEAA6 background

This text has black color on #ACEAA6 background.


White color preview on #ACEAA6 background

This text has white color on #ACEAA6 background.


Related colors

Complementary color

Complementary color for #hex is #531559.


I love getcolorcode.com

Triadic colors

1 #A6ACEA and #EAA6AC with #ACEAA6 are triadic colors.

2 #A6EAAC and #EAACA6 with #ACEAA6 are triadic colors.