COLOR #ACE1B1

HEX: #ACE1B1
RGB: (172,225,177)

Color info

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

RGB color model

#ACE1B1 color RGB value is (172,225,177).

  • red value is 172;
  • green value is 225;
  • blue value is 177.
RGB:
(172,225,177)
(67%,88%,69%)

RGB channels and saturation

R 172 of 255 = 67%
G 225 of 255 = 88%
B 177 of 255 = 69%

172
225
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 225 + 177 = 574 (100%)
R 172 of 574 ~ 29.97%
G 225 of 574 ~ 39.2%
B 177 of 574 ~ 30.84%

%29.97
%39.2
%30.84

CMYK color model

#ACE1B1 color CMYK value is (24,0,21,12).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(24,0,21,12)
C24M0Y21K12 
(24%,0%,21%,12%)
(0.24/0.00/0.21/0.12)	

CMYK percentages

%23.56
%0
%21.33
%11.76

Codes

Color #ACE1B1 in popluar color models

ACE1B1
RGB172225177
HSL126°46.90%77.84%
HSB/HSV126°23.56%88.24%
CMYK23.56%0.00%21.33%
11.76%

Color #ACE1B1 in popluar number systems.

HEXACE1B1
Decimal172225177
Binary101011001110000110110001
Octal254341261

Shades and tints

Shades of #ACE1B1

#ACE1B1
(172,225,177)
#9DCDA1
(157,205,161)
#8EB991
(142,185,145)
#7FA581
(127,165,129)
#709171
(112,145,113)
#617D61
(97,125,97)
#526951
(82,105,81)
#435541
(67,85,65)
#344131
(52,65,49)
#252D21
(37,45,33)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #ACE1B1

#ACE1B1
(172,225,177)
#B3E3B8
(179,227,184)
#BAE5BF
(186,229,191)
#C1E7C6
(193,231,198)
#C8E9CD
(200,233,205)
#CFEBD4
(207,235,212)
#D6EDDB
(214,237,219)
#DDEFE2
(221,239,226)
#E4F1E9
(228,241,233)
#EBF3F0
(235,243,240)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE1B1; }

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

This text font color is #ACE1B1.


Background Color

.myBgColor { background-color: #ACE1B1; }

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

This div background color is #ACE1B1.


Border color

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

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

This div border color is #ACE1B1.


Opacity

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

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

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

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

This text has shadow with #ACE1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE1B1 on black background.


Color preview on white background

This text has color #ACE1B1 on white background.



Black color preview on #ACE1B1 background

This text has black color on #ACE1B1 background.


White color preview on #ACE1B1 background

This text has white color on #ACE1B1 background.