COLOR #ACF2CC

HEX: #ACF2CC
RGB: (172,242,204)

Color info

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

RGB color model

#ACF2CC color RGB value is (172,242,204).

  • red value is 172;
  • green value is 242;
  • blue value is 204.
RGB:
(172,242,204)
(67%,95%,80%)

RGB channels and saturation

R 172 of 255 = 67%
G 242 of 255 = 95%
B 204 of 255 = 80%

172
242
204

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

Portions of RGB colors in percentages

R + G + B =
172 + 242 + 204 = 618 (100%)
R 172 of 618 ~ 27.83%
G 242 of 618 ~ 39.16%
B 204 of 618 ~ 33.01%

%27.83
%39.16
%33.01

CMYK color model

#ACF2CC color CMYK value is (29,0,16,5).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 15.70%
  • key color value is 5.10%
CMYK:
(29,0,16,5)
C29M0Y16K5 
(29%,0%,16%,5%)
(0.29/0.00/0.16/0.05)	

CMYK percentages

%28.93
%0
%15.7
%5.1

Codes

Color #ACF2CC in popluar color models

ACF2CC
RGB172242204
HSL147°72.92%81.18%
HSB/HSV147°28.93%94.90%
CMYK28.93%0.00%15.70%
5.10%

Color #ACF2CC in popluar number systems.

HEXACF2CC
Decimal172242204
Binary101011001111001011001100
Octal254362314

Shades and tints

Shades of #ACF2CC

#ACF2CC
(172,242,204)
#9DDCBA
(157,220,186)
#8EC6A8
(142,198,168)
#7FB096
(127,176,150)
#709A84
(112,154,132)
#618472
(97,132,114)
#526E60
(82,110,96)
#43584E
(67,88,78)
#34423C
(52,66,60)
#252C2A
(37,44,42)
#161618
(22,22,24)
#000000
(0,0,0)

Tints of #ACF2CC

#ACF2CC
(172,242,204)
#B3F3D0
(179,243,208)
#BAF4D4
(186,244,212)
#C1F5D8
(193,245,216)
#C8F6DC
(200,246,220)
#CFF7E0
(207,247,224)
#D6F8E4
(214,248,228)
#DDF9E8
(221,249,232)
#E4FAEC
(228,250,236)
#EBFBF0
(235,251,240)
#F2FCF4
(242,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF2CC color. Also use rgb(172,242,204) instead hex code.

Text Font Color

.myTextColor { color: #ACF2CC; }

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

This text font color is #ACF2CC.


Background Color

.myBgColor { background-color: #ACF2CC; }

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

This div background color is #ACF2CC.


Border color

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

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

This div border color is #ACF2CC.


Opacity

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

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

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

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

This text has shadow with #ACF2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF2CC on black background.


Color preview on white background

This text has color #ACF2CC on white background.



Black color preview on #ACF2CC background

This text has black color on #ACF2CC background.


White color preview on #ACF2CC background

This text has white color on #ACF2CC background.