COLOR #ACE0CF

HEX: #ACE0CF
RGB: (172,224,207)

Color info

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

RGB color model

#ACE0CF color RGB value is (172,224,207).

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

RGB channels and saturation

R 172 of 255 = 67%
G 224 of 255 = 88%
B 207 of 255 = 81%

172
224
207

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

Portions of RGB colors in percentages

R + G + B =
172 + 224 + 207 = 603 (100%)
R 172 of 603 ~ 28.52%
G 224 of 603 ~ 37.15%
B 207 of 603 ~ 34.33%

%28.52
%37.15
%34.33

CMYK color model

#ACE0CF color CMYK value is (23,0,8,12).

  • cyan value is 23.21%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%
CMYK:
(23,0,8,12)
C23M0Y8K12 
(23%,0%,8%,12%)
(0.23/0.00/0.08/0.12)	

CMYK percentages

%23.21
%0
%7.59
%12.16

Codes

Color #ACE0CF in popluar color models

ACE0CF
RGB172224207
HSL160°45.61%77.65%
HSB/HSV160°23.21%87.84%
CMYK23.21%0.00%7.59%
12.16%

Color #ACE0CF in popluar number systems.

HEXACE0CF
Decimal172224207
Binary101011001110000011001111
Octal254340317

Shades and tints

Shades of #ACE0CF

#ACE0CF
(172,224,207)
#9DCCBD
(157,204,189)
#8EB8AB
(142,184,171)
#7FA499
(127,164,153)
#709087
(112,144,135)
#617C75
(97,124,117)
#526863
(82,104,99)
#435451
(67,84,81)
#34403F
(52,64,63)
#252C2D
(37,44,45)
#16181B
(22,24,27)
#000000
(0,0,0)

Tints of #ACE0CF

#ACE0CF
(172,224,207)
#B3E2D3
(179,226,211)
#BAE4D7
(186,228,215)
#C1E6DB
(193,230,219)
#C8E8DF
(200,232,223)
#CFEAE3
(207,234,227)
#D6ECE7
(214,236,231)
#DDEEEB
(221,238,235)
#E4F0EF
(228,240,239)
#EBF2F3
(235,242,243)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE0CF; }

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

This text font color is #ACE0CF.


Background Color

.myBgColor { background-color: #ACE0CF; }

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

This div background color is #ACE0CF.


Border color

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

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

This div border color is #ACE0CF.


Opacity

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

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

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

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

This text has shadow with #ACE0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE0CF on black background.


Color preview on white background

This text has color #ACE0CF on white background.



Black color preview on #ACE0CF background

This text has black color on #ACE0CF background.


White color preview on #ACE0CF background

This text has white color on #ACE0CF background.