COLOR #ACCCF2

HEX: #ACCCF2
RGB: (172,204,242)

Color info

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

RGB color model

#ACCCF2 color RGB value is (172,204,242).

  • red value is 172;
  • green value is 204;
  • blue value is 242.
RGB:
(172,204,242)
(67%,80%,95%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 242 of 255 = 95%

172
204
242

R + G + B ~ 81%. #ACCCF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 204 + 242 = 618 (100%)
R 172 of 618 ~ 27.83%
G 204 of 618 ~ 33.01%
B 242 of 618 ~ 39.16%

%27.83
%33.01
%39.16

CMYK color model

#ACCCF2 color CMYK value is (29,16,0,5).

  • cyan value is 28.93%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,16,0,5)
C29M16Y0K5 
(29%,16%,0%,5%)
(0.29/0.16/0.00/0.05)	

CMYK percentages

%28.93
%15.7
%0
%5.1

Codes

Color #ACCCF2 in popluar color models

ACCCF2
RGB172204242
HSL213°72.92%81.18%
HSB/HSV213°28.93%94.90%
CMYK28.93%15.70%0.00%
5.10%

Color #ACCCF2 in popluar number systems.

HEXACCCF2
Decimal172204242
Binary101011001100110011110010
Octal254314362

Shades and tints

Shades of #ACCCF2

#ACCCF2
(172,204,242)
#9DBADC
(157,186,220)
#8EA8C6
(142,168,198)
#7F96B0
(127,150,176)
#70849A
(112,132,154)
#617284
(97,114,132)
#52606E
(82,96,110)
#434E58
(67,78,88)
#343C42
(52,60,66)
#252A2C
(37,42,44)
#161816
(22,24,22)
#000000
(0,0,0)

Tints of #ACCCF2

#ACCCF2
(172,204,242)
#B3D0F3
(179,208,243)
#BAD4F4
(186,212,244)
#C1D8F5
(193,216,245)
#C8DCF6
(200,220,246)
#CFE0F7
(207,224,247)
#D6E4F8
(214,228,248)
#DDE8F9
(221,232,249)
#E4ECFA
(228,236,250)
#EBF0FB
(235,240,251)
#F2F4FC
(242,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCF2; }

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

This text font color is #ACCCF2.


Background Color

.myBgColor { background-color: #ACCCF2; }

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

This div background color is #ACCCF2.


Border color

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

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

This div border color is #ACCCF2.


Opacity

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

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

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

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

This text has shadow with #ACCCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCCF2 on black background.


Color preview on white background

This text has color #ACCCF2 on white background.



Black color preview on #ACCCF2 background

This text has black color on #ACCCF2 background.


White color preview on #ACCCF2 background

This text has white color on #ACCCF2 background.