COLOR #ACE6CA

HEX: #ACE6CA
RGB: (172,230,202)

Color info

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

RGB color model

#ACE6CA color RGB value is (172,230,202).

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

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 202 of 255 = 79%

172
230
202

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

Portions of RGB colors in percentages

R + G + B =
172 + 230 + 202 = 604 (100%)
R 172 of 604 ~ 28.48%
G 230 of 604 ~ 38.08%
B 202 of 604 ~ 33.44%

%28.48
%38.08
%33.44

CMYK color model

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

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 12.17%
  • key color value is 9.80%
CMYK:
(25,0,12,10)
C25M0Y12K10 
(25%,0%,12%,10%)
(0.25/0.00/0.12/0.10)	

CMYK percentages

%25.22
%0
%12.17
%9.8

Codes

Color #ACE6CA in popluar color models

ACE6CA
RGB172230202
HSL151°53.70%78.82%
HSB/HSV151°25.22%90.20%
CMYK25.22%0.00%12.17%
9.80%

Color #ACE6CA in popluar number systems.

HEXACE6CA
Decimal172230202
Binary101011001110011011001010
Octal254346312

Shades and tints

Shades of #ACE6CA

#ACE6CA
(172,230,202)
#9DD2B8
(157,210,184)
#8EBEA6
(142,190,166)
#7FAA94
(127,170,148)
#709682
(112,150,130)
#618270
(97,130,112)
#526E5E
(82,110,94)
#435A4C
(67,90,76)
#34463A
(52,70,58)
#253228
(37,50,40)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #ACE6CA

#ACE6CA
(172,230,202)
#B3E8CE
(179,232,206)
#BAEAD2
(186,234,210)
#C1ECD6
(193,236,214)
#C8EEDA
(200,238,218)
#CFF0DE
(207,240,222)
#D6F2E2
(214,242,226)
#DDF4E6
(221,244,230)
#E4F6EA
(228,246,234)
#EBF8EE
(235,248,238)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6CA; }

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

This text font color is #ACE6CA.


Background Color

.myBgColor { background-color: #ACE6CA; }

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

This div background color is #ACE6CA.


Border color

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

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

This div border color is #ACE6CA.


Opacity

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

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

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

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

This text has shadow with #ACE6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6CA on black background.


Color preview on white background

This text has color #ACE6CA on white background.



Black color preview on #ACE6CA background

This text has black color on #ACE6CA background.


White color preview on #ACE6CA background

This text has white color on #ACE6CA background.