COLOR #ACEFB1

HEX: #ACEFB1
RGB: (172,239,177)

Color info

#ACEFB1 contains mainly green color. Web safe color of #ACEFB1 is #99FF99 (or #9F9).

RGB color model

#ACEFB1 color RGB value is (172,239,177).

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

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 177 of 255 = 69%

172
239
177

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

Portions of RGB colors in percentages

R + G + B =
172 + 239 + 177 = 588 (100%)
R 172 of 588 ~ 29.25%
G 239 of 588 ~ 40.65%
B 177 of 588 ~ 30.1%

%29.25
%40.65
%30.1

CMYK color model

#ACEFB1 color CMYK value is (28,0,26,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 25.94%
  • key color value is 6.27%
CMYK:
(28,0,26,6)
C28M0Y26K6 
(28%,0%,26%,6%)
(0.28/0.00/0.26/0.06)	

CMYK percentages

%28.03
%0
%25.94
%6.27

Codes

Color #ACEFB1 in popluar color models

ACEFB1
RGB172239177
HSL124°67.68%80.59%
HSB/HSV124°28.03%93.73%
CMYK28.03%0.00%25.94%
6.27%

Color #ACEFB1 in popluar number systems.

HEXACEFB1
Decimal172239177
Binary101011001110111110110001
Octal254357261

Shades and tints

Shades of #ACEFB1

#ACEFB1
(172,239,177)
#9DDAA1
(157,218,161)
#8EC591
(142,197,145)
#7FB081
(127,176,129)
#709B71
(112,155,113)
#618661
(97,134,97)
#527151
(82,113,81)
#435C41
(67,92,65)
#344731
(52,71,49)
#253221
(37,50,33)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #ACEFB1

#ACEFB1
(172,239,177)
#B3F0B8
(179,240,184)
#BAF1BF
(186,241,191)
#C1F2C6
(193,242,198)
#C8F3CD
(200,243,205)
#CFF4D4
(207,244,212)
#D6F5DB
(214,245,219)
#DDF6E2
(221,246,226)
#E4F7E9
(228,247,233)
#EBF8F0
(235,248,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFB1; }

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

This text font color is #ACEFB1.


Background Color

.myBgColor { background-color: #ACEFB1; }

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

This div background color is #ACEFB1.


Border color

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

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

This div border color is #ACEFB1.


Opacity

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

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

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

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

This text has shadow with #ACEFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEFB1 on black background.


Color preview on white background

This text has color #ACEFB1 on white background.



Black color preview on #ACEFB1 background

This text has black color on #ACEFB1 background.


White color preview on #ACEFB1 background

This text has white color on #ACEFB1 background.