COLOR #ACF1FD

HEX: #ACF1FD RGB: (172,241,253)

Color info

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

RGB color model

#ACF1FD color RGB value is (172,241,253).

RGB: (172,241,253) (67%, 95%, 99%)

RGB channels and saturation

R 172 of 255 = 67%
G 241 of 255 = 95%
B 253 of 255 = 99%

172
241
253

R + G + B ~ 87%. #ACF1FD is light color.

Portions of RGB colors in percentages

R + G + B = 172 + 241 + 253 = 666 (100%)
R 172 of 666 ~ 25.83%
G 241 of 666 ~ 36.19%
B 253 of 666 ~ 37.99'%

%25.83
%36.19
%37.99

CMYK color model

#ACF1FD color CMYK value is (32,5,0,1).

  • cyan value is 32.02%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (32,5,0,1)
C32M5Y0K1 (32%, 5%, 0%, 1%)
(0.32 / 0.05 / 0.00 / 0.01)

CMYK percentages

%32.02
%4.74
%0
%0.78

Codes

Color #ACF1FD in popluar color models

AC F1 FD
RGB 172 241 253
HSL 189° 95.29% 83.33%
HSB/HSV 189° 32.02% 99.22%
CMYK 32.02% 4.74% 0.00%
0.78%

Color #ACF1FD in popluar number systems.

HEX AC F1 FD
Decimal 172 241 253
Binary 10101100 11110001 11111101
Octal 254 361 375

Shades and tints

Shades of #ACF1FD

#ACF1FD
(172,241,253)
#9DDCE6
(157,220,230)
#8EC7CF
(142,199,207)
#7FB2B8
(127,178,184)
#709DA1
(112,157,161)
#61888A
(97,136,138)
#527373
(82,115,115)
#435E5C
(67,94,92)
#344945
(52,73,69)
#25342E
(37,52,46)
#161F17
(22,31,23)
#000000
(0,0,0)

Tints of #ACF1FD

#ACF1FD
(172,241,253)
#B3F2FD
(179,242,253)
#BAF3FD
(186,243,253)
#C1F4FD
(193,244,253)
#C8F5FD
(200,245,253)
#CFF6FD
(207,246,253)
#D6F7FD
(214,247,253)
#DDF8FD
(221,248,253)
#E4F9FD
(228,249,253)
#EBFAFD
(235,250,253)
#F2FBFD
(242,251,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACF1FD; }

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

This text font color is #ACF1FD.

Background Color

.myBgColor { background-color: #ACF1FD; }

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

This div background color is #ACF1FD.

Border color

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

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

This div border color is #ACF1FD.

Opacity

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

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

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

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

This text has shadow with #ACF1FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACF1FD.

Preview

Color preview on black background

This text has color #ACF1FD on black background.


Color preview on white background

This text has color #ACF1FD on white background.


Black color preview on #ACF1FD background

This text has black color on #ACF1FD background.


White color preview on #ACF1FD background

This text has white color on #ACF1FD background.


Related colors

Complementary color

Complementary color for #hex is #530E02.


I love getcolorcode.com

Triadic colors

1 #FDACF1 and #F1FDAC with #ACF1FD are triadic colors.

2 #FDF1AC and #F1ACFD with #ACF1FD are triadic colors.