COLOR #ACE0E6

HEX: #ACE0E6 RGB: (172,224,230)

Color info

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

RGB color model

#ACE0E6 color RGB value is (172,224,230).

RGB: (172,224,230) (67%, 88%, 90%)

RGB channels and saturation

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

172
224
230

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

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 230 = 626 (100%)
R 172 of 626 ~ 27.48%
G 224 of 626 ~ 35.78%
B 230 of 626 ~ 36.74'%

%27.48
%35.78
%36.74

CMYK color model

#ACE0E6 color CMYK value is (25,3,0,10).

  • cyan value is 25.22%
  • magenta value is 2.61%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK: (25,3,0,10) C25M3Y0K10 (25%,3%,0%,10%) (0.25/0.03/0.00/0.10) 

CMYK percentages

%25.22
%2.61
%0
%9.8

Codes

Color #ACE0E6 in popluar color models

AC E0 E6
RGB 172 224 230
HSL 186° 53.70% 78.82%
HSB/HSV 186° 25.22% 90.20%
CMYK 25.22% 2.61% 0.00%
9.80%

Color #ACE0E6 in popluar number systems.

HEX AC E0 E6
Decimal 172 224 230
Binary 10101100 11100000 11100110
Octal 254 340 346

Shades and tints

Shades of #ACE0E6

#ACE0E6
(172,224,230)
#9DCCD2
(157,204,210)
#8EB8BE
(142,184,190)
#7FA4AA
(127,164,170)
#709096
(112,144,150)
#617C82
(97,124,130)
#52686E
(82,104,110)
#43545A
(67,84,90)
#344046
(52,64,70)
#252C32
(37,44,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #ACE0E6

#ACE0E6
(172,224,230)
#B3E2E8
(179,226,232)
#BAE4EA
(186,228,234)
#C1E6EC
(193,230,236)
#C8E8EE
(200,232,238)
#CFEAF0
(207,234,240)
#D6ECF2
(214,236,242)
#DDEEF4
(221,238,244)
#E4F0F6
(228,240,246)
#EBF2F8
(235,242,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0E6; }

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

This text font color is #ACE0E6.

Background Color

.myBgColor { background-color: #ACE0E6; }

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

This div background color is #ACE0E6.

Border color

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

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

This div border color is #ACE0E6.

Opacity

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

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

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

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

This text has shadow with #ACE0E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0E6.

Preview

Color preview on black background

This text has color #ACE0E6 on black background.


Color preview on white background

This text has color #ACE0E6 on white background.


Black color preview on #ACE0E6 background

This text has black color on #ACE0E6 background.


White color preview on #ACE0E6 background

This text has white color on #ACE0E6 background.


Related colors

Complementary color

Complementary color for #hex is #531F19.


I love getcolorcode.com

Triadic colors

1 #E6ACE0 and #E0E6AC with #ACE0E6 are triadic colors.

2 #E6E0AC and #E0ACE6 with #ACE0E6 are triadic colors.