COLOR #ACC5F8

HEX: #ACC5F8 RGB: (172,197,248)

Color info

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

RGB color model

#ACC5F8 color RGB value is (172,197,248).

RGB: (172,197,248) (67%, 77%, 97%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 248 of 255 = 97%

172
197
248

R + G + B ~ 80%. #ACC5F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 197 + 248 = 617 (100%)
R 172 of 617 ~ 27.88%
G 197 of 617 ~ 31.93%
B 248 of 617 ~ 40.19'%

%27.88
%31.93
%40.19

CMYK color model

#ACC5F8 color CMYK value is (31,21,0,3).

  • cyan value is 30.65%
  • magenta value is 20.56%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (31,21,0,3)
C31M21Y0K3 (31%, 21%, 0%, 3%)
(0.31 / 0.21 / 0.00 / 0.03)

CMYK percentages

%30.65
%20.56
%0
%2.75

Codes

Color #ACC5F8 in popluar color models

AC C5 F8
RGB 172 197 248
HSL 220° 84.44% 82.35%
HSB/HSV 220° 30.65% 97.25%
CMYK 30.65% 20.56% 0.00%
2.75%

Color #ACC5F8 in popluar number systems.

HEX AC C5 F8
Decimal 172 197 248
Binary 10101100 11000101 11111000
Octal 254 305 370

Shades and tints

Shades of #ACC5F8

#ACC5F8
(172,197,248)
#9DB4E2
(157,180,226)
#8EA3CC
(142,163,204)
#7F92B6
(127,146,182)
#7081A0
(112,129,160)
#61708A
(97,112,138)
#525F74
(82,95,116)
#434E5E
(67,78,94)
#343D48
(52,61,72)
#252C32
(37,44,50)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #ACC5F8

#ACC5F8
(172,197,248)
#B3CAF8
(179,202,248)
#BACFF8
(186,207,248)
#C1D4F8
(193,212,248)
#C8D9F8
(200,217,248)
#CFDEF8
(207,222,248)
#D6E3F8
(214,227,248)
#DDE8F8
(221,232,248)
#E4EDF8
(228,237,248)
#EBF2F8
(235,242,248)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC5F8 color. Also use rgb(172,197,248) instead hex code.

Text Font Color

.myTextColor { color: #ACC5F8; }

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

This text font color is #ACC5F8.

Background Color

.myBgColor { background-color: #ACC5F8; }

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

This div background color is #ACC5F8.

Border color

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

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

This div border color is #ACC5F8.

Opacity

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

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

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

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

This text has shadow with #ACC5F8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC5F8.

Preview

Color preview on black background

This text has color #ACC5F8 on black background.


Color preview on white background

This text has color #ACC5F8 on white background.


Black color preview on #ACC5F8 background

This text has black color on #ACC5F8 background.


White color preview on #ACC5F8 background

This text has white color on #ACC5F8 background.


Related colors

Complementary color

Complementary color for #hex is #533A07.


I love getcolorcode.com

Triadic colors

1 #F8ACC5 and #C5F8AC with #ACC5F8 are triadic colors.

2 #F8C5AC and #C5ACF8 with #ACC5F8 are triadic colors.