COLOR #ACF4DA

HEX: #ACF4DA
RGB: (172,244,218)

Color info

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

RGB color model

#ACF4DA color RGB value is (172,244,218).

  • red value is 172;
  • green value is 244;
  • blue value is 218.
RGB:
(172,244,218)
(67%,96%,85%)

RGB channels and saturation

R 172 of 255 = 67%
G 244 of 255 = 96%
B 218 of 255 = 85%

172
244
218

R + G + B ~ 83%. #ACF4DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 244 + 218 = 634 (100%)
R 172 of 634 ~ 27.13%
G 244 of 634 ~ 38.49%
B 218 of 634 ~ 34.38%

%27.13
%38.49
%34.38

CMYK color model

#ACF4DA color CMYK value is (30,0,11,4).

  • cyan value is 29.51%
  • magenta value is 0.00%
  • yellow value is 10.66%
  • key color value is 4.31%
CMYK:
(30,0,11,4)
C30M0Y11K4 
(30%,0%,11%,4%)
(0.30/0.00/0.11/0.04)	

CMYK percentages

%29.51
%0
%10.66
%4.31

Codes

Color #ACF4DA in popluar color models

ACF4DA
RGB172244218
HSL158°76.60%81.57%
HSB/HSV158°29.51%95.69%
CMYK29.51%0.00%10.66%
4.31%

Color #ACF4DA in popluar number systems.

HEXACF4DA
Decimal172244218
Binary101011001111010011011010
Octal254364332

Shades and tints

Shades of #ACF4DA

#ACF4DA
(172,244,218)
#9DDEC7
(157,222,199)
#8EC8B4
(142,200,180)
#7FB2A1
(127,178,161)
#709C8E
(112,156,142)
#61867B
(97,134,123)
#527068
(82,112,104)
#435A55
(67,90,85)
#344442
(52,68,66)
#252E2F
(37,46,47)
#16181C
(22,24,28)
#000000
(0,0,0)

Tints of #ACF4DA

#ACF4DA
(172,244,218)
#B3F5DD
(179,245,221)
#BAF6E0
(186,246,224)
#C1F7E3
(193,247,227)
#C8F8E6
(200,248,230)
#CFF9E9
(207,249,233)
#D6FAEC
(214,250,236)
#DDFBEF
(221,251,239)
#E4FCF2
(228,252,242)
#EBFDF5
(235,253,245)
#F2FEF8
(242,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF4DA; }

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

This text font color is #ACF4DA.


Background Color

.myBgColor { background-color: #ACF4DA; }

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

This div background color is #ACF4DA.


Border color

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

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

This div border color is #ACF4DA.


Opacity

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

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

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

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

This text has shadow with #ACF4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACF4DA on black background.


Color preview on white background

This text has color #ACF4DA on white background.



Black color preview on #ACF4DA background

This text has black color on #ACF4DA background.


White color preview on #ACF4DA background

This text has white color on #ACF4DA background.