COLOR #ACF2C4

HEX: #ACF2C4
RGB: (172,242,196)

Color info

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

RGB color model

#ACF2C4 color RGB value is (172,242,196).

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

RGB channels and saturation

R 172 of 255 = 67%
G 242 of 255 = 95%
B 196 of 255 = 77%

172
242
196

R + G + B ~ 80%. #ACF2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 242 + 196 = 610 (100%)
R 172 of 610 ~ 28.2%
G 242 of 610 ~ 39.67%
B 196 of 610 ~ 32.13%

%28.2
%39.67
%32.13

CMYK color model

#ACF2C4 color CMYK value is (29,0,19,5).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 19.01%
  • key color value is 5.10%
CMYK:
(29,0,19,5)
C29M0Y19K5 
(29%,0%,19%,5%)
(0.29/0.00/0.19/0.05)	

CMYK percentages

%28.93
%0
%19.01
%5.1

Codes

Color #ACF2C4 in popluar color models

ACF2C4
RGB172242196
HSL141°72.92%81.18%
HSB/HSV141°28.93%94.90%
CMYK28.93%0.00%19.01%
5.10%

Color #ACF2C4 in popluar number systems.

HEXACF2C4
Decimal172242196
Binary101011001111001011000100
Octal254362304

Shades and tints

Shades of #ACF2C4

#ACF2C4
(172,242,196)
#9DDCB3
(157,220,179)
#8EC6A2
(142,198,162)
#7FB091
(127,176,145)
#709A80
(112,154,128)
#61846F
(97,132,111)
#526E5E
(82,110,94)
#43584D
(67,88,77)
#34423C
(52,66,60)
#252C2B
(37,44,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #ACF2C4

#ACF2C4
(172,242,196)
#B3F3C9
(179,243,201)
#BAF4CE
(186,244,206)
#C1F5D3
(193,245,211)
#C8F6D8
(200,246,216)
#CFF7DD
(207,247,221)
#D6F8E2
(214,248,226)
#DDF9E7
(221,249,231)
#E4FAEC
(228,250,236)
#EBFBF1
(235,251,241)
#F2FCF6
(242,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF2C4; }

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

This text font color is #ACF2C4.


Background Color

.myBgColor { background-color: #ACF2C4; }

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

This div background color is #ACF2C4.


Border color

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

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

This div border color is #ACF2C4.


Opacity

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

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

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

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

This text has shadow with #ACF2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF2C4 on black background.


Color preview on white background

This text has color #ACF2C4 on white background.



Black color preview on #ACF2C4 background

This text has black color on #ACF2C4 background.


White color preview on #ACF2C4 background

This text has white color on #ACF2C4 background.