COLOR #ACEFD6

HEX: #ACEFD6
RGB: (172,239,214)

Color info

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

RGB color model

#ACEFD6 color RGB value is (172,239,214).

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

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 214 of 255 = 84%

172
239
214

R + G + B ~ 82%. #ACEFD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 239 + 214 = 625 (100%)
R 172 of 625 ~ 27.52%
G 239 of 625 ~ 38.24%
B 214 of 625 ~ 34.24%

%27.52
%38.24
%34.24

CMYK color model

#ACEFD6 color CMYK value is (28,0,10,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 10.46%
  • key color value is 6.27%
CMYK:
(28,0,10,6)
C28M0Y10K6 
(28%,0%,10%,6%)
(0.28/0.00/0.10/0.06)	

CMYK percentages

%28.03
%0
%10.46
%6.27

Codes

Color #ACEFD6 in popluar color models

ACEFD6
RGB172239214
HSL158°67.68%80.59%
HSB/HSV158°28.03%93.73%
CMYK28.03%0.00%10.46%
6.27%

Color #ACEFD6 in popluar number systems.

HEXACEFD6
Decimal172239214
Binary101011001110111111010110
Octal254357326

Shades and tints

Shades of #ACEFD6

#ACEFD6
(172,239,214)
#9DDAC3
(157,218,195)
#8EC5B0
(142,197,176)
#7FB09D
(127,176,157)
#709B8A
(112,155,138)
#618677
(97,134,119)
#527164
(82,113,100)
#435C51
(67,92,81)
#34473E
(52,71,62)
#25322B
(37,50,43)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #ACEFD6

#ACEFD6
(172,239,214)
#B3F0D9
(179,240,217)
#BAF1DC
(186,241,220)
#C1F2DF
(193,242,223)
#C8F3E2
(200,243,226)
#CFF4E5
(207,244,229)
#D6F5E8
(214,245,232)
#DDF6EB
(221,246,235)
#E4F7EE
(228,247,238)
#EBF8F1
(235,248,241)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFD6; }

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

This text font color is #ACEFD6.


Background Color

.myBgColor { background-color: #ACEFD6; }

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

This div background color is #ACEFD6.


Border color

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

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

This div border color is #ACEFD6.


Opacity

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

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

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

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

This text has shadow with #ACEFD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEFD6 on black background.


Color preview on white background

This text has color #ACEFD6 on white background.



Black color preview on #ACEFD6 background

This text has black color on #ACEFD6 background.


White color preview on #ACEFD6 background

This text has white color on #ACEFD6 background.