COLOR #ACE2F0

HEX: #ACE2F0 RGB: (172,226,240)

Color info

#ACE2F0 contains mainly green and blue colors. Web safe color of #ACE2F0 is #99CCFF (or #9CF).

RGB color model

#ACE2F0 color RGB value is (172,226,240).

RGB: (172,226,240) (67%, 89%, 94%)

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 240 of 255 = 94%

172
226
240

R + G + B ~ 83%. #ACE2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 226 + 240 = 638 (100%)
R 172 of 638 ~ 26.96%
G 226 of 638 ~ 35.42%
B 240 of 638 ~ 37.62'%

%26.96
%35.42
%37.62

CMYK color model

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

  • cyan value is 28.33%
  • magenta value is 5.83%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (28,6,0,6)
C28M6Y0K6 (28%, 6%, 0%, 6%)
(0.28 / 0.06 / 0.00 / 0.06)

CMYK percentages

%28.33
%5.83
%0
%5.88

Codes

Color #ACE2F0 in popluar color models

AC E2 F0
RGB 172 226 240
HSL 192° 69.39% 80.78%
HSB/HSV 192° 28.33% 94.12%
CMYK 28.33% 5.83% 0.00%
5.88%

Color #ACE2F0 in popluar number systems.

HEX AC E2 F0
Decimal 172 226 240
Binary 10101100 11100010 11110000
Octal 254 342 360

Shades and tints

Shades of #ACE2F0

#ACE2F0
(172,226,240)
#9DCEDB
(157,206,219)
#8EBAC6
(142,186,198)
#7FA6B1
(127,166,177)
#70929C
(112,146,156)
#617E87
(97,126,135)
#526A72
(82,106,114)
#43565D
(67,86,93)
#344248
(52,66,72)
#252E33
(37,46,51)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #ACE2F0

#ACE2F0
(172,226,240)
#B3E4F1
(179,228,241)
#BAE6F2
(186,230,242)
#C1E8F3
(193,232,243)
#C8EAF4
(200,234,244)
#CFECF5
(207,236,245)
#D6EEF6
(214,238,246)
#DDF0F7
(221,240,247)
#E4F2F8
(228,242,248)
#EBF4F9
(235,244,249)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE2F0 color. Also use rgb(172,226,240) instead hex code.

Text Font Color

.myTextColor { color: #ACE2F0; }

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

This text font color is #ACE2F0.

Background Color

.myBgColor { background-color: #ACE2F0; }

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

This div background color is #ACE2F0.

Border color

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

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

This div border color is #ACE2F0.

Opacity

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

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

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

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

This text has shadow with #ACE2F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE2F0.

Preview

Color preview on black background

This text has color #ACE2F0 on black background.


Color preview on white background

This text has color #ACE2F0 on white background.


Black color preview on #ACE2F0 background

This text has black color on #ACE2F0 background.


White color preview on #ACE2F0 background

This text has white color on #ACE2F0 background.


Related colors

Complementary color

Complementary color for #hex is #531D0F.


I love getcolorcode.com

Triadic colors

1 #F0ACE2 and #E2F0AC with #ACE2F0 are triadic colors.

2 #F0E2AC and #E2ACF0 with #ACE2F0 are triadic colors.