COLOR #ACF8D0

HEX: #ACF8D0
RGB: (172,248,208)

Color info

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

RGB color model

#ACF8D0 color RGB value is (172,248,208).

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

RGB channels and saturation

R 172 of 255 = 67%
G 248 of 255 = 97%
B 208 of 255 = 82%

172
248
208

R + G + B ~ 82%. #ACF8D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 248 + 208 = 628 (100%)
R 172 of 628 ~ 27.39%
G 248 of 628 ~ 39.49%
B 208 of 628 ~ 33.12%

%27.39
%39.49
%33.12

CMYK color model

#ACF8D0 color CMYK value is (31,0,16,3).

  • cyan value is 30.65%
  • magenta value is 0.00%
  • yellow value is 16.13%
  • key color value is 2.75%
CMYK:
(31,0,16,3)
C31M0Y16K3 
(31%,0%,16%,3%)
(0.31/0.00/0.16/0.03)	

CMYK percentages

%30.65
%0
%16.13
%2.75

Codes

Color #ACF8D0 in popluar color models

ACF8D0
RGB172248208
HSL148°84.44%82.35%
HSB/HSV148°30.65%97.25%
CMYK30.65%0.00%16.13%
2.75%

Color #ACF8D0 in popluar number systems.

HEXACF8D0
Decimal172248208
Binary101011001111100011010000
Octal254370320

Shades and tints

Shades of #ACF8D0

#ACF8D0
(172,248,208)
#9DE2BE
(157,226,190)
#8ECCAC
(142,204,172)
#7FB69A
(127,182,154)
#70A088
(112,160,136)
#618A76
(97,138,118)
#527464
(82,116,100)
#435E52
(67,94,82)
#344840
(52,72,64)
#25322E
(37,50,46)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #ACF8D0

#ACF8D0
(172,248,208)
#B3F8D4
(179,248,212)
#BAF8D8
(186,248,216)
#C1F8DC
(193,248,220)
#C8F8E0
(200,248,224)
#CFF8E4
(207,248,228)
#D6F8E8
(214,248,232)
#DDF8EC
(221,248,236)
#E4F8F0
(228,248,240)
#EBF8F4
(235,248,244)
#F2F8F8
(242,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF8D0; }

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

This text font color is #ACF8D0.


Background Color

.myBgColor { background-color: #ACF8D0; }

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

This div background color is #ACF8D0.


Border color

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

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

This div border color is #ACF8D0.


Opacity

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

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

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

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

This text has shadow with #ACF8D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF8D0 on black background.


Color preview on white background

This text has color #ACF8D0 on white background.



Black color preview on #ACF8D0 background

This text has black color on #ACF8D0 background.


White color preview on #ACF8D0 background

This text has white color on #ACF8D0 background.