COLOR #A6CCF9

HEX: #A6CCF9
RGB: (166,204,249)

Color info

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

RGB color model

#A6CCF9 color RGB value is (166,204,249).

  • red value is 166;
  • green value is 204;
  • blue value is 249.
RGB:
(166,204,249)
(65%,80%,98%)

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 249 of 255 = 98%

166
204
249

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 249 = 619 (100%)
R 166 of 619 ~ 26.82%
G 204 of 619 ~ 32.96%
B 249 of 619 ~ 40.23%

%26.82
%32.96
%40.23

CMYK color model

#A6CCF9 color CMYK value is (33,18,0,2).

  • cyan value is 33.33%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(33,18,0,2)
C33M18Y0K2 
(33%,18%,0%,2%)
(0.33/0.18/0.00/0.02)	

CMYK percentages

%33.33
%18.07
%0
%2.35

Codes

Color #A6CCF9 in popluar color models

A6CCF9
RGB166204249
HSL213°87.37%81.37%
HSB/HSV213°33.33%97.65%
CMYK33.33%18.07%0.00%
2.35%

Color #A6CCF9 in popluar number systems.

HEXA6CCF9
Decimal166204249
Binary101001101100110011111001
Octal246314371

Shades and tints

Shades of #A6CCF9

#A6CCF9
(166,204,249)
#97BAE3
(151,186,227)
#88A8CD
(136,168,205)
#7996B7
(121,150,183)
#6A84A1
(106,132,161)
#5B728B
(91,114,139)
#4C6075
(76,96,117)
#3D4E5F
(61,78,95)
#2E3C49
(46,60,73)
#1F2A33
(31,42,51)
#10181D
(16,24,29)
#000000
(0,0,0)

Tints of #A6CCF9

#A6CCF9
(166,204,249)
#AED0F9
(174,208,249)
#B6D4F9
(182,212,249)
#BED8F9
(190,216,249)
#C6DCF9
(198,220,249)
#CEE0F9
(206,224,249)
#D6E4F9
(214,228,249)
#DEE8F9
(222,232,249)
#E6ECF9
(230,236,249)
#EEF0F9
(238,240,249)
#F6F4F9
(246,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6CCF9 color. Also use rgb(166,204,249) instead hex code.

Text Font Color

.myTextColor { color: #A6CCF9; }

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

This text font color is #A6CCF9.


Background Color

.myBgColor { background-color: #A6CCF9; }

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

This div background color is #A6CCF9.


Border color

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

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

This div border color is #A6CCF9.


Opacity

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

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

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

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

This text has shadow with #A6CCF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCF9 on black background.


Color preview on white background

This text has color #A6CCF9 on white background.



Black color preview on #A6CCF9 background

This text has black color on #A6CCF9 background.


White color preview on #A6CCF9 background

This text has white color on #A6CCF9 background.