COLOR #ACEFF1

HEX: #ACEFF1 RGB: (172,239,241)

Color info

#ACEFF1 contains mainly green and blue colors. Web safe color of #ACEFF1 is #99FFFF (or #9FF).

RGB color model

#ACEFF1 color RGB value is (172,239,241).

RGB: (172,239,241) (67%, 94%, 95%)

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 241 of 255 = 95%

172
239
241

R + G + B ~ 85%. #ACEFF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 239 + 241 = 652 (100%)
R 172 of 652 ~ 26.38%
G 239 of 652 ~ 36.66%
B 241 of 652 ~ 36.96'%

%26.38
%36.66
%36.96

CMYK color model

#ACEFF1 color CMYK value is (29,1,0,5).

  • cyan value is 28.63%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (29,1,0,5) C29M1Y0K5 (29%,1%,0%,5%) (0.29/0.01/0.00/0.05) 

CMYK percentages

%28.63
%0.83
%0
%5.49

Codes

Color #ACEFF1 in popluar color models

AC EF F1
RGB 172 239 241
HSL 182° 71.13% 80.98%
HSB/HSV 182° 28.63% 94.51%
CMYK 28.63% 0.83% 0.00%
5.49%

Color #ACEFF1 in popluar number systems.

HEX AC EF F1
Decimal 172 239 241
Binary 10101100 11101111 11110001
Octal 254 357 361

Shades and tints

Shades of #ACEFF1

#ACEFF1
(172,239,241)
#9DDADC
(157,218,220)
#8EC5C7
(142,197,199)
#7FB0B2
(127,176,178)
#709B9D
(112,155,157)
#618688
(97,134,136)
#527173
(82,113,115)
#435C5E
(67,92,94)
#344749
(52,71,73)
#253234
(37,50,52)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #ACEFF1

#ACEFF1
(172,239,241)
#B3F0F2
(179,240,242)
#BAF1F3
(186,241,243)
#C1F2F4
(193,242,244)
#C8F3F5
(200,243,245)
#CFF4F6
(207,244,246)
#D6F5F7
(214,245,247)
#DDF6F8
(221,246,248)
#E4F7F9
(228,247,249)
#EBF8FA
(235,248,250)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFF1; }

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

This text font color is #ACEFF1.

Background Color

.myBgColor { background-color: #ACEFF1; }

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

This div background color is #ACEFF1.

Border color

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

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

This div border color is #ACEFF1.

Opacity

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

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

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

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

This text has shadow with #ACEFF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEFF1.

Preview

Color preview on black background

This text has color #ACEFF1 on black background.


Color preview on white background

This text has color #ACEFF1 on white background.


Black color preview on #ACEFF1 background

This text has black color on #ACEFF1 background.


White color preview on #ACEFF1 background

This text has white color on #ACEFF1 background.


Related colors

Complementary color

Complementary color for #hex is #53100E.


I love getcolorcode.com

Triadic colors

1 #F1ACEF and #EFF1AC with #ACEFF1 are triadic colors.

2 #F1EFAC and #EFACF1 with #ACEFF1 are triadic colors.