COLOR #ACEFE0

HEX: #ACEFE0 RGB: (172,239,224)

Color info

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

RGB color model

#ACEFE0 color RGB value is (172,239,224).

RGB: (172,239,224) (67%, 94%, 88%)

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 224 of 255 = 88%

172
239
224

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

Portions of RGB colors in percentages

R + G + B = 172 + 239 + 224 = 635 (100%)
R 172 of 635 ~ 27.09%
G 239 of 635 ~ 37.64%
B 224 of 635 ~ 35.28'%

%27.09
%37.64
%35.28

CMYK color model

#ACEFE0 color CMYK value is (28,0,6,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%

CMYK: (28,0,6,6)
C28M0Y6K6 (28%, 0%, 6%, 6%)
(0.28 / 0.00 / 0.06 / 0.06)

CMYK percentages

%28.03
%0
%6.28
%6.27

Codes

Color #ACEFE0 in popluar color models

AC EF E0
RGB 172 239 224
HSL 167° 67.68% 80.59%
HSB/HSV 167° 28.03% 93.73%
CMYK 28.03% 0.00% 6.28%
6.27%

Color #ACEFE0 in popluar number systems.

HEX AC EF E0
Decimal 172 239 224
Binary 10101100 11101111 11100000
Octal 254 357 340

Shades and tints

Shades of #ACEFE0

#ACEFE0
(172,239,224)
#9DDACC
(157,218,204)
#8EC5B8
(142,197,184)
#7FB0A4
(127,176,164)
#709B90
(112,155,144)
#61867C
(97,134,124)
#527168
(82,113,104)
#435C54
(67,92,84)
#344740
(52,71,64)
#25322C
(37,50,44)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #ACEFE0

#ACEFE0
(172,239,224)
#B3F0E2
(179,240,226)
#BAF1E4
(186,241,228)
#C1F2E6
(193,242,230)
#C8F3E8
(200,243,232)
#CFF4EA
(207,244,234)
#D6F5EC
(214,245,236)
#DDF6EE
(221,246,238)
#E4F7F0
(228,247,240)
#EBF8F2
(235,248,242)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFE0; }

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

This text font color is #ACEFE0.

Background Color

.myBgColor { background-color: #ACEFE0; }

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

This div background color is #ACEFE0.

Border color

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

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

This div border color is #ACEFE0.

Opacity

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

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

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

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

This text has shadow with #ACEFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEFE0.

Preview

Color preview on black background

This text has color #ACEFE0 on black background.


Color preview on white background

This text has color #ACEFE0 on white background.


Black color preview on #ACEFE0 background

This text has black color on #ACEFE0 background.


White color preview on #ACEFE0 background

This text has white color on #ACEFE0 background.


Related colors

Complementary color

Complementary color for #hex is #53101F.


I love getcolorcode.com

Triadic colors

1 #E0ACEF and #EFE0AC with #ACEFE0 are triadic colors.

2 #E0EFAC and #EFACE0 with #ACEFE0 are triadic colors.