COLOR #ACE8E5

HEX: #ACE8E5
RGB: (172,232,229)

Color info

#ACE8E5 contains mainly green and blue colors. Web safe color of #ACE8E5 is #99FFCC (or #9FC).

RGB color model

#ACE8E5 color RGB value is (172,232,229).

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

RGB channels and saturation

R 172 of 255 = 67%
G 232 of 255 = 91%
B 229 of 255 = 90%

172
232
229

R + G + B ~ 83%. #ACE8E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 232 + 229 = 633 (100%)
R 172 of 633 ~ 27.17%
G 232 of 633 ~ 36.65%
B 229 of 633 ~ 36.18%

%27.17
%36.65
%36.18

CMYK color model

#ACE8E5 color CMYK value is (26,0,1,9).

  • cyan value is 25.86%
  • magenta value is 0.00%
  • yellow value is 1.29%
  • key color value is 9.02%
CMYK:
(26,0,1,9)
C26M0Y1K9 
(26%,0%,1%,9%)
(0.26/0.00/0.01/0.09)	

CMYK percentages

%25.86
%0
%1.29
%9.02

Codes

Color #ACE8E5 in popluar color models

ACE8E5
RGB172232229
HSL177°56.60%79.22%
HSB/HSV177°25.86%90.98%
CMYK25.86%0.00%1.29%
9.02%

Color #ACE8E5 in popluar number systems.

HEXACE8E5
Decimal172232229
Binary101011001110100011100101
Octal254350345

Shades and tints

Shades of #ACE8E5

#ACE8E5
(172,232,229)
#9DD3D1
(157,211,209)
#8EBEBD
(142,190,189)
#7FA9A9
(127,169,169)
#709495
(112,148,149)
#617F81
(97,127,129)
#526A6D
(82,106,109)
#435559
(67,85,89)
#344045
(52,64,69)
#252B31
(37,43,49)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #ACE8E5

#ACE8E5
(172,232,229)
#B3EAE7
(179,234,231)
#BAECE9
(186,236,233)
#C1EEEB
(193,238,235)
#C8F0ED
(200,240,237)
#CFF2EF
(207,242,239)
#D6F4F1
(214,244,241)
#DDF6F3
(221,246,243)
#E4F8F5
(228,248,245)
#EBFAF7
(235,250,247)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE8E5; }

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

This text font color is #ACE8E5.


Background Color

.myBgColor { background-color: #ACE8E5; }

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

This div background color is #ACE8E5.


Border color

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

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

This div border color is #ACE8E5.


Opacity

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

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

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

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

This text has shadow with #ACE8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE8E5 on black background.


Color preview on white background

This text has color #ACE8E5 on white background.



Black color preview on #ACE8E5 background

This text has black color on #ACE8E5 background.


White color preview on #ACE8E5 background

This text has white color on #ACE8E5 background.