COLOR #ACE7BA

HEX: #ACE7BA
RGB: (172,231,186)

Color info

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

RGB color model

#ACE7BA color RGB value is (172,231,186).

  • red value is 172;
  • green value is 231;
  • blue value is 186.
RGB:
(172,231,186)
(67%,91%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 231 of 255 = 91%
B 186 of 255 = 73%

172
231
186

R + G + B ~ 77%. #ACE7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 231 + 186 = 589 (100%)
R 172 of 589 ~ 29.2%
G 231 of 589 ~ 39.22%
B 186 of 589 ~ 31.58%

%29.2
%39.22
%31.58

CMYK color model

#ACE7BA color CMYK value is (26,0,19,9).

  • cyan value is 25.54%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(26,0,19,9)
C26M0Y19K9 
(26%,0%,19%,9%)
(0.26/0.00/0.19/0.09)	

CMYK percentages

%25.54
%0
%19.48
%9.41

Codes

Color #ACE7BA in popluar color models

ACE7BA
RGB172231186
HSL134°55.14%79.02%
HSB/HSV134°25.54%90.59%
CMYK25.54%0.00%19.48%
9.41%

Color #ACE7BA in popluar number systems.

HEXACE7BA
Decimal172231186
Binary101011001110011110111010
Octal254347272

Shades and tints

Shades of #ACE7BA

#ACE7BA
(172,231,186)
#9DD2AA
(157,210,170)
#8EBD9A
(142,189,154)
#7FA88A
(127,168,138)
#70937A
(112,147,122)
#617E6A
(97,126,106)
#52695A
(82,105,90)
#43544A
(67,84,74)
#343F3A
(52,63,58)
#252A2A
(37,42,42)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #ACE7BA

#ACE7BA
(172,231,186)
#B3E9C0
(179,233,192)
#BAEBC6
(186,235,198)
#C1EDCC
(193,237,204)
#C8EFD2
(200,239,210)
#CFF1D8
(207,241,216)
#D6F3DE
(214,243,222)
#DDF5E4
(221,245,228)
#E4F7EA
(228,247,234)
#EBF9F0
(235,249,240)
#F2FBF6
(242,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE7BA color. Also use rgb(172,231,186) instead hex code.

Text Font Color

.myTextColor { color: #ACE7BA; }

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

This text font color is #ACE7BA.


Background Color

.myBgColor { background-color: #ACE7BA; }

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

This div background color is #ACE7BA.


Border color

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

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

This div border color is #ACE7BA.


Opacity

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

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

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

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

This text has shadow with #ACE7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE7BA on black background.


Color preview on white background

This text has color #ACE7BA on white background.



Black color preview on #ACE7BA background

This text has black color on #ACE7BA background.


White color preview on #ACE7BA background

This text has white color on #ACE7BA background.