COLOR #ACE5D4

HEX: #ACE5D4
RGB: (172,229,212)

Color info

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

RGB color model

#ACE5D4 color RGB value is (172,229,212).

  • red value is 172;
  • green value is 229;
  • blue value is 212.
RGB:
(172,229,212)
(67%,90%,83%)

RGB channels and saturation

R 172 of 255 = 67%
G 229 of 255 = 90%
B 212 of 255 = 83%

172
229
212

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

Portions of RGB colors in percentages

R + G + B =
172 + 229 + 212 = 613 (100%)
R 172 of 613 ~ 28.06%
G 229 of 613 ~ 37.36%
B 212 of 613 ~ 34.58%

%28.06
%37.36
%34.58

CMYK color model

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

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

CMYK percentages

%24.89
%0
%7.42
%10.2

Codes

Color #ACE5D4 in popluar color models

ACE5D4
RGB172229212
HSL162°52.29%78.63%
HSB/HSV162°24.89%89.80%
CMYK24.89%0.00%7.42%
10.20%

Color #ACE5D4 in popluar number systems.

HEXACE5D4
Decimal172229212
Binary101011001110010111010100
Octal254345324

Shades and tints

Shades of #ACE5D4

#ACE5D4
(172,229,212)
#9DD1C1
(157,209,193)
#8EBDAE
(142,189,174)
#7FA99B
(127,169,155)
#709588
(112,149,136)
#618175
(97,129,117)
#526D62
(82,109,98)
#43594F
(67,89,79)
#34453C
(52,69,60)
#253129
(37,49,41)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #ACE5D4

#ACE5D4
(172,229,212)
#B3E7D7
(179,231,215)
#BAE9DA
(186,233,218)
#C1EBDD
(193,235,221)
#C8EDE0
(200,237,224)
#CFEFE3
(207,239,227)
#D6F1E6
(214,241,230)
#DDF3E9
(221,243,233)
#E4F5EC
(228,245,236)
#EBF7EF
(235,247,239)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE5D4 color. Also use rgb(172,229,212) instead hex code.

Text Font Color

.myTextColor { color: #ACE5D4; }

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

This text font color is #ACE5D4.


Background Color

.myBgColor { background-color: #ACE5D4; }

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

This div background color is #ACE5D4.


Border color

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

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

This div border color is #ACE5D4.


Opacity

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

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

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

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

This text has shadow with #ACE5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE5D4 on black background.


Color preview on white background

This text has color #ACE5D4 on white background.



Black color preview on #ACE5D4 background

This text has black color on #ACE5D4 background.


White color preview on #ACE5D4 background

This text has white color on #ACE5D4 background.