COLOR #A6CCF7

HEX: #A6CCF7
RGB: (166,204,247)

Color info

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

RGB color model

#A6CCF7 color RGB value is (166,204,247).

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

RGB channels and saturation

R 166 of 255 = 65%
G 204 of 255 = 80%
B 247 of 255 = 97%

166
204
247

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

Portions of RGB colors in percentages

R + G + B =
166 + 204 + 247 = 617 (100%)
R 166 of 617 ~ 26.9%
G 204 of 617 ~ 33.06%
B 247 of 617 ~ 40.03%

%26.9
%33.06
%40.03

CMYK color model

#A6CCF7 color CMYK value is (33,17,0,3).

  • cyan value is 32.79%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(33,17,0,3)
C33M17Y0K3 
(33%,17%,0%,3%)
(0.33/0.17/0.00/0.03)	

CMYK percentages

%32.79
%17.41
%0
%3.14

Codes

Color #A6CCF7 in popluar color models

A6CCF7
RGB166204247
HSL212°83.51%80.98%
HSB/HSV212°32.79%96.86%
CMYK32.79%17.41%0.00%
3.14%

Color #A6CCF7 in popluar number systems.

HEXA6CCF7
Decimal166204247
Binary101001101100110011110111
Octal246314367

Shades and tints

Shades of #A6CCF7

#A6CCF7
(166,204,247)
#97BAE1
(151,186,225)
#88A8CB
(136,168,203)
#7996B5
(121,150,181)
#6A849F
(106,132,159)
#5B7289
(91,114,137)
#4C6073
(76,96,115)
#3D4E5D
(61,78,93)
#2E3C47
(46,60,71)
#1F2A31
(31,42,49)
#10181B
(16,24,27)
#000000
(0,0,0)

Tints of #A6CCF7

#A6CCF7
(166,204,247)
#AED0F7
(174,208,247)
#B6D4F7
(182,212,247)
#BED8F7
(190,216,247)
#C6DCF7
(198,220,247)
#CEE0F7
(206,224,247)
#D6E4F7
(214,228,247)
#DEE8F7
(222,232,247)
#E6ECF7
(230,236,247)
#EEF0F7
(238,240,247)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6CCF7; }

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

This text font color is #A6CCF7.


Background Color

.myBgColor { background-color: #A6CCF7; }

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

This div background color is #A6CCF7.


Border color

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

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

This div border color is #A6CCF7.


Opacity

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

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

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

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

This text has shadow with #A6CCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6CCF7 on black background.


Color preview on white background

This text has color #A6CCF7 on white background.



Black color preview on #A6CCF7 background

This text has black color on #A6CCF7 background.


White color preview on #A6CCF7 background

This text has white color on #A6CCF7 background.