COLOR #ACF1C0

HEX: #ACF1C0
RGB: (172,241,192)

Color info

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

RGB color model

#ACF1C0 color RGB value is (172,241,192).

  • red value is 172;
  • green value is 241;
  • blue value is 192.
RGB:
(172,241,192)
(67%,95%,75%)

RGB channels and saturation

R 172 of 255 = 67%
G 241 of 255 = 95%
B 192 of 255 = 75%

172
241
192

R + G + B ~ 79%. #ACF1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 241 + 192 = 605 (100%)
R 172 of 605 ~ 28.43%
G 241 of 605 ~ 39.83%
B 192 of 605 ~ 31.74%

%28.43
%39.83
%31.74

CMYK color model

#ACF1C0 color CMYK value is (29,0,20,5).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 5.49%
CMYK:
(29,0,20,5)
C29M0Y20K5 
(29%,0%,20%,5%)
(0.29/0.00/0.20/0.05)	

CMYK percentages

%28.63
%0
%20.33
%5.49

Codes

Color #ACF1C0 in popluar color models

ACF1C0
RGB172241192
HSL137°71.13%80.98%
HSB/HSV137°28.63%94.51%
CMYK28.63%0.00%20.33%
5.49%

Color #ACF1C0 in popluar number systems.

HEXACF1C0
Decimal172241192
Binary101011001111000111000000
Octal254361300

Shades and tints

Shades of #ACF1C0

#ACF1C0
(172,241,192)
#9DDCAF
(157,220,175)
#8EC79E
(142,199,158)
#7FB28D
(127,178,141)
#709D7C
(112,157,124)
#61886B
(97,136,107)
#52735A
(82,115,90)
#435E49
(67,94,73)
#344938
(52,73,56)
#253427
(37,52,39)
#161F16
(22,31,22)
#000000
(0,0,0)

Tints of #ACF1C0

#ACF1C0
(172,241,192)
#B3F2C5
(179,242,197)
#BAF3CA
(186,243,202)
#C1F4CF
(193,244,207)
#C8F5D4
(200,245,212)
#CFF6D9
(207,246,217)
#D6F7DE
(214,247,222)
#DDF8E3
(221,248,227)
#E4F9E8
(228,249,232)
#EBFAED
(235,250,237)
#F2FBF2
(242,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF1C0 color. Also use rgb(172,241,192) instead hex code.

Text Font Color

.myTextColor { color: #ACF1C0; }

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

This text font color is #ACF1C0.


Background Color

.myBgColor { background-color: #ACF1C0; }

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

This div background color is #ACF1C0.


Border color

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

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

This div border color is #ACF1C0.


Opacity

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

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

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

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

This text has shadow with #ACF1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF1C0 on black background.


Color preview on white background

This text has color #ACF1C0 on white background.



Black color preview on #ACF1C0 background

This text has black color on #ACF1C0 background.


White color preview on #ACF1C0 background

This text has white color on #ACF1C0 background.