COLOR #A6C7FE

HEX: #A6C7FE
RGB: (166,199,254)

Color info

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

RGB color model

#A6C7FE color RGB value is (166,199,254).

  • red value is 166;
  • green value is 199;
  • blue value is 254.
RGB:
(166,199,254)
(65%,78%,100%)

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 254 of 255 = 100%

166
199
254

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 254 = 619 (100%)
R 166 of 619 ~ 26.82%
G 199 of 619 ~ 32.15%
B 254 of 619 ~ 41.03%

%26.82
%32.15
%41.03

CMYK color model

#A6C7FE color CMYK value is (35,22,0,0).

  • cyan value is 34.65%
  • magenta value is 21.65%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(35,22,0,0)
C35M22Y0K0 
(35%,22%,0%,0%)
(0.35/0.22/0.00/0.00)	

CMYK percentages

%34.65
%21.65
%0
%0.39

Codes

Color #A6C7FE in popluar color models

A6C7FE
RGB166199254
HSL218°97.78%82.35%
HSB/HSV218°34.65%99.61%
CMYK34.65%21.65%0.00%
0.39%

Color #A6C7FE in popluar number systems.

HEXA6C7FE
Decimal166199254
Binary101001101100011111111110
Octal246307376

Shades and tints

Shades of #A6C7FE

#A6C7FE
(166,199,254)
#97B5E7
(151,181,231)
#88A3D0
(136,163,208)
#7991B9
(121,145,185)
#6A7FA2
(106,127,162)
#5B6D8B
(91,109,139)
#4C5B74
(76,91,116)
#3D495D
(61,73,93)
#2E3746
(46,55,70)
#1F252F
(31,37,47)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6C7FE

#A6C7FE
(166,199,254)
#AECCFE
(174,204,254)
#B6D1FE
(182,209,254)
#BED6FE
(190,214,254)
#C6DBFE
(198,219,254)
#CEE0FE
(206,224,254)
#D6E5FE
(214,229,254)
#DEEAFE
(222,234,254)
#E6EFFE
(230,239,254)
#EEF4FE
(238,244,254)
#F6F9FE
(246,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6C7FE color. Also use rgb(166,199,254) instead hex code.

Text Font Color

.myTextColor { color: #A6C7FE; }

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

This text font color is #A6C7FE.


Background Color

.myBgColor { background-color: #A6C7FE; }

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

This div background color is #A6C7FE.


Border color

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

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

This div border color is #A6C7FE.


Opacity

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

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

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

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

This text has shadow with #A6C7FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C7FE on black background.


Color preview on white background

This text has color #A6C7FE on white background.



Black color preview on #A6C7FE background

This text has black color on #A6C7FE background.


White color preview on #A6C7FE background

This text has white color on #A6C7FE background.