COLOR #ACE2F4

HEX: #ACE2F4
RGB: (172,226,244)

Color info

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

RGB color model

#ACE2F4 color RGB value is (172,226,244).

  • red value is 172;
  • green value is 226;
  • blue value is 244.
RGB:
(172,226,244)
(67%,89%,96%)

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 244 of 255 = 96%

172
226
244

R + G + B ~ 84%. #ACE2F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 226 + 244 = 642 (100%)
R 172 of 642 ~ 26.79%
G 226 of 642 ~ 35.2%
B 244 of 642 ~ 38.01%

%26.79
%35.2
%38.01

CMYK color model

#ACE2F4 color CMYK value is (30,7,0,4).

  • cyan value is 29.51%
  • magenta value is 7.38%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(30,7,0,4)
C30M7Y0K4 
(30%,7%,0%,4%)
(0.30/0.07/0.00/0.04)	

CMYK percentages

%29.51
%7.38
%0
%4.31

Codes

Color #ACE2F4 in popluar color models

ACE2F4
RGB172226244
HSL195°76.60%81.57%
HSB/HSV195°29.51%95.69%
CMYK29.51%7.38%0.00%
4.31%

Color #ACE2F4 in popluar number systems.

HEXACE2F4
Decimal172226244
Binary101011001110001011110100
Octal254342364

Shades and tints

Shades of #ACE2F4

#ACE2F4
(172,226,244)
#9DCEDE
(157,206,222)
#8EBAC8
(142,186,200)
#7FA6B2
(127,166,178)
#70929C
(112,146,156)
#617E86
(97,126,134)
#526A70
(82,106,112)
#43565A
(67,86,90)
#344244
(52,66,68)
#252E2E
(37,46,46)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #ACE2F4

#ACE2F4
(172,226,244)
#B3E4F5
(179,228,245)
#BAE6F6
(186,230,246)
#C1E8F7
(193,232,247)
#C8EAF8
(200,234,248)
#CFECF9
(207,236,249)
#D6EEFA
(214,238,250)
#DDF0FB
(221,240,251)
#E4F2FC
(228,242,252)
#EBF4FD
(235,244,253)
#F2F6FE
(242,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE2F4; }

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

This text font color is #ACE2F4.


Background Color

.myBgColor { background-color: #ACE2F4; }

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

This div background color is #ACE2F4.


Border color

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

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

This div border color is #ACE2F4.


Opacity

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

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

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

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

This text has shadow with #ACE2F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE2F4 on black background.


Color preview on white background

This text has color #ACE2F4 on white background.



Black color preview on #ACE2F4 background

This text has black color on #ACE2F4 background.


White color preview on #ACE2F4 background

This text has white color on #ACE2F4 background.