COLOR #ACE6D8

HEX: #ACE6D8 RGB: (172,230,216)

Color info

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

RGB color model

#ACE6D8 color RGB value is (172,230,216).

RGB: (172,230,216) (67%, 90%, 85%)

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 216 of 255 = 85%

172
230
216

R + G + B ~ 81%. #ACE6D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 230 + 216 = 618 (100%)
R 172 of 618 ~ 27.83%
G 230 of 618 ~ 37.22%
B 216 of 618 ~ 34.95'%

%27.83
%37.22
%34.95

CMYK color model

#ACE6D8 color CMYK value is (25,0,6,10).

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 6.09%
  • key color value is 9.80%

CMYK: (25,0,6,10)
C25M0Y6K10 (25%, 0%, 6%, 10%)
(0.25 / 0.00 / 0.06 / 0.10)

CMYK percentages

%25.22
%0
%6.09
%9.8

Codes

Color #ACE6D8 in popluar color models

AC E6 D8
RGB 172 230 216
HSL 166° 53.70% 78.82%
HSB/HSV 166° 25.22% 90.20%
CMYK 25.22% 0.00% 6.09%
9.80%

Color #ACE6D8 in popluar number systems.

HEX AC E6 D8
Decimal 172 230 216
Binary 10101100 11100110 11011000
Octal 254 346 330

Shades and tints

Shades of #ACE6D8

#ACE6D8
(172,230,216)
#9DD2C5
(157,210,197)
#8EBEB2
(142,190,178)
#7FAA9F
(127,170,159)
#70968C
(112,150,140)
#618279
(97,130,121)
#526E66
(82,110,102)
#435A53
(67,90,83)
#344640
(52,70,64)
#25322D
(37,50,45)
#161E1A
(22,30,26)
#000000
(0,0,0)

Tints of #ACE6D8

#ACE6D8
(172,230,216)
#B3E8DB
(179,232,219)
#BAEADE
(186,234,222)
#C1ECE1
(193,236,225)
#C8EEE4
(200,238,228)
#CFF0E7
(207,240,231)
#D6F2EA
(214,242,234)
#DDF4ED
(221,244,237)
#E4F6F0
(228,246,240)
#EBF8F3
(235,248,243)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6D8; }

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

This text font color is #ACE6D8.

Background Color

.myBgColor { background-color: #ACE6D8; }

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

This div background color is #ACE6D8.

Border color

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

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

This div border color is #ACE6D8.

Opacity

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

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

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

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

This text has shadow with #ACE6D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE6D8.

Preview

Color preview on black background

This text has color #ACE6D8 on black background.


Color preview on white background

This text has color #ACE6D8 on white background.


Black color preview on #ACE6D8 background

This text has black color on #ACE6D8 background.


White color preview on #ACE6D8 background

This text has white color on #ACE6D8 background.


Related colors

Complementary color

Complementary color for #hex is #531927.


I love getcolorcode.com

Triadic colors

1 #D8ACE6 and #E6D8AC with #ACE6D8 are triadic colors.

2 #D8E6AC and #E6ACD8 with #ACE6D8 are triadic colors.