COLOR #ACFCC7

HEX: #ACFCC7 RGB: (172,252,199)

Color info

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

RGB color model

#ACFCC7 color RGB value is (172,252,199).

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

RGB channels and saturation

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

172
252
199

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

Portions of RGB colors in percentages

R + G + B = 172 + 252 + 199 = 623 (100%)
R 172 of 623 ~ 27.61%
G 252 of 623 ~ 40.45%
B 199 of 623 ~ 31.94'%

%27.61
%40.45
%31.94

CMYK color model

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

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • 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.03
%1.18

Codes

Color #ACFCC7 in popluar color models

AC FC C7
RGB 172 252 199
HSL 140° 93.02% 83.14%
HSB/HSV 140° 31.75% 98.82%
CMYK 31.75% 0.00% 21.03%
1.18%

Color #ACFCC7 in popluar number systems.

HEX AC FC C7
Decimal 172 252 199
Binary 10101100 11111100 11000111
Octal 254 374 307

Shades and tints

Shades of #ACFCC7

#ACFCC7
(172,252,199)
#9DE6B5
(157,230,181)
#8ED0A3
(142,208,163)
#7FBA91
(127,186,145)
#70A47F
(112,164,127)
#618E6D
(97,142,109)
#52785B
(82,120,91)
#436249
(67,98,73)
#344C37
(52,76,55)
#253625
(37,54,37)
#162013
(22,32,19)
#000000
(0,0,0)

Tints of #ACFCC7

#ACFCC7
(172,252,199)
#B3FCCC
(179,252,204)
#BAFCD1
(186,252,209)
#C1FCD6
(193,252,214)
#C8FCDB
(200,252,219)
#CFFCE0
(207,252,224)
#D6FCE5
(214,252,229)
#DDFCEA
(221,252,234)
#E4FCEF
(228,252,239)
#EBFCF4
(235,252,244)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFCC7; }

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

This text font color is #ACFCC7.

Background Color

.myBgColor { background-color: #ACFCC7; }

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

This div background color is #ACFCC7.

Border color

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

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

This div border color is #ACFCC7.

Opacity

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

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

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

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

This text has shadow with #ACFCC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFCC7.

Preview

Color preview on black background

This text has color #ACFCC7 on black background.


Color preview on white background

This text has color #ACFCC7 on white background.


Black color preview on #ACFCC7 background

This text has black color on #ACFCC7 background.


White color preview on #ACFCC7 background

This text has white color on #ACFCC7 background.


Related colors

Complementary color

Complementary color for #hex is #530338.


I love getcolorcode.com

Triadic colors

1 #C7ACFC and #FCC7AC with #ACFCC7 are triadic colors.

2 #C7FCAC and #FCACC7 with #ACFCC7 are triadic colors.