COLOR #ACC5F2

HEX: #ACC5F2 RGB: (172,197,242)

Color info

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

RGB color model

#ACC5F2 color RGB value is (172,197,242).

RGB: (172,197,242) (67%, 77%, 95%)

RGB channels and saturation

R 172 of 255 = 67%
G 197 of 255 = 77%
B 242 of 255 = 95%

172
197
242

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

Portions of RGB colors in percentages

R + G + B = 172 + 197 + 242 = 611 (100%)
R 172 of 611 ~ 28.15%
G 197 of 611 ~ 32.24%
B 242 of 611 ~ 39.61'%

%28.15
%32.24
%39.61

CMYK color model

#ACC5F2 color CMYK value is (29,19,0,5).

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

CMYK: (29,19,0,5)
C29M19Y0K5 (29%, 19%, 0%, 5%)
(0.29 / 0.19 / 0.00 / 0.05)

CMYK percentages

%28.93
%18.6
%0
%5.1

Codes

Color #ACC5F2 in popluar color models

AC C5 F2
RGB 172 197 242
HSL 219° 72.92% 81.18%
HSB/HSV 219° 28.93% 94.90%
CMYK 28.93% 18.60% 0.00%
5.10%

Color #ACC5F2 in popluar number systems.

HEX AC C5 F2
Decimal 172 197 242
Binary 10101100 11000101 11110010
Octal 254 305 362

Shades and tints

Shades of #ACC5F2

#ACC5F2
(172,197,242)
#9DB4DC
(157,180,220)
#8EA3C6
(142,163,198)
#7F92B0
(127,146,176)
#70819A
(112,129,154)
#617084
(97,112,132)
#525F6E
(82,95,110)
#434E58
(67,78,88)
#343D42
(52,61,66)
#252C2C
(37,44,44)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #ACC5F2

#ACC5F2
(172,197,242)
#B3CAF3
(179,202,243)
#BACFF4
(186,207,244)
#C1D4F5
(193,212,245)
#C8D9F6
(200,217,246)
#CFDEF7
(207,222,247)
#D6E3F8
(214,227,248)
#DDE8F9
(221,232,249)
#E4EDFA
(228,237,250)
#EBF2FB
(235,242,251)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACC5F2; }

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

This text font color is #ACC5F2.

Background Color

.myBgColor { background-color: #ACC5F2; }

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

This div background color is #ACC5F2.

Border color

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

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

This div border color is #ACC5F2.

Opacity

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

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

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

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

This text has shadow with #ACC5F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC5F2.

Preview

Color preview on black background

This text has color #ACC5F2 on black background.


Color preview on white background

This text has color #ACC5F2 on white background.


Black color preview on #ACC5F2 background

This text has black color on #ACC5F2 background.


White color preview on #ACC5F2 background

This text has white color on #ACC5F2 background.


Related colors

Complementary color

Complementary color for #hex is #533A0D.


I love getcolorcode.com

Triadic colors

1 #F2ACC5 and #C5F2AC with #ACC5F2 are triadic colors.

2 #F2C5AC and #C5ACF2 with #ACC5F2 are triadic colors.