COLOR #ACE4E1

HEX: #ACE4E1
RGB: (172,228,225)

Color info

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

RGB color model

#ACE4E1 color RGB value is (172,228,225).

  • red value is 172;
  • green value is 228;
  • blue value is 225.
RGB:
(172,228,225)
(67%,89%,88%)

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 225 of 255 = 88%

172
228
225

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

Portions of RGB colors in percentages

R + G + B =
172 + 228 + 225 = 625 (100%)
R 172 of 625 ~ 27.52%
G 228 of 625 ~ 36.48%
B 225 of 625 ~ 36%

%27.52
%36.48
%36

CMYK color model

#ACE4E1 color CMYK value is (25,0,1,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%
CMYK:
(25,0,1,11)
C25M0Y1K11 
(25%,0%,1%,11%)
(0.25/0.00/0.01/0.11)	

CMYK percentages

%24.56
%0
%1.32
%10.59

Codes

Color #ACE4E1 in popluar color models

ACE4E1
RGB172228225
HSL177°50.91%78.43%
HSB/HSV177°24.56%89.41%
CMYK24.56%0.00%1.32%
10.59%

Color #ACE4E1 in popluar number systems.

HEXACE4E1
Decimal172228225
Binary101011001110010011100001
Octal254344341

Shades and tints

Shades of #ACE4E1

#ACE4E1
(172,228,225)
#9DD0CD
(157,208,205)
#8EBCB9
(142,188,185)
#7FA8A5
(127,168,165)
#709491
(112,148,145)
#61807D
(97,128,125)
#526C69
(82,108,105)
#435855
(67,88,85)
#344441
(52,68,65)
#25302D
(37,48,45)
#161C19
(22,28,25)
#000000
(0,0,0)

Tints of #ACE4E1

#ACE4E1
(172,228,225)
#B3E6E3
(179,230,227)
#BAE8E5
(186,232,229)
#C1EAE7
(193,234,231)
#C8ECE9
(200,236,233)
#CFEEEB
(207,238,235)
#D6F0ED
(214,240,237)
#DDF2EF
(221,242,239)
#E4F4F1
(228,244,241)
#EBF6F3
(235,246,243)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE4E1 color. Also use rgb(172,228,225) instead hex code.

Text Font Color

.myTextColor { color: #ACE4E1; }

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

This text font color is #ACE4E1.


Background Color

.myBgColor { background-color: #ACE4E1; }

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

This div background color is #ACE4E1.


Border color

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

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

This div border color is #ACE4E1.


Opacity

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

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

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

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

This text has shadow with #ACE4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4E1 on black background.


Color preview on white background

This text has color #ACE4E1 on white background.



Black color preview on #ACE4E1 background

This text has black color on #ACE4E1 background.


White color preview on #ACE4E1 background

This text has white color on #ACE4E1 background.