COLOR #ACE1D0

HEX: #ACE1D0
RGB: (172,225,208)

Color info

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

RGB color model

#ACE1D0 color RGB value is (172,225,208).

  • red value is 172;
  • green value is 225;
  • blue value is 208.
RGB:
(172,225,208)
(67%,88%,82%)

RGB channels and saturation

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

172
225
208

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

Portions of RGB colors in percentages

R + G + B =
172 + 225 + 208 = 605 (100%)
R 172 of 605 ~ 28.43%
G 225 of 605 ~ 37.19%
B 208 of 605 ~ 34.38%

%28.43
%37.19
%34.38

CMYK color model

#ACE1D0 color CMYK value is (24,0,8,12).

  • cyan value is 23.56%
  • magenta value is 0.00%
  • yellow value is 7.56%
  • key color value is 11.76%
CMYK:
(24,0,8,12)
C24M0Y8K12 
(24%,0%,8%,12%)
(0.24/0.00/0.08/0.12)	

CMYK percentages

%23.56
%0
%7.56
%11.76

Codes

Color #ACE1D0 in popluar color models

ACE1D0
RGB172225208
HSL161°46.90%77.84%
HSB/HSV161°23.56%88.24%
CMYK23.56%0.00%7.56%
11.76%

Color #ACE1D0 in popluar number systems.

HEXACE1D0
Decimal172225208
Binary101011001110000111010000
Octal254341320

Shades and tints

Shades of #ACE1D0

#ACE1D0
(172,225,208)
#9DCDBE
(157,205,190)
#8EB9AC
(142,185,172)
#7FA59A
(127,165,154)
#709188
(112,145,136)
#617D76
(97,125,118)
#526964
(82,105,100)
#435552
(67,85,82)
#344140
(52,65,64)
#252D2E
(37,45,46)
#16191C
(22,25,28)
#000000
(0,0,0)

Tints of #ACE1D0

#ACE1D0
(172,225,208)
#B3E3D4
(179,227,212)
#BAE5D8
(186,229,216)
#C1E7DC
(193,231,220)
#C8E9E0
(200,233,224)
#CFEBE4
(207,235,228)
#D6EDE8
(214,237,232)
#DDEFEC
(221,239,236)
#E4F1F0
(228,241,240)
#EBF3F4
(235,243,244)
#F2F5F8
(242,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE1D0; }

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

This text font color is #ACE1D0.


Background Color

.myBgColor { background-color: #ACE1D0; }

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

This div background color is #ACE1D0.


Border color

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

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

This div border color is #ACE1D0.


Opacity

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

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

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

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

This text has shadow with #ACE1D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE1D0 on black background.


Color preview on white background

This text has color #ACE1D0 on white background.



Black color preview on #ACE1D0 background

This text has black color on #ACE1D0 background.


White color preview on #ACE1D0 background

This text has white color on #ACE1D0 background.