COLOR #ACE4BB

HEX: #ACE4BB
RGB: (172,228,187)

Color info

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

RGB color model

#ACE4BB color RGB value is (172,228,187).

  • red value is 172;
  • green value is 228;
  • blue value is 187.
RGB:
(172,228,187)
(67%,89%,73%)

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 187 of 255 = 73%

172
228
187

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

Portions of RGB colors in percentages

R + G + B =
172 + 228 + 187 = 587 (100%)
R 172 of 587 ~ 29.3%
G 228 of 587 ~ 38.84%
B 187 of 587 ~ 31.86%

%29.3
%38.84
%31.86

CMYK color model

#ACE4BB color CMYK value is (25,0,18,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 17.98%
  • key color value is 10.59%
CMYK:
(25,0,18,11)
C25M0Y18K11 
(25%,0%,18%,11%)
(0.25/0.00/0.18/0.11)	

CMYK percentages

%24.56
%0
%17.98
%10.59

Codes

Color #ACE4BB in popluar color models

ACE4BB
RGB172228187
HSL136°50.91%78.43%
HSB/HSV136°24.56%89.41%
CMYK24.56%0.00%17.98%
10.59%

Color #ACE4BB in popluar number systems.

HEXACE4BB
Decimal172228187
Binary101011001110010010111011
Octal254344273

Shades and tints

Shades of #ACE4BB

#ACE4BB
(172,228,187)
#9DD0AA
(157,208,170)
#8EBC99
(142,188,153)
#7FA888
(127,168,136)
#709477
(112,148,119)
#618066
(97,128,102)
#526C55
(82,108,85)
#435844
(67,88,68)
#344433
(52,68,51)
#253022
(37,48,34)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #ACE4BB

#ACE4BB
(172,228,187)
#B3E6C1
(179,230,193)
#BAE8C7
(186,232,199)
#C1EACD
(193,234,205)
#C8ECD3
(200,236,211)
#CFEED9
(207,238,217)
#D6F0DF
(214,240,223)
#DDF2E5
(221,242,229)
#E4F4EB
(228,244,235)
#EBF6F1
(235,246,241)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE4BB color. Also use rgb(172,228,187) instead hex code.

Text Font Color

.myTextColor { color: #ACE4BB; }

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

This text font color is #ACE4BB.


Background Color

.myBgColor { background-color: #ACE4BB; }

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

This div background color is #ACE4BB.


Border color

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

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

This div border color is #ACE4BB.


Opacity

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

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

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

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

This text has shadow with #ACE4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4BB on black background.


Color preview on white background

This text has color #ACE4BB on white background.



Black color preview on #ACE4BB background

This text has black color on #ACE4BB background.


White color preview on #ACE4BB background

This text has white color on #ACE4BB background.