COLOR #ACE5B1

HEX: #ACE5B1 RGB: (172,229,177)

Color info

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

RGB color model

#ACE5B1 color RGB value is (172,229,177).

RGB: (172,229,177) (67%, 90%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 177 of 255 = 69%

172
229
177

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

Portions of RGB colors in percentages

R + G + B = 172 + 229 + 177 = 578 (100%)
R 172 of 578 ~ 29.76%
G 229 of 578 ~ 39.62%
B 177 of 578 ~ 30.62'%

%29.76
%39.62
%30.62

CMYK color model

#ACE5B1 color CMYK value is (25,0,23,10).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 22.71%
  • key color value is 10.20%

CMYK: (25,0,23,10)
C25M0Y23K10 (25%, 0%, 23%, 10%)
(0.25 / 0.00 / 0.23 / 0.10)

CMYK percentages

%24.89
%0
%22.71
%10.2

Codes

Color #ACE5B1 in popluar color models

AC E5 B1
RGB 172 229 177
HSL 125° 52.29% 78.63%
HSB/HSV 125° 24.89% 89.80%
CMYK 24.89% 0.00% 22.71%
10.20%

Color #ACE5B1 in popluar number systems.

HEX AC E5 B1
Decimal 172 229 177
Binary 10101100 11100101 10110001
Octal 254 345 261

Shades and tints

Shades of #ACE5B1

#ACE5B1
(172,229,177)
#9DD1A1
(157,209,161)
#8EBD91
(142,189,145)
#7FA981
(127,169,129)
#709571
(112,149,113)
#618161
(97,129,97)
#526D51
(82,109,81)
#435941
(67,89,65)
#344531
(52,69,49)
#253121
(37,49,33)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #ACE5B1

#ACE5B1
(172,229,177)
#B3E7B8
(179,231,184)
#BAE9BF
(186,233,191)
#C1EBC6
(193,235,198)
#C8EDCD
(200,237,205)
#CFEFD4
(207,239,212)
#D6F1DB
(214,241,219)
#DDF3E2
(221,243,226)
#E4F5E9
(228,245,233)
#EBF7F0
(235,247,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5B1; }

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

This text font color is #ACE5B1.

Background Color

.myBgColor { background-color: #ACE5B1; }

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

This div background color is #ACE5B1.

Border color

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

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

This div border color is #ACE5B1.

Opacity

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

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

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

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

This text has shadow with #ACE5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE5B1.

Preview

Color preview on black background

This text has color #ACE5B1 on black background.


Color preview on white background

This text has color #ACE5B1 on white background.


Black color preview on #ACE5B1 background

This text has black color on #ACE5B1 background.


White color preview on #ACE5B1 background

This text has white color on #ACE5B1 background.


Related colors

Complementary color

Complementary color for #hex is #531A4E.


I love getcolorcode.com

Triadic colors

1 #B1ACE5 and #E5B1AC with #ACE5B1 are triadic colors.

2 #B1E5AC and #E5ACB1 with #ACE5B1 are triadic colors.