COLOR #ACE3AD

HEX: #ACE3AD RGB: (172,227,173)

Color info

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

RGB color model

#ACE3AD color RGB value is (172,227,173).

RGB: (172,227,173) (67%, 89%, 68%)

RGB channels and saturation

R 172 of 255 = 67%
G 227 of 255 = 89%
B 173 of 255 = 68%

172
227
173

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

Portions of RGB colors in percentages

R + G + B = 172 + 227 + 173 = 572 (100%)
R 172 of 572 ~ 30.07%
G 227 of 572 ~ 39.69%
B 173 of 572 ~ 30.24'%

%30.07
%39.69
%30.24

CMYK color model

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

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 10.98%

CMYK: (24,0,24,11)
C24M0Y24K11 (24%, 0%, 24%, 11%)
(0.24 / 0.00 / 0.24 / 0.11)

CMYK percentages

%24.23
%0
%23.79
%10.98

Codes

Color #ACE3AD in popluar color models

AC E3 AD
RGB 172 227 173
HSL 121° 49.55% 78.24%
HSB/HSV 121° 24.23% 89.02%
CMYK 24.23% 0.00% 23.79%
10.98%

Color #ACE3AD in popluar number systems.

HEX AC E3 AD
Decimal 172 227 173
Binary 10101100 11100011 10101101
Octal 254 343 255

Shades and tints

Shades of #ACE3AD

#ACE3AD
(172,227,173)
#9DCF9E
(157,207,158)
#8EBB8F
(142,187,143)
#7FA780
(127,167,128)
#709371
(112,147,113)
#617F62
(97,127,98)
#526B53
(82,107,83)
#435744
(67,87,68)
#344335
(52,67,53)
#252F26
(37,47,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #ACE3AD

#ACE3AD
(172,227,173)
#B3E5B4
(179,229,180)
#BAE7BB
(186,231,187)
#C1E9C2
(193,233,194)
#C8EBC9
(200,235,201)
#CFEDD0
(207,237,208)
#D6EFD7
(214,239,215)
#DDF1DE
(221,241,222)
#E4F3E5
(228,243,229)
#EBF5EC
(235,245,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE3AD; }

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

This text font color is #ACE3AD.

Background Color

.myBgColor { background-color: #ACE3AD; }

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

This div background color is #ACE3AD.

Border color

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

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

This div border color is #ACE3AD.

Opacity

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

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

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

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

This text has shadow with #ACE3AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE3AD.

Preview

Color preview on black background

This text has color #ACE3AD on black background.


Color preview on white background

This text has color #ACE3AD on white background.


Black color preview on #ACE3AD background

This text has black color on #ACE3AD background.


White color preview on #ACE3AD background

This text has white color on #ACE3AD background.


Related colors

Complementary color

Complementary color for #hex is #531C52.


I love getcolorcode.com

Triadic colors

1 #ADACE3 and #E3ADAC with #ACE3AD are triadic colors.

2 #ADE3AC and #E3ACAD with #ACE3AD are triadic colors.