COLOR #ACECDF

HEX: #ACECDF
RGB: (172,236,223)

Color info

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

RGB color model

#ACECDF color RGB value is (172,236,223).

  • red value is 172;
  • green value is 236;
  • blue value is 223.
RGB:
(172,236,223)
(67%,93%,87%)

RGB channels and saturation

R 172 of 255 = 67%
G 236 of 255 = 93%
B 223 of 255 = 87%

172
236
223

R + G + B ~ 82%. #ACECDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 236 + 223 = 631 (100%)
R 172 of 631 ~ 27.26%
G 236 of 631 ~ 37.4%
B 223 of 631 ~ 35.34%

%27.26
%37.4
%35.34

CMYK color model

#ACECDF color CMYK value is (27,0,6,7).

  • cyan value is 27.12%
  • magenta value is 0.00%
  • yellow value is 5.51%
  • key color value is 7.45%
CMYK:
(27,0,6,7)
C27M0Y6K7 
(27%,0%,6%,7%)
(0.27/0.00/0.06/0.07)	

CMYK percentages

%27.12
%0
%5.51
%7.45

Codes

Color #ACECDF in popluar color models

ACECDF
RGB172236223
HSL168°62.75%80.00%
HSB/HSV168°27.12%92.55%
CMYK27.12%0.00%5.51%
7.45%

Color #ACECDF in popluar number systems.

HEXACECDF
Decimal172236223
Binary101011001110110011011111
Octal254354337

Shades and tints

Shades of #ACECDF

#ACECDF
(172,236,223)
#9DD7CB
(157,215,203)
#8EC2B7
(142,194,183)
#7FADA3
(127,173,163)
#70988F
(112,152,143)
#61837B
(97,131,123)
#526E67
(82,110,103)
#435953
(67,89,83)
#34443F
(52,68,63)
#252F2B
(37,47,43)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACECDF

#ACECDF
(172,236,223)
#B3EDE1
(179,237,225)
#BAEEE3
(186,238,227)
#C1EFE5
(193,239,229)
#C8F0E7
(200,240,231)
#CFF1E9
(207,241,233)
#D6F2EB
(214,242,235)
#DDF3ED
(221,243,237)
#E4F4EF
(228,244,239)
#EBF5F1
(235,245,241)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACECDF color. Also use rgb(172,236,223) instead hex code.

Text Font Color

.myTextColor { color: #ACECDF; }

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

This text font color is #ACECDF.


Background Color

.myBgColor { background-color: #ACECDF; }

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

This div background color is #ACECDF.


Border color

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

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

This div border color is #ACECDF.


Opacity

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

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

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

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

This text has shadow with #ACECDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACECDF on black background.


Color preview on white background

This text has color #ACECDF on white background.



Black color preview on #ACECDF background

This text has black color on #ACECDF background.


White color preview on #ACECDF background

This text has white color on #ACECDF background.