COLOR #ACE0D0

HEX: #ACE0D0 RGB: (172,224,208)

Color info

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

RGB color model

#ACE0D0 color RGB value is (172,224,208).

RGB: (172,224,208) (67%, 88%, 82%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 208 of 255 = 82%

172
224
208

R + G + B ~ 79%. #ACE0D0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 224 + 208 = 604 (100%)
R 172 of 604 ~ 28.48%
G 224 of 604 ~ 37.09%
B 208 of 604 ~ 34.44'%

%28.48
%37.09
%34.44

CMYK color model

#ACE0D0 color CMYK value is (23,0,7,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 12.16%

CMYK: (23,0,7,12)
C23M0Y7K12 (23%, 0%, 7%, 12%)
(0.23 / 0.00 / 0.07 / 0.12)

CMYK percentages

%23.21
%0
%7.14
%12.16

Codes

Color #ACE0D0 in popluar color models

AC E0 D0
RGB 172 224 208
HSL 162° 45.61% 77.65%
HSB/HSV 162° 23.21% 87.84%
CMYK 23.21% 0.00% 7.14%
12.16%

Color #ACE0D0 in popluar number systems.

HEX AC E0 D0
Decimal 172 224 208
Binary 10101100 11100000 11010000
Octal 254 340 320

Shades and tints

Shades of #ACE0D0

#ACE0D0
(172,224,208)
#9DCCBE
(157,204,190)
#8EB8AC
(142,184,172)
#7FA49A
(127,164,154)
#709088
(112,144,136)
#617C76
(97,124,118)
#526864
(82,104,100)
#435452
(67,84,82)
#344040
(52,64,64)
#252C2E
(37,44,46)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #ACE0D0

#ACE0D0
(172,224,208)
#B3E2D4
(179,226,212)
#BAE4D8
(186,228,216)
#C1E6DC
(193,230,220)
#C8E8E0
(200,232,224)
#CFEAE4
(207,234,228)
#D6ECE8
(214,236,232)
#DDEEEC
(221,238,236)
#E4F0F0
(228,240,240)
#EBF2F4
(235,242,244)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0D0; }

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

This text font color is #ACE0D0.

Background Color

.myBgColor { background-color: #ACE0D0; }

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

This div background color is #ACE0D0.

Border color

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

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

This div border color is #ACE0D0.

Opacity

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

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

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

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

This text has shadow with #ACE0D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE0D0.

Preview

Color preview on black background

This text has color #ACE0D0 on black background.


Color preview on white background

This text has color #ACE0D0 on white background.


Black color preview on #ACE0D0 background

This text has black color on #ACE0D0 background.


White color preview on #ACE0D0 background

This text has white color on #ACE0D0 background.


Related colors

Complementary color

Complementary color for #ACE0D0 is #531F2F.


I love getcolorcode.com

Triadic colors

1 #D0ACE0 and #E0D0AC with #ACE0D0 are triadic colors.

2 #D0E0AC and #E0ACD0 with #ACE0D0 are triadic colors.