COLOR #ACFDF9

HEX: #ACFDF9 RGB: (172,253,249)

Color info

#ACFDF9 contains mainly green and blue colors. Web safe color of #ACFDF9 is #99FFFF (or #9FF).

RGB color model

#ACFDF9 color RGB value is (172,253,249).

RGB: (172,253,249) (67%, 99%, 98%)

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 249 of 255 = 98%

172
253
249

R + G + B ~ 88%. #ACFDF9 is light color.

Portions of RGB colors in percentages

R + G + B = 172 + 253 + 249 = 674 (100%)
R 172 of 674 ~ 25.52%
G 253 of 674 ~ 37.54%
B 249 of 674 ~ 36.94'%

%25.52
%37.54
%36.94

CMYK color model

#ACFDF9 color CMYK value is (32,0,2,1).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 0.78%
CMYK: (32,0,2,1) C32M0Y2K1 (32%,0%,2%,1%) (0.32/0.00/0.02/0.01) 

CMYK percentages

%32.02
%0
%1.58
%0.78

Codes

Color #ACFDF9 in popluar color models

AC FD F9
RGB 172 253 249
HSL 177° 95.29% 83.33%
HSB/HSV 177° 32.02% 99.22%
CMYK 32.02% 0.00% 1.58%
0.78%

Color #ACFDF9 in popluar number systems.

HEX AC FD F9
Decimal 172 253 249
Binary 10101100 11111101 11111001
Octal 254 375 371

Shades and tints

Shades of #ACFDF9

#ACFDF9
(172,253,249)
#9DE6E3
(157,230,227)
#8ECFCD
(142,207,205)
#7FB8B7
(127,184,183)
#70A1A1
(112,161,161)
#618A8B
(97,138,139)
#527375
(82,115,117)
#435C5F
(67,92,95)
#344549
(52,69,73)
#252E33
(37,46,51)
#16171D
(22,23,29)
#000000
(0,0,0)

Tints of #ACFDF9

#ACFDF9
(172,253,249)
#B3FDF9
(179,253,249)
#BAFDF9
(186,253,249)
#C1FDF9
(193,253,249)
#C8FDF9
(200,253,249)
#CFFDF9
(207,253,249)
#D6FDF9
(214,253,249)
#DDFDF9
(221,253,249)
#E4FDF9
(228,253,249)
#EBFDF9
(235,253,249)
#F2FDF9
(242,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACFDF9 color. Also use rgb(172,253,249) instead hex code.

Text Font Color

.myTextColor { color: #ACFDF9; }

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

This text font color is #ACFDF9.

Background Color

.myBgColor { background-color: #ACFDF9; }

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

This div background color is #ACFDF9.

Border color

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

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

This div border color is #ACFDF9.

Opacity

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

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

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

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

This text has shadow with #ACFDF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFDF9.

Preview

Color preview on black background

This text has color #ACFDF9 on black background.


Color preview on white background

This text has color #ACFDF9 on white background.


Black color preview on #ACFDF9 background

This text has black color on #ACFDF9 background.


White color preview on #ACFDF9 background

This text has white color on #ACFDF9 background.


Related colors

Complementary color

Complementary color for #hex is #530206.


I love getcolorcode.com

Triadic colors

1 #F9ACFD and #FDF9AC with #ACFDF9 are triadic colors.

2 #F9FDAC and #FDACF9 with #ACFDF9 are triadic colors.