COLOR #ACEFDF

HEX: #ACEFDF RGB: (172,239,223)

Color info

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

RGB color model

#ACEFDF color RGB value is (172,239,223).

RGB: (172,239,223) (67%, 94%, 87%)

RGB channels and saturation

R 172 of 255 = 67%
G 239 of 255 = 94%
B 223 of 255 = 87%

172
239
223

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

Portions of RGB colors in percentages

R + G + B = 172 + 239 + 223 = 634 (100%)
R 172 of 634 ~ 27.13%
G 239 of 634 ~ 37.7%
B 223 of 634 ~ 35.17'%

%27.13
%37.7
%35.17

CMYK color model

#ACEFDF color CMYK value is (28,0,7,6).

  • cyan value is 28.03%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 6.27%

CMYK: (28,0,7,6)
C28M0Y7K6 (28%, 0%, 7%, 6%)
(0.28 / 0.00 / 0.07 / 0.06)

CMYK percentages

%28.03
%0
%6.69
%6.27

Codes

Color #ACEFDF in popluar color models

AC EF DF
RGB 172 239 223
HSL 166° 67.68% 80.59%
HSB/HSV 166° 28.03% 93.73%
CMYK 28.03% 0.00% 6.69%
6.27%

Color #ACEFDF in popluar number systems.

HEX AC EF DF
Decimal 172 239 223
Binary 10101100 11101111 11011111
Octal 254 357 337

Shades and tints

Shades of #ACEFDF

#ACEFDF
(172,239,223)
#9DDACB
(157,218,203)
#8EC5B7
(142,197,183)
#7FB0A3
(127,176,163)
#709B8F
(112,155,143)
#61867B
(97,134,123)
#527167
(82,113,103)
#435C53
(67,92,83)
#34473F
(52,71,63)
#25322B
(37,50,43)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #ACEFDF

#ACEFDF
(172,239,223)
#B3F0E1
(179,240,225)
#BAF1E3
(186,241,227)
#C1F2E5
(193,242,229)
#C8F3E7
(200,243,231)
#CFF4E9
(207,244,233)
#D6F5EB
(214,245,235)
#DDF6ED
(221,246,237)
#E4F7EF
(228,247,239)
#EBF8F1
(235,248,241)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEFDF; }

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

This text font color is #ACEFDF.

Background Color

.myBgColor { background-color: #ACEFDF; }

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

This div background color is #ACEFDF.

Border color

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

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

This div border color is #ACEFDF.

Opacity

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

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

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

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

This text has shadow with #ACEFDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACEFDF.

Preview

Color preview on black background

This text has color #ACEFDF on black background.


Color preview on white background

This text has color #ACEFDF on white background.


Black color preview on #ACEFDF background

This text has black color on #ACEFDF background.


White color preview on #ACEFDF background

This text has white color on #ACEFDF background.


Related colors

Complementary color

Complementary color for #hex is #531020.


I love getcolorcode.com

Triadic colors

1 #DFACEF and #EFDFAC with #ACEFDF are triadic colors.

2 #DFEFAC and #EFACDF with #ACEFDF are triadic colors.