COLOR #ACFCD0

HEX: #ACFCD0
RGB: (172,252,208)

Color info

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

RGB color model

#ACFCD0 color RGB value is (172,252,208).

  • red value is 172;
  • green value is 252;
  • blue value is 208.
RGB:
(172,252,208)
(67%,99%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 252 of 255 = 99%
B 208 of 255 = 82%

172
252
208

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

Portions of RGB colors in percentages

R + G + B =
172 + 252 + 208 = 632 (100%)
R 172 of 632 ~ 27.22%
G 252 of 632 ~ 39.87%
B 208 of 632 ~ 32.91%

%27.22
%39.87
%32.91

CMYK color model

#ACFCD0 color CMYK value is (32,0,17,1).

  • cyan value is 31.75%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK:
(32,0,17,1)
C32M0Y17K1 
(32%,0%,17%,1%)
(0.32/0.00/0.17/0.01)	

CMYK percentages

%31.75
%0
%17.46
%1.18

Codes

Color #ACFCD0 in popluar color models

ACFCD0
RGB172252208
HSL147°93.02%83.14%
HSB/HSV147°31.75%98.82%
CMYK31.75%0.00%17.46%
1.18%

Color #ACFCD0 in popluar number systems.

HEXACFCD0
Decimal172252208
Binary101011001111110011010000
Octal254374320

Shades and tints

Shades of #ACFCD0

#ACFCD0
(172,252,208)
#9DE6BE
(157,230,190)
#8ED0AC
(142,208,172)
#7FBA9A
(127,186,154)
#70A488
(112,164,136)
#618E76
(97,142,118)
#527864
(82,120,100)
#436252
(67,98,82)
#344C40
(52,76,64)
#25362E
(37,54,46)
#16201C
(22,32,28)
#000000
(0,0,0)

Tints of #ACFCD0

#ACFCD0
(172,252,208)
#B3FCD4
(179,252,212)
#BAFCD8
(186,252,216)
#C1FCDC
(193,252,220)
#C8FCE0
(200,252,224)
#CFFCE4
(207,252,228)
#D6FCE8
(214,252,232)
#DDFCEC
(221,252,236)
#E4FCF0
(228,252,240)
#EBFCF4
(235,252,244)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFCD0; }

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

This text font color is #ACFCD0.


Background Color

.myBgColor { background-color: #ACFCD0; }

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

This div background color is #ACFCD0.


Border color

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

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

This div border color is #ACFCD0.


Opacity

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

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

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

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

This text has shadow with #ACFCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFCD0 on black background.


Color preview on white background

This text has color #ACFCD0 on white background.



Black color preview on #ACFCD0 background

This text has black color on #ACFCD0 background.


White color preview on #ACFCD0 background

This text has white color on #ACFCD0 background.