COLOR #ACE6D7

HEX: #ACE6D7
RGB: (172,230,215)

Color info

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

RGB color model

#ACE6D7 color RGB value is (172,230,215).

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

RGB channels and saturation

R 172 of 255 = 67%
G 230 of 255 = 90%
B 215 of 255 = 84%

172
230
215

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

Portions of RGB colors in percentages

R + G + B =
172 + 230 + 215 = 617 (100%)
R 172 of 617 ~ 27.88%
G 230 of 617 ~ 37.28%
B 215 of 617 ~ 34.85%

%27.88
%37.28
%34.85

CMYK color model

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

  • cyan value is 25.22%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 9.80%
CMYK:
(25,0,7,10)
C25M0Y7K10 
(25%,0%,7%,10%)
(0.25/0.00/0.07/0.10)	

CMYK percentages

%25.22
%0
%6.52
%9.8

Codes

Color #ACE6D7 in popluar color models

ACE6D7
RGB172230215
HSL164°53.70%78.82%
HSB/HSV164°25.22%90.20%
CMYK25.22%0.00%6.52%
9.80%

Color #ACE6D7 in popluar number systems.

HEXACE6D7
Decimal172230215
Binary101011001110011011010111
Octal254346327

Shades and tints

Shades of #ACE6D7

#ACE6D7
(172,230,215)
#9DD2C4
(157,210,196)
#8EBEB1
(142,190,177)
#7FAA9E
(127,170,158)
#70968B
(112,150,139)
#618278
(97,130,120)
#526E65
(82,110,101)
#435A52
(67,90,82)
#34463F
(52,70,63)
#25322C
(37,50,44)
#161E19
(22,30,25)
#000000
(0,0,0)

Tints of #ACE6D7

#ACE6D7
(172,230,215)
#B3E8DA
(179,232,218)
#BAEADD
(186,234,221)
#C1ECE0
(193,236,224)
#C8EEE3
(200,238,227)
#CFF0E6
(207,240,230)
#D6F2E9
(214,242,233)
#DDF4EC
(221,244,236)
#E4F6EF
(228,246,239)
#EBF8F2
(235,248,242)
#F2FAF5
(242,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE6D7; }

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

This text font color is #ACE6D7.


Background Color

.myBgColor { background-color: #ACE6D7; }

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

This div background color is #ACE6D7.


Border color

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

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

This div border color is #ACE6D7.


Opacity

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

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

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

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

This text has shadow with #ACE6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE6D7 on black background.


Color preview on white background

This text has color #ACE6D7 on white background.



Black color preview on #ACE6D7 background

This text has black color on #ACE6D7 background.


White color preview on #ACE6D7 background

This text has white color on #ACE6D7 background.