COLOR #ACFDE6

HEX: #ACFDE6 RGB: (172,253,230)

Color info

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

RGB color model

#ACFDE6 color RGB value is (172,253,230).

RGB: (172,253,230) (67%, 99%, 90%)

RGB channels and saturation

R 172 of 255 = 67%
G 253 of 255 = 99%
B 230 of 255 = 90%

172
253
230

R + G + B ~ 85%. #ACFDE6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 253 + 230 = 655 (100%)
R 172 of 655 ~ 26.26%
G 253 of 655 ~ 38.63%
B 230 of 655 ~ 35.11'%

%26.26
%38.63
%35.11

CMYK color model

#ACFDE6 color CMYK value is (32,0,9,1).

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

CMYK: (32,0,9,1)
C32M0Y9K1 (32%, 0%, 9%, 1%)
(0.32 / 0.00 / 0.09 / 0.01)

CMYK percentages

%32.02
%0
%9.09
%0.78

Codes

Color #ACFDE6 in popluar color models

AC FD E6
RGB 172 253 230
HSL 163° 95.29% 83.33%
HSB/HSV 163° 32.02% 99.22%
CMYK 32.02% 0.00% 9.09%
0.78%

Color #ACFDE6 in popluar number systems.

HEX AC FD E6
Decimal 172 253 230
Binary 10101100 11111101 11100110
Octal 254 375 346

Shades and tints

Shades of #ACFDE6

#ACFDE6
(172,253,230)
#9DE6D2
(157,230,210)
#8ECFBE
(142,207,190)
#7FB8AA
(127,184,170)
#70A196
(112,161,150)
#618A82
(97,138,130)
#52736E
(82,115,110)
#435C5A
(67,92,90)
#344546
(52,69,70)
#252E32
(37,46,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #ACFDE6

#ACFDE6
(172,253,230)
#B3FDE8
(179,253,232)
#BAFDEA
(186,253,234)
#C1FDEC
(193,253,236)
#C8FDEE
(200,253,238)
#CFFDF0
(207,253,240)
#D6FDF2
(214,253,242)
#DDFDF4
(221,253,244)
#E4FDF6
(228,253,246)
#EBFDF8
(235,253,248)
#F2FDFA
(242,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACFDE6; }

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

This text font color is #ACFDE6.

Background Color

.myBgColor { background-color: #ACFDE6; }

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

This div background color is #ACFDE6.

Border color

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

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

This div border color is #ACFDE6.

Opacity

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

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

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

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

This text has shadow with #ACFDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACFDE6.

Preview

Color preview on black background

This text has color #ACFDE6 on black background.


Color preview on white background

This text has color #ACFDE6 on white background.


Black color preview on #ACFDE6 background

This text has black color on #ACFDE6 background.


White color preview on #ACFDE6 background

This text has white color on #ACFDE6 background.


Related colors

Complementary color

Complementary color for #hex is #530219.


I love getcolorcode.com

Triadic colors

1 #E6ACFD and #FDE6AC with #ACFDE6 are triadic colors.

2 #E6FDAC and #FDACE6 with #ACFDE6 are triadic colors.