COLOR #ACE6C8

HEX: #ACE6C8 RGB: (172,230,200)

Color info

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

RGB color model

#ACE6C8 color RGB value is (172,230,200).

RGB: (172,230,200) (67%, 90%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 200 of 255 = 78%

172
230
200

R + G + B ~ 78%. #ACE6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 230 + 200 = 602 (100%)
R 172 of 602 ~ 28.57%
G 230 of 602 ~ 38.21%
B 200 of 602 ~ 33.22'%

%28.57
%38.21
%33.22

CMYK color model

#ACE6C8 color CMYK value is (25,0,13,10).

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

CMYK: (25,0,13,10)
C25M0Y13K10 (25%, 0%, 13%, 10%)
(0.25 / 0.00 / 0.13 / 0.10)

CMYK percentages

%25.22
%0
%13.04
%9.8

Codes

Color #ACE6C8 in popluar color models

AC E6 C8
RGB 172 230 200
HSL 149° 53.70% 78.82%
HSB/HSV 149° 25.22% 90.20%
CMYK 25.22% 0.00% 13.04%
9.80%

Color #ACE6C8 in popluar number systems.

HEX AC E6 C8
Decimal 172 230 200
Binary 10101100 11100110 11001000
Octal 254 346 310

Shades and tints

Shades of #ACE6C8

#ACE6C8
(172,230,200)
#9DD2B6
(157,210,182)
#8EBEA4
(142,190,164)
#7FAA92
(127,170,146)
#709680
(112,150,128)
#61826E
(97,130,110)
#526E5C
(82,110,92)
#435A4A
(67,90,74)
#344638
(52,70,56)
#253226
(37,50,38)
#161E14
(22,30,20)
#000000
(0,0,0)

Tints of #ACE6C8

#ACE6C8
(172,230,200)
#B3E8CD
(179,232,205)
#BAEAD2
(186,234,210)
#C1ECD7
(193,236,215)
#C8EEDC
(200,238,220)
#CFF0E1
(207,240,225)
#D6F2E6
(214,242,230)
#DDF4EB
(221,244,235)
#E4F6F0
(228,246,240)
#EBF8F5
(235,248,245)
#F2FAFA
(242,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6C8; }

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

This text font color is #ACE6C8.

Background Color

.myBgColor { background-color: #ACE6C8; }

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

This div background color is #ACE6C8.

Border color

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

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

This div border color is #ACE6C8.

Opacity

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

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

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

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

This text has shadow with #ACE6C8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACE6C8.

Preview

Color preview on black background

This text has color #ACE6C8 on black background.


Color preview on white background

This text has color #ACE6C8 on white background.


Black color preview on #ACE6C8 background

This text has black color on #ACE6C8 background.


White color preview on #ACE6C8 background

This text has white color on #ACE6C8 background.


Related colors

Complementary color

Complementary color for #hex is #531937.


I love getcolorcode.com

Triadic colors

1 #C8ACE6 and #E6C8AC with #ACE6C8 are triadic colors.

2 #C8E6AC and #E6ACC8 with #ACE6C8 are triadic colors.