COLOR #ACFCE7

HEX: #ACFCE7 RGB: (172,252,231)

Color info

#ACFCE7 contains mainly green and blue colors. Web safe color of #ACFCE7 is #99FFFF (or #9FF).

RGB color model

#ACFCE7 color RGB value is (172,252,231).

RGB: (172,252,231) (67%, 99%, 91%)

RGB channels and saturation

R 172 of 255 = 67%
G 252 of 255 = 99%
B 231 of 255 = 91%

172
252
231

R + G + B ~ 86%. #ACFCE7 is light color.

Portions of RGB colors in percentages

R + G + B = 172 + 252 + 231 = 655 (100%)
R 172 of 655 ~ 26.26%
G 252 of 655 ~ 38.47%
B 231 of 655 ~ 35.27'%

%26.26
%38.47
%35.27

CMYK color model

#ACFCE7 color CMYK value is (32,0,8,1).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 1.18%

CMYK: (32,0,8,1)
C32M0Y8K1 (32%, 0%, 8%, 1%)
(0.32 / 0.00 / 0.08 / 0.01)

CMYK percentages

%31.75
%0
%8.33
%1.18

Codes

Color #ACFCE7 in popluar color models

AC FC E7
RGB 172 252 231
HSL 164° 93.02% 83.14%
HSB/HSV 164° 31.75% 98.82%
CMYK 31.75% 0.00% 8.33%
1.18%

Color #ACFCE7 in popluar number systems.

HEX AC FC E7
Decimal 172 252 231
Binary 10101100 11111100 11100111
Octal 254 374 347

Shades and tints

Shades of #ACFCE7

#ACFCE7
(172,252,231)
#9DE6D2
(157,230,210)
#8ED0BD
(142,208,189)
#7FBAA8
(127,186,168)
#70A493
(112,164,147)
#618E7E
(97,142,126)
#527869
(82,120,105)
#436254
(67,98,84)
#344C3F
(52,76,63)
#25362A
(37,54,42)
#162015
(22,32,21)
#000000
(0,0,0)

Tints of #ACFCE7

#ACFCE7
(172,252,231)
#B3FCE9
(179,252,233)
#BAFCEB
(186,252,235)
#C1FCED
(193,252,237)
#C8FCEF
(200,252,239)
#CFFCF1
(207,252,241)
#D6FCF3
(214,252,243)
#DDFCF5
(221,252,245)
#E4FCF7
(228,252,247)
#EBFCF9
(235,252,249)
#F2FCFB
(242,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFCE7 color. Also use rgb(172,252,231) instead hex code.

Text Font Color

.myTextColor { color: #ACFCE7; }

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

This text font color is #ACFCE7.

Background Color

.myBgColor { background-color: #ACFCE7; }

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

This div background color is #ACFCE7.

Border color

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

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

This div border color is #ACFCE7.

Opacity

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

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

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

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

This text has shadow with #ACFCE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFCE7.

Preview

Color preview on black background

This text has color #ACFCE7 on black background.


Color preview on white background

This text has color #ACFCE7 on white background.


Black color preview on #ACFCE7 background

This text has black color on #ACFCE7 background.


White color preview on #ACFCE7 background

This text has white color on #ACFCE7 background.


Related colors

Complementary color

Complementary color for #hex is #530318.


I love getcolorcode.com

Triadic colors

1 #E7ACFC and #FCE7AC with #ACFCE7 are triadic colors.

2 #E7FCAC and #FCACE7 with #ACFCE7 are triadic colors.