COLOR #ACCCF0

HEX: #ACCCF0 RGB: (172,204,240)

Color info

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

RGB color model

#ACCCF0 color RGB value is (172,204,240).

RGB: (172,204,240) (67%, 80%, 94%)

RGB channels and saturation

R 172 of 255 = 67%
G 204 of 255 = 80%
B 240 of 255 = 94%

172
204
240

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

Portions of RGB colors in percentages

R + G + B = 172 + 204 + 240 = 616 (100%)
R 172 of 616 ~ 27.92%
G 204 of 616 ~ 33.12%
B 240 of 616 ~ 38.96'%

%27.92
%33.12
%38.96

CMYK color model

#ACCCF0 color CMYK value is (28,15,0,6).

  • cyan value is 28.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (28,15,0,6) C28M15Y0K6 (28%,15%,0%,6%) (0.28/0.15/0.00/0.06) 

CMYK percentages

%28.33
%15
%0
%5.88

Codes

Color #ACCCF0 in popluar color models

AC CC F0
RGB 172 204 240
HSL 212° 69.39% 80.78%
HSB/HSV 212° 28.33% 94.12%
CMYK 28.33% 15.00% 0.00%
5.88%

Color #ACCCF0 in popluar number systems.

HEX AC CC F0
Decimal 172 204 240
Binary 10101100 11001100 11110000
Octal 254 314 360

Shades and tints

Shades of #ACCCF0

#ACCCF0
(172,204,240)
#9DBADB
(157,186,219)
#8EA8C6
(142,168,198)
#7F96B1
(127,150,177)
#70849C
(112,132,156)
#617287
(97,114,135)
#526072
(82,96,114)
#434E5D
(67,78,93)
#343C48
(52,60,72)
#252A33
(37,42,51)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #ACCCF0

#ACCCF0
(172,204,240)
#B3D0F1
(179,208,241)
#BAD4F2
(186,212,242)
#C1D8F3
(193,216,243)
#C8DCF4
(200,220,244)
#CFE0F5
(207,224,245)
#D6E4F6
(214,228,246)
#DDE8F7
(221,232,247)
#E4ECF8
(228,236,248)
#EBF0F9
(235,240,249)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCCF0; }

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

This text font color is #ACCCF0.

Background Color

.myBgColor { background-color: #ACCCF0; }

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

This div background color is #ACCCF0.

Border color

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

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

This div border color is #ACCCF0.

Opacity

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

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

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

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

This text has shadow with #ACCCF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCCF0.

Preview

Color preview on black background

This text has color #ACCCF0 on black background.


Color preview on white background

This text has color #ACCCF0 on white background.


Black color preview on #ACCCF0 background

This text has black color on #ACCCF0 background.


White color preview on #ACCCF0 background

This text has white color on #ACCCF0 background.


Related colors

Complementary color

Complementary color for #hex is #53330F.


I love getcolorcode.com

Triadic colors

1 #F0ACCC and #CCF0AC with #ACCCF0 are triadic colors.

2 #F0CCAC and #CCACF0 with #ACCCF0 are triadic colors.