COLOR #ACEFB9

HEX: #ACEFB9
RGB: (172,239,185)

Color info

#ACEFB9 contains mainly green and blue colors. Web safe color of #ACEFB9 is #99FFCC (or #9FC).

RGB color model

#ACEFB9 color RGB value is (172,239,185).

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

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 185 of 255 = 73%

172
239
185

R + G + B ~ 78%. #ACEFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 239 + 185 = 596 (100%)
R 172 of 596 ~ 28.86%
G 239 of 596 ~ 40.1%
B 185 of 596 ~ 31.04%

%28.86
%40.1
%31.04

CMYK color model

#ACEFB9 color CMYK value is (28,0,23,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 22.59%
  • key color value is 6.27%
CMYK:
(28,0,23,6)
C28M0Y23K6 
(28%,0%,23%,6%)
(0.28/0.00/0.23/0.06)	

CMYK percentages

%28.03
%0
%22.59
%6.27

Codes

Color #ACEFB9 in popluar color models

ACEFB9
RGB172239185
HSL132°67.68%80.59%
HSB/HSV132°28.03%93.73%
CMYK28.03%0.00%22.59%
6.27%

Color #ACEFB9 in popluar number systems.

HEXACEFB9
Decimal172239185
Binary101011001110111110111001
Octal254357271

Shades and tints

Shades of #ACEFB9

#ACEFB9
(172,239,185)
#9DDAA9
(157,218,169)
#8EC599
(142,197,153)
#7FB089
(127,176,137)
#709B79
(112,155,121)
#618669
(97,134,105)
#527159
(82,113,89)
#435C49
(67,92,73)
#344739
(52,71,57)
#253229
(37,50,41)
#161D19
(22,29,25)
#000000
(0,0,0)

Tints of #ACEFB9

#ACEFB9
(172,239,185)
#B3F0BF
(179,240,191)
#BAF1C5
(186,241,197)
#C1F2CB
(193,242,203)
#C8F3D1
(200,243,209)
#CFF4D7
(207,244,215)
#D6F5DD
(214,245,221)
#DDF6E3
(221,246,227)
#E4F7E9
(228,247,233)
#EBF8EF
(235,248,239)
#F2F9F5
(242,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFB9; }

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

This text font color is #ACEFB9.


Background Color

.myBgColor { background-color: #ACEFB9; }

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

This div background color is #ACEFB9.


Border color

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

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

This div border color is #ACEFB9.


Opacity

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

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

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

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

This text has shadow with #ACEFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEFB9 on black background.


Color preview on white background

This text has color #ACEFB9 on white background.



Black color preview on #ACEFB9 background

This text has black color on #ACEFB9 background.


White color preview on #ACEFB9 background

This text has white color on #ACEFB9 background.