COLOR #ACE7DC

HEX: #ACE7DC
RGB: (172,231,220)

Color info

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

RGB color model

#ACE7DC color RGB value is (172,231,220).

  • red value is 172;
  • green value is 231;
  • blue value is 220.
RGB:
(172,231,220)
(67%,91%,86%)

RGB channels and saturation

R 172 of 255 = 67%
G 231 of 255 = 91%
B 220 of 255 = 86%

172
231
220

R + G + B ~ 81%. #ACE7DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 231 + 220 = 623 (100%)
R 172 of 623 ~ 27.61%
G 231 of 623 ~ 37.08%
B 220 of 623 ~ 35.31%

%27.61
%37.08
%35.31

CMYK color model

#ACE7DC color CMYK value is (26,0,5,9).

  • cyan value is 25.54%
  • magenta value is 0.00%
  • yellow value is 4.76%
  • key color value is 9.41%
CMYK:
(26,0,5,9)
C26M0Y5K9 
(26%,0%,5%,9%)
(0.26/0.00/0.05/0.09)	

CMYK percentages

%25.54
%0
%4.76
%9.41

Codes

Color #ACE7DC in popluar color models

ACE7DC
RGB172231220
HSL169°55.14%79.02%
HSB/HSV169°25.54%90.59%
CMYK25.54%0.00%4.76%
9.41%

Color #ACE7DC in popluar number systems.

HEXACE7DC
Decimal172231220
Binary101011001110011111011100
Octal254347334

Shades and tints

Shades of #ACE7DC

#ACE7DC
(172,231,220)
#9DD2C8
(157,210,200)
#8EBDB4
(142,189,180)
#7FA8A0
(127,168,160)
#70938C
(112,147,140)
#617E78
(97,126,120)
#526964
(82,105,100)
#435450
(67,84,80)
#343F3C
(52,63,60)
#252A28
(37,42,40)
#161514
(22,21,20)
#000000
(0,0,0)

Tints of #ACE7DC

#ACE7DC
(172,231,220)
#B3E9DF
(179,233,223)
#BAEBE2
(186,235,226)
#C1EDE5
(193,237,229)
#C8EFE8
(200,239,232)
#CFF1EB
(207,241,235)
#D6F3EE
(214,243,238)
#DDF5F1
(221,245,241)
#E4F7F4
(228,247,244)
#EBF9F7
(235,249,247)
#F2FBFA
(242,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE7DC color. Also use rgb(172,231,220) instead hex code.

Text Font Color

.myTextColor { color: #ACE7DC; }

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

This text font color is #ACE7DC.


Background Color

.myBgColor { background-color: #ACE7DC; }

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

This div background color is #ACE7DC.


Border color

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

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

This div border color is #ACE7DC.


Opacity

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

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

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

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

This text has shadow with #ACE7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE7DC on black background.


Color preview on white background

This text has color #ACE7DC on white background.



Black color preview on #ACE7DC background

This text has black color on #ACE7DC background.


White color preview on #ACE7DC background

This text has white color on #ACE7DC background.