COLOR #ACC6FF

HEX: #ACC6FF RGB: (172,198,255)

Color info

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

RGB color model

#ACC6FF color RGB value is (172,198,255).

RGB: (172,198,255) (67%, 78%, 100%)

RGB channels and saturation

R 172 of 255 = 67%
G 198 of 255 = 78%
B 255 of 255 = 100%

172
198
255

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

Portions of RGB colors in percentages

R + G + B = 172 + 198 + 255 = 625 (100%)
R 172 of 625 ~ 27.52%
G 198 of 625 ~ 31.68%
B 255 of 625 ~ 40.8'%

%27.52
%31.68
%40.8

CMYK color model

#ACC6FF color CMYK value is (33,22,0,0).

  • cyan value is 32.55%
  • magenta value is 22.35%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (33,22,0,0)
C33M22Y0K0 (33%, 22%, 0%, 0%)
(0.33 / 0.22 / 0.00 / 0.00)

CMYK percentages

%32.55
%22.35
%0
%0

Codes

Color #ACC6FF in popluar color models

AC C6 FF
RGB 172 198 255
HSL 221° 100.00% 83.73%
HSB/HSV 221° 32.55% 100.00%
CMYK 32.55% 22.35% 0.00%
0.00%

Color #ACC6FF in popluar number systems.

HEX AC C6 FF
Decimal 172 198 255
Binary 10101100 11000110 11111111
Octal 254 306 377

Shades and tints

Shades of #ACC6FF

#ACC6FF
(172,198,255)
#9DB4E8
(157,180,232)
#8EA2D1
(142,162,209)
#7F90BA
(127,144,186)
#707EA3
(112,126,163)
#616C8C
(97,108,140)
#525A75
(82,90,117)
#43485E
(67,72,94)
#343647
(52,54,71)
#252430
(37,36,48)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #ACC6FF

#ACC6FF
(172,198,255)
#B3CBFF
(179,203,255)
#BAD0FF
(186,208,255)
#C1D5FF
(193,213,255)
#C8DAFF
(200,218,255)
#CFDFFF
(207,223,255)
#D6E4FF
(214,228,255)
#DDE9FF
(221,233,255)
#E4EEFF
(228,238,255)
#EBF3FF
(235,243,255)
#F2F8FF
(242,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACC6FF color. Also use rgb(172,198,255) instead hex code.

Text Font Color

.myTextColor { color: #ACC6FF; }

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

This text font color is #ACC6FF.

Background Color

.myBgColor { background-color: #ACC6FF; }

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

This div background color is #ACC6FF.

Border color

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

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

This div border color is #ACC6FF.

Opacity

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

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

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

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

This text has shadow with #ACC6FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACC6FF.

Preview

Color preview on black background

This text has color #ACC6FF on black background.


Color preview on white background

This text has color #ACC6FF on white background.


Black color preview on #ACC6FF background

This text has black color on #ACC6FF background.


White color preview on #ACC6FF background

This text has white color on #ACC6FF background.


Related colors

Complementary color

Complementary color for #hex is #533900.


I love getcolorcode.com

Triadic colors

1 #FFACC6 and #C6FFAC with #ACC6FF are triadic colors.

2 #FFC6AC and #C6ACFF with #ACC6FF are triadic colors.