COLOR #ACFACA

HEX: #ACFACA
RGB: (172,250,202)

Color info

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

RGB color model

#ACFACA color RGB value is (172,250,202).

  • red value is 172;
  • green value is 250;
  • blue value is 202.
RGB:
(172,250,202)
(67%,98%,79%)

RGB channels and saturation

R 172 of 255 = 67%
G 250 of 255 = 98%
B 202 of 255 = 79%

172
250
202

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

Portions of RGB colors in percentages

R + G + B =
172 + 250 + 202 = 624 (100%)
R 172 of 624 ~ 27.56%
G 250 of 624 ~ 40.06%
B 202 of 624 ~ 32.37%

%27.56
%40.06
%32.37

CMYK color model

#ACFACA color CMYK value is (31,0,19,2).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(31,0,19,2)
C31M0Y19K2 
(31%,0%,19%,2%)
(0.31/0.00/0.19/0.02)	

CMYK percentages

%31.2
%0
%19.2
%1.96

Codes

Color #ACFACA in popluar color models

ACFACA
RGB172250202
HSL143°88.64%82.75%
HSB/HSV143°31.20%98.04%
CMYK31.20%0.00%19.20%
1.96%

Color #ACFACA in popluar number systems.

HEXACFACA
Decimal172250202
Binary101011001111101011001010
Octal254372312

Shades and tints

Shades of #ACFACA

#ACFACA
(172,250,202)
#9DE4B8
(157,228,184)
#8ECEA6
(142,206,166)
#7FB894
(127,184,148)
#70A282
(112,162,130)
#618C70
(97,140,112)
#52765E
(82,118,94)
#43604C
(67,96,76)
#344A3A
(52,74,58)
#253428
(37,52,40)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #ACFACA

#ACFACA
(172,250,202)
#B3FACE
(179,250,206)
#BAFAD2
(186,250,210)
#C1FAD6
(193,250,214)
#C8FADA
(200,250,218)
#CFFADE
(207,250,222)
#D6FAE2
(214,250,226)
#DDFAE6
(221,250,230)
#E4FAEA
(228,250,234)
#EBFAEE
(235,250,238)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFACA color. Also use rgb(172,250,202) instead hex code.

Text Font Color

.myTextColor { color: #ACFACA; }

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

This text font color is #ACFACA.


Background Color

.myBgColor { background-color: #ACFACA; }

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

This div background color is #ACFACA.


Border color

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

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

This div border color is #ACFACA.


Opacity

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

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

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

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

This text has shadow with #ACFACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACFACA on black background.


Color preview on white background

This text has color #ACFACA on white background.



Black color preview on #ACFACA background

This text has black color on #ACFACA background.


White color preview on #ACFACA background

This text has white color on #ACFACA background.