COLOR #ACE2FF

HEX: #ACE2FF
RGB: (172,226,255)

Color info

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

RGB color model

#ACE2FF color RGB value is (172,226,255).

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

RGB channels and saturation

R 172 of 255 = 67%
G 226 of 255 = 89%
B 255 of 255 = 100%

172
226
255

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

Portions of RGB colors in percentages

R + G + B =
172 + 226 + 255 = 653 (100%)
R 172 of 653 ~ 26.34%
G 226 of 653 ~ 34.61%
B 255 of 653 ~ 39.05%

%26.34
%34.61
%39.05

CMYK color model

#ACE2FF color CMYK value is (33,11,0,0).

  • cyan value is 32.55%
  • magenta value is 11.37%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(33,11,0,0)
C33M11Y0K0 
(33%,11%,0%,0%)
(0.33/0.11/0.00/0.00)	

CMYK percentages

%32.55
%11.37
%0
%0

Codes

Color #ACE2FF in popluar color models

ACE2FF
RGB172226255
HSL201°100.00%83.73%
HSB/HSV201°32.55%100.00%
CMYK32.55%11.37%0.00%
0.00%

Color #ACE2FF in popluar number systems.

HEXACE2FF
Decimal172226255
Binary101011001110001011111111
Octal254342377

Shades and tints

Shades of #ACE2FF

#ACE2FF
(172,226,255)
#9DCEE8
(157,206,232)
#8EBAD1
(142,186,209)
#7FA6BA
(127,166,186)
#7092A3
(112,146,163)
#617E8C
(97,126,140)
#526A75
(82,106,117)
#43565E
(67,86,94)
#344247
(52,66,71)
#252E30
(37,46,48)
#161A19
(22,26,25)
#000000
(0,0,0)

Tints of #ACE2FF

#ACE2FF
(172,226,255)
#B3E4FF
(179,228,255)
#BAE6FF
(186,230,255)
#C1E8FF
(193,232,255)
#C8EAFF
(200,234,255)
#CFECFF
(207,236,255)
#D6EEFF
(214,238,255)
#DDF0FF
(221,240,255)
#E4F2FF
(228,242,255)
#EBF4FF
(235,244,255)
#F2F6FF
(242,246,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE2FF; }

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

This text font color is #ACE2FF.


Background Color

.myBgColor { background-color: #ACE2FF; }

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

This div background color is #ACE2FF.


Border color

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

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

This div border color is #ACE2FF.


Opacity

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

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

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

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

This text has shadow with #ACE2FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE2FF on black background.


Color preview on white background

This text has color #ACE2FF on white background.



Black color preview on #ACE2FF background

This text has black color on #ACE2FF background.


White color preview on #ACE2FF background

This text has white color on #ACE2FF background.