COLOR #ACF8CA

HEX: #ACF8CA
RGB: (172,248,202)

Color info

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

RGB color model

#ACF8CA color RGB value is (172,248,202).

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

RGB channels and saturation

R 172 of 255 = 67%
G 248 of 255 = 97%
B 202 of 255 = 79%

172
248
202

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

Portions of RGB colors in percentages

R + G + B =
172 + 248 + 202 = 622 (100%)
R 172 of 622 ~ 27.65%
G 248 of 622 ~ 39.87%
B 202 of 622 ~ 32.48%

%27.65
%39.87
%32.48

CMYK color model

#ACF8CA color CMYK value is (31,0,19,3).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 18.55%
  • key color value is 2.75%
CMYK:
(31,0,19,3)
C31M0Y19K3 
(31%,0%,19%,3%)
(0.31/0.00/0.19/0.03)	

CMYK percentages

%30.65
%0
%18.55
%2.75

Codes

Color #ACF8CA in popluar color models

ACF8CA
RGB172248202
HSL144°84.44%82.35%
HSB/HSV144°30.65%97.25%
CMYK30.65%0.00%18.55%
2.75%

Color #ACF8CA in popluar number systems.

HEXACF8CA
Decimal172248202
Binary101011001111100011001010
Octal254370312

Shades and tints

Shades of #ACF8CA

#ACF8CA
(172,248,202)
#9DE2B8
(157,226,184)
#8ECCA6
(142,204,166)
#7FB694
(127,182,148)
#70A082
(112,160,130)
#618A70
(97,138,112)
#52745E
(82,116,94)
#435E4C
(67,94,76)
#34483A
(52,72,58)
#253228
(37,50,40)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #ACF8CA

#ACF8CA
(172,248,202)
#B3F8CE
(179,248,206)
#BAF8D2
(186,248,210)
#C1F8D6
(193,248,214)
#C8F8DA
(200,248,218)
#CFF8DE
(207,248,222)
#D6F8E2
(214,248,226)
#DDF8E6
(221,248,230)
#E4F8EA
(228,248,234)
#EBF8EE
(235,248,238)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF8CA; }

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

This text font color is #ACF8CA.


Background Color

.myBgColor { background-color: #ACF8CA; }

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

This div background color is #ACF8CA.


Border color

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

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

This div border color is #ACF8CA.


Opacity

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

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

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

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

This text has shadow with #ACF8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF8CA on black background.


Color preview on white background

This text has color #ACF8CA on white background.



Black color preview on #ACF8CA background

This text has black color on #ACF8CA background.


White color preview on #ACF8CA background

This text has white color on #ACF8CA background.