COLOR #A6C7F4

HEX: #A6C7F4
RGB: (166,199,244)

Color info

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

RGB color model

#A6C7F4 color RGB value is (166,199,244).

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

RGB channels and saturation

R 166 of 255 = 65%
G 199 of 255 = 78%
B 244 of 255 = 96%

166
199
244

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

Portions of RGB colors in percentages

R + G + B =
166 + 199 + 244 = 609 (100%)
R 166 of 609 ~ 27.26%
G 199 of 609 ~ 32.68%
B 244 of 609 ~ 40.07%

%27.26
%32.68
%40.07

CMYK color model

#A6C7F4 color CMYK value is (32,18,0,4).

  • cyan value is 31.97%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(32,18,0,4)
C32M18Y0K4 
(32%,18%,0%,4%)
(0.32/0.18/0.00/0.04)	

CMYK percentages

%31.97
%18.44
%0
%4.31

Codes

Color #A6C7F4 in popluar color models

A6C7F4
RGB166199244
HSL215°78.00%80.39%
HSB/HSV215°31.97%95.69%
CMYK31.97%18.44%0.00%
4.31%

Color #A6C7F4 in popluar number systems.

HEXA6C7F4
Decimal166199244
Binary101001101100011111110100
Octal246307364

Shades and tints

Shades of #A6C7F4

#A6C7F4
(166,199,244)
#97B5DE
(151,181,222)
#88A3C8
(136,163,200)
#7991B2
(121,145,178)
#6A7F9C
(106,127,156)
#5B6D86
(91,109,134)
#4C5B70
(76,91,112)
#3D495A
(61,73,90)
#2E3744
(46,55,68)
#1F252E
(31,37,46)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #A6C7F4

#A6C7F4
(166,199,244)
#AECCF5
(174,204,245)
#B6D1F6
(182,209,246)
#BED6F7
(190,214,247)
#C6DBF8
(198,219,248)
#CEE0F9
(206,224,249)
#D6E5FA
(214,229,250)
#DEEAFB
(222,234,251)
#E6EFFC
(230,239,252)
#EEF4FD
(238,244,253)
#F6F9FE
(246,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6C7F4; }

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

This text font color is #A6C7F4.


Background Color

.myBgColor { background-color: #A6C7F4; }

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

This div background color is #A6C7F4.


Border color

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

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

This div border color is #A6C7F4.


Opacity

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

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

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

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

This text has shadow with #A6C7F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6C7F4 on black background.


Color preview on white background

This text has color #A6C7F4 on white background.



Black color preview on #A6C7F4 background

This text has black color on #A6C7F4 background.


White color preview on #A6C7F4 background

This text has white color on #A6C7F4 background.