COLOR #ACE5B6

HEX: #ACE5B6
RGB: (172,229,182)

Color info

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

RGB color model

#ACE5B6 color RGB value is (172,229,182).

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

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 182 of 255 = 71%

172
229
182

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

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 182 = 583 (100%)
R 172 of 583 ~ 29.5%
G 229 of 583 ~ 39.28%
B 182 of 583 ~ 31.22%

%29.5
%39.28
%31.22

CMYK color model

#ACE5B6 color CMYK value is (25,0,21,10).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 20.52%
  • key color value is 10.20%
CMYK:
(25,0,21,10)
C25M0Y21K10 
(25%,0%,21%,10%)
(0.25/0.00/0.21/0.10)	

CMYK percentages

%24.89
%0
%20.52
%10.2

Codes

Color #ACE5B6 in popluar color models

ACE5B6
RGB172229182
HSL131°52.29%78.63%
HSB/HSV131°24.89%89.80%
CMYK24.89%0.00%20.52%
10.20%

Color #ACE5B6 in popluar number systems.

HEXACE5B6
Decimal172229182
Binary101011001110010110110110
Octal254345266

Shades and tints

Shades of #ACE5B6

#ACE5B6
(172,229,182)
#9DD1A6
(157,209,166)
#8EBD96
(142,189,150)
#7FA986
(127,169,134)
#709576
(112,149,118)
#618166
(97,129,102)
#526D56
(82,109,86)
#435946
(67,89,70)
#344536
(52,69,54)
#253126
(37,49,38)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #ACE5B6

#ACE5B6
(172,229,182)
#B3E7BC
(179,231,188)
#BAE9C2
(186,233,194)
#C1EBC8
(193,235,200)
#C8EDCE
(200,237,206)
#CFEFD4
(207,239,212)
#D6F1DA
(214,241,218)
#DDF3E0
(221,243,224)
#E4F5E6
(228,245,230)
#EBF7EC
(235,247,236)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE5B6; }

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

This text font color is #ACE5B6.


Background Color

.myBgColor { background-color: #ACE5B6; }

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

This div background color is #ACE5B6.


Border color

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

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

This div border color is #ACE5B6.


Opacity

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

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

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

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

This text has shadow with #ACE5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5B6 on black background.


Color preview on white background

This text has color #ACE5B6 on white background.



Black color preview on #ACE5B6 background

This text has black color on #ACE5B6 background.


White color preview on #ACE5B6 background

This text has white color on #ACE5B6 background.