COLOR #ACD6F2

HEX: #ACD6F2 RGB: (172,214,242)

Color info

#ACD6F2 contains mainly green and blue colors. Web safe color of #ACD6F2 is #99CCFF (or #9CF).

RGB color model

#ACD6F2 color RGB value is (172,214,242).

RGB: (172,214,242) (67%, 84%, 95%)

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 242 of 255 = 95%

172
214
242

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

Portions of RGB colors in percentages

R + G + B = 172 + 214 + 242 = 628 (100%)
R 172 of 628 ~ 27.39%
G 214 of 628 ~ 34.08%
B 242 of 628 ~ 38.54'%

%27.39
%34.08
%38.54

CMYK color model

#ACD6F2 color CMYK value is (29,12,0,5).

  • cyan value is 28.93%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (29,12,0,5)
C29M12Y0K5 (29%, 12%, 0%, 5%)
(0.29 / 0.12 / 0.00 / 0.05)

CMYK percentages

%28.93
%11.57
%0
%5.1

Codes

Color #ACD6F2 in popluar color models

AC D6 F2
RGB 172 214 242
HSL 204° 72.92% 81.18%
HSB/HSV 204° 28.93% 94.90%
CMYK 28.93% 11.57% 0.00%
5.10%

Color #ACD6F2 in popluar number systems.

HEX AC D6 F2
Decimal 172 214 242
Binary 10101100 11010110 11110010
Octal 254 326 362

Shades and tints

Shades of #ACD6F2

#ACD6F2
(172,214,242)
#9DC3DC
(157,195,220)
#8EB0C6
(142,176,198)
#7F9DB0
(127,157,176)
#708A9A
(112,138,154)
#617784
(97,119,132)
#52646E
(82,100,110)
#435158
(67,81,88)
#343E42
(52,62,66)
#252B2C
(37,43,44)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACD6F2

#ACD6F2
(172,214,242)
#B3D9F3
(179,217,243)
#BADCF4
(186,220,244)
#C1DFF5
(193,223,245)
#C8E2F6
(200,226,246)
#CFE5F7
(207,229,247)
#D6E8F8
(214,232,248)
#DDEBF9
(221,235,249)
#E4EEFA
(228,238,250)
#EBF1FB
(235,241,251)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD6F2 color. Also use rgb(172,214,242) instead hex code.

Text Font Color

.myTextColor { color: #ACD6F2; }

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

This text font color is #ACD6F2.

Background Color

.myBgColor { background-color: #ACD6F2; }

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

This div background color is #ACD6F2.

Border color

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

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

This div border color is #ACD6F2.

Opacity

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

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

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

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

This text has shadow with #ACD6F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD6F2.

Preview

Color preview on black background

This text has color #ACD6F2 on black background.


Color preview on white background

This text has color #ACD6F2 on white background.


Black color preview on #ACD6F2 background

This text has black color on #ACD6F2 background.


White color preview on #ACD6F2 background

This text has white color on #ACD6F2 background.


Related colors

Complementary color

Complementary color for #hex is #53290D.


I love getcolorcode.com

Triadic colors

1 #F2ACD6 and #D6F2AC with #ACD6F2 are triadic colors.

2 #F2D6AC and #D6ACF2 with #ACD6F2 are triadic colors.