COLOR #ACFCC6

HEX: #ACFCC6 RGB: (172,252,198)

Color info

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

RGB color model

#ACFCC6 color RGB value is (172,252,198).

RGB: (172,252,198) (67%, 99%, 78%)

RGB channels and saturation

R 172 of 255 = 67%
G 252 of 255 = 99%
B 198 of 255 = 78%

172
252
198

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

Portions of RGB colors in percentages

R + G + B = 172 + 252 + 198 = 622 (100%)
R 172 of 622 ~ 27.65%
G 252 of 622 ~ 40.51%
B 198 of 622 ~ 31.83'%

%27.65
%40.51
%31.83

CMYK color model

#ACFCC6 color CMYK value is (32,0,21,1).

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

CMYK: (32,0,21,1)
C32M0Y21K1 (32%, 0%, 21%, 1%)
(0.32 / 0.00 / 0.21 / 0.01)

CMYK percentages

%31.75
%0
%21.43
%1.18

Codes

Color #ACFCC6 in popluar color models

AC FC C6
RGB 172 252 198
HSL 140° 93.02% 83.14%
HSB/HSV 140° 31.75% 98.82%
CMYK 31.75% 0.00% 21.43%
1.18%

Color #ACFCC6 in popluar number systems.

HEX AC FC C6
Decimal 172 252 198
Binary 10101100 11111100 11000110
Octal 254 374 306

Shades and tints

Shades of #ACFCC6

#ACFCC6
(172,252,198)
#9DE6B4
(157,230,180)
#8ED0A2
(142,208,162)
#7FBA90
(127,186,144)
#70A47E
(112,164,126)
#618E6C
(97,142,108)
#52785A
(82,120,90)
#436248
(67,98,72)
#344C36
(52,76,54)
#253624
(37,54,36)
#162012
(22,32,18)
#000000
(0,0,0)

Tints of #ACFCC6

#ACFCC6
(172,252,198)
#B3FCCB
(179,252,203)
#BAFCD0
(186,252,208)
#C1FCD5
(193,252,213)
#C8FCDA
(200,252,218)
#CFFCDF
(207,252,223)
#D6FCE4
(214,252,228)
#DDFCE9
(221,252,233)
#E4FCEE
(228,252,238)
#EBFCF3
(235,252,243)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFCC6; }

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

This text font color is #ACFCC6.

Background Color

.myBgColor { background-color: #ACFCC6; }

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

This div background color is #ACFCC6.

Border color

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

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

This div border color is #ACFCC6.

Opacity

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

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

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

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

This text has shadow with #ACFCC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFCC6.

Preview

Color preview on black background

This text has color #ACFCC6 on black background.


Color preview on white background

This text has color #ACFCC6 on white background.


Black color preview on #ACFCC6 background

This text has black color on #ACFCC6 background.


White color preview on #ACFCC6 background

This text has white color on #ACFCC6 background.


Related colors

Complementary color

Complementary color for #hex is #530339.


I love getcolorcode.com

Triadic colors

1 #C6ACFC and #FCC6AC with #ACFCC6 are triadic colors.

2 #C6FCAC and #FCACC6 with #ACFCC6 are triadic colors.