COLOR #ACF4C1

HEX: #ACF4C1 RGB: (172,244,193)

Color info

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

RGB color model

#ACF4C1 color RGB value is (172,244,193).

RGB: (172,244,193) (67%, 96%, 76%)

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 193 of 255 = 76%

172
244
193

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

Portions of RGB colors in percentages

R + G + B = 172 + 244 + 193 = 609 (100%)
R 172 of 609 ~ 28.24%
G 244 of 609 ~ 40.07%
B 193 of 609 ~ 31.69'%

%28.24
%40.07
%31.69

CMYK color model

#ACF4C1 color CMYK value is (30,0,21,4).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 20.90%
  • key color value is 4.31%

CMYK: (30,0,21,4)
C30M0Y21K4 (30%, 0%, 21%, 4%)
(0.30 / 0.00 / 0.21 / 0.04)

CMYK percentages

%29.51
%0
%20.9
%4.31

Codes

Color #ACF4C1 in popluar color models

AC F4 C1
RGB 172 244 193
HSL 138° 76.60% 81.57%
HSB/HSV 138° 29.51% 95.69%
CMYK 29.51% 0.00% 20.90%
4.31%

Color #ACF4C1 in popluar number systems.

HEX AC F4 C1
Decimal 172 244 193
Binary 10101100 11110100 11000001
Octal 254 364 301

Shades and tints

Shades of #ACF4C1

#ACF4C1
(172,244,193)
#9DDEB0
(157,222,176)
#8EC89F
(142,200,159)
#7FB28E
(127,178,142)
#709C7D
(112,156,125)
#61866C
(97,134,108)
#52705B
(82,112,91)
#435A4A
(67,90,74)
#344439
(52,68,57)
#252E28
(37,46,40)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACF4C1

#ACF4C1
(172,244,193)
#B3F5C6
(179,245,198)
#BAF6CB
(186,246,203)
#C1F7D0
(193,247,208)
#C8F8D5
(200,248,213)
#CFF9DA
(207,249,218)
#D6FADF
(214,250,223)
#DDFBE4
(221,251,228)
#E4FCE9
(228,252,233)
#EBFDEE
(235,253,238)
#F2FEF3
(242,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACF4C1 color. Also use rgb(172,244,193) instead hex code.

Text Font Color

.myTextColor { color: #ACF4C1; }

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

This text font color is #ACF4C1.

Background Color

.myBgColor { background-color: #ACF4C1; }

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

This div background color is #ACF4C1.

Border color

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

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

This div border color is #ACF4C1.

Opacity

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

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

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

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

This text has shadow with #ACF4C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF4C1.

Preview

Color preview on black background

This text has color #ACF4C1 on black background.


Color preview on white background

This text has color #ACF4C1 on white background.


Black color preview on #ACF4C1 background

This text has black color on #ACF4C1 background.


White color preview on #ACF4C1 background

This text has white color on #ACF4C1 background.


Related colors

Complementary color

Complementary color for #hex is #530B3E.


I love getcolorcode.com

Triadic colors

1 #C1ACF4 and #F4C1AC with #ACF4C1 are triadic colors.

2 #C1F4AC and #F4ACC1 with #ACF4C1 are triadic colors.