COLOR #ACE5B3

HEX: #ACE5B3
RGB: (172,229,179)

Color info

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

RGB color model

#ACE5B3 color RGB value is (172,229,179).

  • red value is 172;
  • green value is 229;
  • blue value is 179.
RGB:
(172,229,179)
(67%,90%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 179 of 255 = 70%

172
229
179

R + G + B ~ 76%. #ACE5B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 179 = 580 (100%)
R 172 of 580 ~ 29.66%
G 229 of 580 ~ 39.48%
B 179 of 580 ~ 30.86%

%29.66
%39.48
%30.86

CMYK color model

#ACE5B3 color CMYK value is (25,0,22,10).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 21.83%
  • key color value is 10.20%
CMYK:
(25,0,22,10)
C25M0Y22K10 
(25%,0%,22%,10%)
(0.25/0.00/0.22/0.10)	

CMYK percentages

%24.89
%0
%21.83
%10.2

Codes

Color #ACE5B3 in popluar color models

ACE5B3
RGB172229179
HSL127°52.29%78.63%
HSB/HSV127°24.89%89.80%
CMYK24.89%0.00%21.83%
10.20%

Color #ACE5B3 in popluar number systems.

HEXACE5B3
Decimal172229179
Binary101011001110010110110011
Octal254345263

Shades and tints

Shades of #ACE5B3

#ACE5B3
(172,229,179)
#9DD1A3
(157,209,163)
#8EBD93
(142,189,147)
#7FA983
(127,169,131)
#709573
(112,149,115)
#618163
(97,129,99)
#526D53
(82,109,83)
#435943
(67,89,67)
#344533
(52,69,51)
#253123
(37,49,35)
#161D13
(22,29,19)
#000000
(0,0,0)

Tints of #ACE5B3

#ACE5B3
(172,229,179)
#B3E7B9
(179,231,185)
#BAE9BF
(186,233,191)
#C1EBC5
(193,235,197)
#C8EDCB
(200,237,203)
#CFEFD1
(207,239,209)
#D6F1D7
(214,241,215)
#DDF3DD
(221,243,221)
#E4F5E3
(228,245,227)
#EBF7E9
(235,247,233)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE5B3 color. Also use rgb(172,229,179) instead hex code.

Text Font Color

.myTextColor { color: #ACE5B3; }

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

This text font color is #ACE5B3.


Background Color

.myBgColor { background-color: #ACE5B3; }

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

This div background color is #ACE5B3.


Border color

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

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

This div border color is #ACE5B3.


Opacity

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

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

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

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

This text has shadow with #ACE5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5B3 on black background.


Color preview on white background

This text has color #ACE5B3 on white background.



Black color preview on #ACE5B3 background

This text has black color on #ACE5B3 background.


White color preview on #ACE5B3 background

This text has white color on #ACE5B3 background.