COLOR #ACE6D0

HEX: #ACE6D0
RGB: (172,230,208)

Color info

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

RGB color model

#ACE6D0 color RGB value is (172,230,208).

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

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 208 of 255 = 82%

172
230
208

R + G + B ~ 80%. #ACE6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 230 + 208 = 610 (100%)
R 172 of 610 ~ 28.2%
G 230 of 610 ~ 37.7%
B 208 of 610 ~ 34.1%

%28.2
%37.7
%34.1

CMYK color model

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

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 9.57%
  • key color value is 9.80%
CMYK:
(25,0,10,10)
C25M0Y10K10 
(25%,0%,10%,10%)
(0.25/0.00/0.10/0.10)	

CMYK percentages

%25.22
%0
%9.57
%9.8

Codes

Color #ACE6D0 in popluar color models

ACE6D0
RGB172230208
HSL157°53.70%78.82%
HSB/HSV157°25.22%90.20%
CMYK25.22%0.00%9.57%
9.80%

Color #ACE6D0 in popluar number systems.

HEXACE6D0
Decimal172230208
Binary101011001110011011010000
Octal254346320

Shades and tints

Shades of #ACE6D0

#ACE6D0
(172,230,208)
#9DD2BE
(157,210,190)
#8EBEAC
(142,190,172)
#7FAA9A
(127,170,154)
#709688
(112,150,136)
#618276
(97,130,118)
#526E64
(82,110,100)
#435A52
(67,90,82)
#344640
(52,70,64)
#25322E
(37,50,46)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #ACE6D0

#ACE6D0
(172,230,208)
#B3E8D4
(179,232,212)
#BAEAD8
(186,234,216)
#C1ECDC
(193,236,220)
#C8EEE0
(200,238,224)
#CFF0E4
(207,240,228)
#D6F2E8
(214,242,232)
#DDF4EC
(221,244,236)
#E4F6F0
(228,246,240)
#EBF8F4
(235,248,244)
#F2FAF8
(242,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6D0; }

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

This text font color is #ACE6D0.


Background Color

.myBgColor { background-color: #ACE6D0; }

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

This div background color is #ACE6D0.


Border color

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

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

This div border color is #ACE6D0.


Opacity

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

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

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

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

This text has shadow with #ACE6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6D0 on black background.


Color preview on white background

This text has color #ACE6D0 on white background.



Black color preview on #ACE6D0 background

This text has black color on #ACE6D0 background.


White color preview on #ACE6D0 background

This text has white color on #ACE6D0 background.