COLOR #ACEFB0

HEX: #ACEFB0
RGB: (172,239,176)

Color info

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

RGB color model

#ACEFB0 color RGB value is (172,239,176).

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

RGB channels and saturation

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

172
239
176

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

Portions of RGB colors in percentages

R + G + B =
172 + 239 + 176 = 587 (100%)
R 172 of 587 ~ 29.3%
G 239 of 587 ~ 40.72%
B 176 of 587 ~ 29.98%

%29.3
%40.72
%29.98

CMYK color model

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

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 26.36%
  • 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
%26.36
%6.27

Codes

Color #ACEFB0 in popluar color models

ACEFB0
RGB172239176
HSL124°67.68%80.59%
HSB/HSV124°28.03%93.73%
CMYK28.03%0.00%26.36%
6.27%

Color #ACEFB0 in popluar number systems.

HEXACEFB0
Decimal172239176
Binary101011001110111110110000
Octal254357260

Shades and tints

Shades of #ACEFB0

#ACEFB0
(172,239,176)
#9DDAA0
(157,218,160)
#8EC590
(142,197,144)
#7FB080
(127,176,128)
#709B70
(112,155,112)
#618660
(97,134,96)
#527150
(82,113,80)
#435C40
(67,92,64)
#344730
(52,71,48)
#253220
(37,50,32)
#161D10
(22,29,16)
#000000
(0,0,0)

Tints of #ACEFB0

#ACEFB0
(172,239,176)
#B3F0B7
(179,240,183)
#BAF1BE
(186,241,190)
#C1F2C5
(193,242,197)
#C8F3CC
(200,243,204)
#CFF4D3
(207,244,211)
#D6F5DA
(214,245,218)
#DDF6E1
(221,246,225)
#E4F7E8
(228,247,232)
#EBF8EF
(235,248,239)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFB0; }

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

This text font color is #ACEFB0.


Background Color

.myBgColor { background-color: #ACEFB0; }

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

This div background color is #ACEFB0.


Border color

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

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

This div border color is #ACEFB0.


Opacity

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

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

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

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

This text has shadow with #ACEFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEFB0 on black background.


Color preview on white background

This text has color #ACEFB0 on white background.



Black color preview on #ACEFB0 background

This text has black color on #ACEFB0 background.


White color preview on #ACEFB0 background

This text has white color on #ACEFB0 background.