COLOR #ACE0C8

HEX: #ACE0C8
RGB: (172,224,200)

Color info

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

RGB color model

#ACE0C8 color RGB value is (172,224,200).

  • red value is 172;
  • green value is 224;
  • blue value is 200.
RGB:
(172,224,200)
(67%,88%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 200 of 255 = 78%

172
224
200

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

Portions of RGB colors in percentages

R + G + B =
172 + 224 + 200 = 596 (100%)
R 172 of 596 ~ 28.86%
G 224 of 596 ~ 37.58%
B 200 of 596 ~ 33.56%

%28.86
%37.58
%33.56

CMYK color model

#ACE0C8 color CMYK value is (23,0,11,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(23,0,11,12)
C23M0Y11K12 
(23%,0%,11%,12%)
(0.23/0.00/0.11/0.12)	

CMYK percentages

%23.21
%0
%10.71
%12.16

Codes

Color #ACE0C8 in popluar color models

ACE0C8
RGB172224200
HSL152°45.61%77.65%
HSB/HSV152°23.21%87.84%
CMYK23.21%0.00%10.71%
12.16%

Color #ACE0C8 in popluar number systems.

HEXACE0C8
Decimal172224200
Binary101011001110000011001000
Octal254340310

Shades and tints

Shades of #ACE0C8

#ACE0C8
(172,224,200)
#9DCCB6
(157,204,182)
#8EB8A4
(142,184,164)
#7FA492
(127,164,146)
#709080
(112,144,128)
#617C6E
(97,124,110)
#52685C
(82,104,92)
#43544A
(67,84,74)
#344038
(52,64,56)
#252C26
(37,44,38)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACE0C8

#ACE0C8
(172,224,200)
#B3E2CD
(179,226,205)
#BAE4D2
(186,228,210)
#C1E6D7
(193,230,215)
#C8E8DC
(200,232,220)
#CFEAE1
(207,234,225)
#D6ECE6
(214,236,230)
#DDEEEB
(221,238,235)
#E4F0F0
(228,240,240)
#EBF2F5
(235,242,245)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0C8; }

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

This text font color is #ACE0C8.


Background Color

.myBgColor { background-color: #ACE0C8; }

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

This div background color is #ACE0C8.


Border color

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

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

This div border color is #ACE0C8.


Opacity

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

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

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

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

This text has shadow with #ACE0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0C8 on black background.


Color preview on white background

This text has color #ACE0C8 on white background.



Black color preview on #ACE0C8 background

This text has black color on #ACE0C8 background.


White color preview on #ACE0C8 background

This text has white color on #ACE0C8 background.