COLOR #ACE4D8

HEX: #ACE4D8
RGB: (172,228,216)

Color info

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

RGB color model

#ACE4D8 color RGB value is (172,228,216).

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

RGB channels and saturation

R 172 of 255 = 67%
G 228 of 255 = 89%
B 216 of 255 = 85%

172
228
216

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

Portions of RGB colors in percentages

R + G + B =
172 + 228 + 216 = 616 (100%)
R 172 of 616 ~ 27.92%
G 228 of 616 ~ 37.01%
B 216 of 616 ~ 35.06%

%27.92
%37.01
%35.06

CMYK color model

#ACE4D8 color CMYK value is (25,0,5,11).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 5.26%
  • key color value is 10.59%
CMYK:
(25,0,5,11)
C25M0Y5K11 
(25%,0%,5%,11%)
(0.25/0.00/0.05/0.11)	

CMYK percentages

%24.56
%0
%5.26
%10.59

Codes

Color #ACE4D8 in popluar color models

ACE4D8
RGB172228216
HSL167°50.91%78.43%
HSB/HSV167°24.56%89.41%
CMYK24.56%0.00%5.26%
10.59%

Color #ACE4D8 in popluar number systems.

HEXACE4D8
Decimal172228216
Binary101011001110010011011000
Octal254344330

Shades and tints

Shades of #ACE4D8

#ACE4D8
(172,228,216)
#9DD0C5
(157,208,197)
#8EBCB2
(142,188,178)
#7FA89F
(127,168,159)
#70948C
(112,148,140)
#618079
(97,128,121)
#526C66
(82,108,102)
#435853
(67,88,83)
#344440
(52,68,64)
#25302D
(37,48,45)
#161C1A
(22,28,26)
#000000
(0,0,0)

Tints of #ACE4D8

#ACE4D8
(172,228,216)
#B3E6DB
(179,230,219)
#BAE8DE
(186,232,222)
#C1EAE1
(193,234,225)
#C8ECE4
(200,236,228)
#CFEEE7
(207,238,231)
#D6F0EA
(214,240,234)
#DDF2ED
(221,242,237)
#E4F4F0
(228,244,240)
#EBF6F3
(235,246,243)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACE4D8; }

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

This text font color is #ACE4D8.


Background Color

.myBgColor { background-color: #ACE4D8; }

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

This div background color is #ACE4D8.


Border color

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

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

This div border color is #ACE4D8.


Opacity

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

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

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

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

This text has shadow with #ACE4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE4D8 on black background.


Color preview on white background

This text has color #ACE4D8 on white background.



Black color preview on #ACE4D8 background

This text has black color on #ACE4D8 background.


White color preview on #ACE4D8 background

This text has white color on #ACE4D8 background.