COLOR #ACE1E7

HEX: #ACE1E7 RGB: (172,225,231)

Color info

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

RGB color model

#ACE1E7 color RGB value is (172,225,231).

RGB: (172,225,231) (67%, 88%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 225 of 255 = 88%
B 231 of 255 = 91%

172
225
231

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

Portions of RGB colors in percentages

R + G + B = 172 + 225 + 231 = 628 (100%)
R 172 of 628 ~ 27.39%
G 225 of 628 ~ 35.83%
B 231 of 628 ~ 36.78'%

%27.39
%35.83
%36.78

CMYK color model

#ACE1E7 color CMYK value is (26,3,0,9).

  • cyan value is 25.54%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK: (26,3,0,9) C26M3Y0K9 (26%,3%,0%,9%) (0.26/0.03/0.00/0.09) 

CMYK percentages

%25.54
%2.6
%0
%9.41

Codes

Color #ACE1E7 in popluar color models

AC E1 E7
RGB 172 225 231
HSL 186° 55.14% 79.02%
HSB/HSV 186° 25.54% 90.59%
CMYK 25.54% 2.60% 0.00%
9.41%

Color #ACE1E7 in popluar number systems.

HEX AC E1 E7
Decimal 172 225 231
Binary 10101100 11100001 11100111
Octal 254 341 347

Shades and tints

Shades of #ACE1E7

#ACE1E7
(172,225,231)
#9DCDD2
(157,205,210)
#8EB9BD
(142,185,189)
#7FA5A8
(127,165,168)
#709193
(112,145,147)
#617D7E
(97,125,126)
#526969
(82,105,105)
#435554
(67,85,84)
#34413F
(52,65,63)
#252D2A
(37,45,42)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #ACE1E7

#ACE1E7
(172,225,231)
#B3E3E9
(179,227,233)
#BAE5EB
(186,229,235)
#C1E7ED
(193,231,237)
#C8E9EF
(200,233,239)
#CFEBF1
(207,235,241)
#D6EDF3
(214,237,243)
#DDEFF5
(221,239,245)
#E4F1F7
(228,241,247)
#EBF3F9
(235,243,249)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE1E7 color. Also use rgb(172,225,231) instead hex code.

Text Font Color

.myTextColor { color: #ACE1E7; }

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

This text font color is #ACE1E7.

Background Color

.myBgColor { background-color: #ACE1E7; }

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

This div background color is #ACE1E7.

Border color

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

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

This div border color is #ACE1E7.

Opacity

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

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

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

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

This text has shadow with #ACE1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE1E7.

Preview

Color preview on black background

This text has color #ACE1E7 on black background.


Color preview on white background

This text has color #ACE1E7 on white background.


Black color preview on #ACE1E7 background

This text has black color on #ACE1E7 background.


White color preview on #ACE1E7 background

This text has white color on #ACE1E7 background.


Related colors

Complementary color

Complementary color for #hex is #531E18.


I love getcolorcode.com

Triadic colors

1 #E7ACE1 and #E1E7AC with #ACE1E7 are triadic colors.

2 #E7E1AC and #E1ACE7 with #ACE1E7 are triadic colors.