COLOR #ACECE2

HEX: #ACECE2
RGB: (172,236,226)

Color info

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

RGB color model

#ACECE2 color RGB value is (172,236,226).

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

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 226 of 255 = 89%

172
236
226

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

Portions of RGB colors in percentages

R + G + B =
172 + 236 + 226 = 634 (100%)
R 172 of 634 ~ 27.13%
G 236 of 634 ~ 37.22%
B 226 of 634 ~ 35.65%

%27.13
%37.22
%35.65

CMYK color model

#ACECE2 color CMYK value is (27,0,4,7).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 7.45%
CMYK:
(27,0,4,7)
C27M0Y4K7 
(27%,0%,4%,7%)
(0.27/0.00/0.04/0.07)	

CMYK percentages

%27.12
%0
%4.24
%7.45

Codes

Color #ACECE2 in popluar color models

ACECE2
RGB172236226
HSL171°62.75%80.00%
HSB/HSV171°27.12%92.55%
CMYK27.12%0.00%4.24%
7.45%

Color #ACECE2 in popluar number systems.

HEXACECE2
Decimal172236226
Binary101011001110110011100010
Octal254354342

Shades and tints

Shades of #ACECE2

#ACECE2
(172,236,226)
#9DD7CE
(157,215,206)
#8EC2BA
(142,194,186)
#7FADA6
(127,173,166)
#709892
(112,152,146)
#61837E
(97,131,126)
#526E6A
(82,110,106)
#435956
(67,89,86)
#344442
(52,68,66)
#252F2E
(37,47,46)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #ACECE2

#ACECE2
(172,236,226)
#B3EDE4
(179,237,228)
#BAEEE6
(186,238,230)
#C1EFE8
(193,239,232)
#C8F0EA
(200,240,234)
#CFF1EC
(207,241,236)
#D6F2EE
(214,242,238)
#DDF3F0
(221,243,240)
#E4F4F2
(228,244,242)
#EBF5F4
(235,245,244)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACECE2; }

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

This text font color is #ACECE2.


Background Color

.myBgColor { background-color: #ACECE2; }

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

This div background color is #ACECE2.


Border color

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

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

This div border color is #ACECE2.


Opacity

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

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

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

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

This text has shadow with #ACECE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACECE2 on black background.


Color preview on white background

This text has color #ACECE2 on white background.



Black color preview on #ACECE2 background

This text has black color on #ACECE2 background.


White color preview on #ACECE2 background

This text has white color on #ACECE2 background.