COLOR #ACE9EC

HEX: #ACE9EC RGB: (172,233,236)

Color info

#ACE9EC contains mainly green and blue colors. Web safe color of #ACE9EC is #99FFFF (or #9FF).

RGB color model

#ACE9EC color RGB value is (172,233,236).

RGB: (172,233,236) (67%, 91%, 93%)

RGB channels and saturation

R 172 of 255 = 67%
G 233 of 255 = 91%
B 236 of 255 = 93%

172
233
236

R + G + B ~ 84%. #ACE9EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 233 + 236 = 641 (100%)
R 172 of 641 ~ 26.83%
G 233 of 641 ~ 36.35%
B 236 of 641 ~ 36.82'%

%26.83
%36.35
%36.82

CMYK color model

#ACE9EC color CMYK value is (27,1,0,7).

  • cyan value is 27.12%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (27,1,0,7)
C27M1Y0K7 (27%, 1%, 0%, 7%)
(0.27 / 0.01 / 0.00 / 0.07)

CMYK percentages

%27.12
%1.27
%0
%7.45

Codes

Color #ACE9EC in popluar color models

AC E9 EC
RGB 172 233 236
HSL 183° 62.75% 80.00%
HSB/HSV 183° 27.12% 92.55%
CMYK 27.12% 1.27% 0.00%
7.45%

Color #ACE9EC in popluar number systems.

HEX AC E9 EC
Decimal 172 233 236
Binary 10101100 11101001 11101100
Octal 254 351 354

Shades and tints

Shades of #ACE9EC

#ACE9EC
(172,233,236)
#9DD4D7
(157,212,215)
#8EBFC2
(142,191,194)
#7FAAAD
(127,170,173)
#709598
(112,149,152)
#618083
(97,128,131)
#526B6E
(82,107,110)
#435659
(67,86,89)
#344144
(52,65,68)
#252C2F
(37,44,47)
#16171A
(22,23,26)
#000000
(0,0,0)

Tints of #ACE9EC

#ACE9EC
(172,233,236)
#B3EBED
(179,235,237)
#BAEDEE
(186,237,238)
#C1EFEF
(193,239,239)
#C8F1F0
(200,241,240)
#CFF3F1
(207,243,241)
#D6F5F2
(214,245,242)
#DDF7F3
(221,247,243)
#E4F9F4
(228,249,244)
#EBFBF5
(235,251,245)
#F2FDF6
(242,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE9EC; }

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

This text font color is #ACE9EC.

Background Color

.myBgColor { background-color: #ACE9EC; }

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

This div background color is #ACE9EC.

Border color

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

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

This div border color is #ACE9EC.

Opacity

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

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

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

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

This text has shadow with #ACE9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE9EC.

Preview

Color preview on black background

This text has color #ACE9EC on black background.


Color preview on white background

This text has color #ACE9EC on white background.


Black color preview on #ACE9EC background

This text has black color on #ACE9EC background.


White color preview on #ACE9EC background

This text has white color on #ACE9EC background.


Related colors

Complementary color

Complementary color for #hex is #531613.


I love getcolorcode.com

Triadic colors

1 #ECACE9 and #E9ECAC with #ACE9EC are triadic colors.

2 #ECE9AC and #E9ACEC with #ACE9EC are triadic colors.