COLOR #ACE3B4

HEX: #ACE3B4
RGB: (172,227,180)

Color info

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

RGB color model

#ACE3B4 color RGB value is (172,227,180).

  • red value is 172;
  • green value is 227;
  • blue value is 180.
RGB:
(172,227,180)
(67%,89%,71%)

RGB channels and saturation

R 172 of 255 = 67%
G 227 of 255 = 89%
B 180 of 255 = 71%

172
227
180

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

Portions of RGB colors in percentages

R + G + B =
172 + 227 + 180 = 579 (100%)
R 172 of 579 ~ 29.71%
G 227 of 579 ~ 39.21%
B 180 of 579 ~ 31.09%

%29.71
%39.21
%31.09

CMYK color model

#ACE3B4 color CMYK value is (24,0,21,11).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 20.70%
  • key color value is 10.98%
CMYK:
(24,0,21,11)
C24M0Y21K11 
(24%,0%,21%,11%)
(0.24/0.00/0.21/0.11)	

CMYK percentages

%24.23
%0
%20.7
%10.98

Codes

Color #ACE3B4 in popluar color models

ACE3B4
RGB172227180
HSL129°49.55%78.24%
HSB/HSV129°24.23%89.02%
CMYK24.23%0.00%20.70%
10.98%

Color #ACE3B4 in popluar number systems.

HEXACE3B4
Decimal172227180
Binary101011001110001110110100
Octal254343264

Shades and tints

Shades of #ACE3B4

#ACE3B4
(172,227,180)
#9DCFA4
(157,207,164)
#8EBB94
(142,187,148)
#7FA784
(127,167,132)
#709374
(112,147,116)
#617F64
(97,127,100)
#526B54
(82,107,84)
#435744
(67,87,68)
#344334
(52,67,52)
#252F24
(37,47,36)
#161B14
(22,27,20)
#000000
(0,0,0)

Tints of #ACE3B4

#ACE3B4
(172,227,180)
#B3E5BA
(179,229,186)
#BAE7C0
(186,231,192)
#C1E9C6
(193,233,198)
#C8EBCC
(200,235,204)
#CFEDD2
(207,237,210)
#D6EFD8
(214,239,216)
#DDF1DE
(221,241,222)
#E4F3E4
(228,243,228)
#EBF5EA
(235,245,234)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE3B4 color. Also use rgb(172,227,180) instead hex code.

Text Font Color

.myTextColor { color: #ACE3B4; }

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

This text font color is #ACE3B4.


Background Color

.myBgColor { background-color: #ACE3B4; }

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

This div background color is #ACE3B4.


Border color

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

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

This div border color is #ACE3B4.


Opacity

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

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

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

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

This text has shadow with #ACE3B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE3B4 on black background.


Color preview on white background

This text has color #ACE3B4 on white background.



Black color preview on #ACE3B4 background

This text has black color on #ACE3B4 background.


White color preview on #ACE3B4 background

This text has white color on #ACE3B4 background.