COLOR #ACE0E5

HEX: #ACE0E5
RGB: (172,224,229)

Color info

#ACE0E5 contains red, green and blue colors in about the same proportion. Web safe color of #ACE0E5 is #99CCCC (or #9CC).

RGB color model

#ACE0E5 color RGB value is (172,224,229).

  • red value is 172;
  • green value is 224;
  • blue value is 229.
RGB:
(172,224,229)
(67%,88%,90%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 229 of 255 = 90%

172
224
229

R + G + B ~ 82%. #ACE0E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 224 + 229 = 625 (100%)
R 172 of 625 ~ 27.52%
G 224 of 625 ~ 35.84%
B 229 of 625 ~ 36.64%

%27.52
%35.84
%36.64

CMYK color model

#ACE0E5 color CMYK value is (25,2,0,10).

  • cyan value is 24.89%
  • magenta value is 2.18%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(25,2,0,10)
C25M2Y0K10 
(25%,2%,0%,10%)
(0.25/0.02/0.00/0.10)	

CMYK percentages

%24.89
%2.18
%0
%10.2

Codes

Color #ACE0E5 in popluar color models

ACE0E5
RGB172224229
HSL185°52.29%78.63%
HSB/HSV185°24.89%89.80%
CMYK24.89%2.18%0.00%
10.20%

Color #ACE0E5 in popluar number systems.

HEXACE0E5
Decimal172224229
Binary101011001110000011100101
Octal254340345

Shades and tints

Shades of #ACE0E5

#ACE0E5
(172,224,229)
#9DCCD1
(157,204,209)
#8EB8BD
(142,184,189)
#7FA4A9
(127,164,169)
#709095
(112,144,149)
#617C81
(97,124,129)
#52686D
(82,104,109)
#435459
(67,84,89)
#344045
(52,64,69)
#252C31
(37,44,49)
#16181D
(22,24,29)
#000000
(0,0,0)

Tints of #ACE0E5

#ACE0E5
(172,224,229)
#B3E2E7
(179,226,231)
#BAE4E9
(186,228,233)
#C1E6EB
(193,230,235)
#C8E8ED
(200,232,237)
#CFEAEF
(207,234,239)
#D6ECF1
(214,236,241)
#DDEEF3
(221,238,243)
#E4F0F5
(228,240,245)
#EBF2F7
(235,242,247)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE0E5 color. Also use rgb(172,224,229) instead hex code.

Text Font Color

.myTextColor { color: #ACE0E5; }

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

This text font color is #ACE0E5.


Background Color

.myBgColor { background-color: #ACE0E5; }

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

This div background color is #ACE0E5.


Border color

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

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

This div border color is #ACE0E5.


Opacity

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

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

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

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

This text has shadow with #ACE0E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0E5 on black background.


Color preview on white background

This text has color #ACE0E5 on white background.



Black color preview on #ACE0E5 background

This text has black color on #ACE0E5 background.


White color preview on #ACE0E5 background

This text has white color on #ACE0E5 background.