COLOR #ACEFC8

HEX: #ACEFC8
RGB: (172,239,200)

Color info

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

RGB color model

#ACEFC8 color RGB value is (172,239,200).

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

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 200 of 255 = 78%

172
239
200

R + G + B ~ 80%. #ACEFC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 239 + 200 = 611 (100%)
R 172 of 611 ~ 28.15%
G 239 of 611 ~ 39.12%
B 200 of 611 ~ 32.73%

%28.15
%39.12
%32.73

CMYK color model

#ACEFC8 color CMYK value is (28,0,16,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 16.32%
  • key color value is 6.27%
CMYK:
(28,0,16,6)
C28M0Y16K6 
(28%,0%,16%,6%)
(0.28/0.00/0.16/0.06)	

CMYK percentages

%28.03
%0
%16.32
%6.27

Codes

Color #ACEFC8 in popluar color models

ACEFC8
RGB172239200
HSL145°67.68%80.59%
HSB/HSV145°28.03%93.73%
CMYK28.03%0.00%16.32%
6.27%

Color #ACEFC8 in popluar number systems.

HEXACEFC8
Decimal172239200
Binary101011001110111111001000
Octal254357310

Shades and tints

Shades of #ACEFC8

#ACEFC8
(172,239,200)
#9DDAB6
(157,218,182)
#8EC5A4
(142,197,164)
#7FB092
(127,176,146)
#709B80
(112,155,128)
#61866E
(97,134,110)
#52715C
(82,113,92)
#435C4A
(67,92,74)
#344738
(52,71,56)
#253226
(37,50,38)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #ACEFC8

#ACEFC8
(172,239,200)
#B3F0CD
(179,240,205)
#BAF1D2
(186,241,210)
#C1F2D7
(193,242,215)
#C8F3DC
(200,243,220)
#CFF4E1
(207,244,225)
#D6F5E6
(214,245,230)
#DDF6EB
(221,246,235)
#E4F7F0
(228,247,240)
#EBF8F5
(235,248,245)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFC8; }

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

This text font color is #ACEFC8.


Background Color

.myBgColor { background-color: #ACEFC8; }

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

This div background color is #ACEFC8.


Border color

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

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

This div border color is #ACEFC8.


Opacity

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

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

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

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

This text has shadow with #ACEFC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEFC8 on black background.


Color preview on white background

This text has color #ACEFC8 on white background.



Black color preview on #ACEFC8 background

This text has black color on #ACEFC8 background.


White color preview on #ACEFC8 background

This text has white color on #ACEFC8 background.