COLOR #A6D3F4

HEX: #A6D3F4
RGB: (166,211,244)

Color info

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

RGB color model

#A6D3F4 color RGB value is (166,211,244).

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

RGB channels and saturation

R 166 of 255 = 65%
G 211 of 255 = 83%
B 244 of 255 = 96%

166
211
244

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

Portions of RGB colors in percentages

R + G + B =
166 + 211 + 244 = 621 (100%)
R 166 of 621 ~ 26.73%
G 211 of 621 ~ 33.98%
B 244 of 621 ~ 39.29%

%26.73
%33.98
%39.29

CMYK color model

#A6D3F4 color CMYK value is (32,14,0,4).

  • cyan value is 31.97%
  • magenta value is 13.52%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(32,14,0,4)
C32M14Y0K4 
(32%,14%,0%,4%)
(0.32/0.14/0.00/0.04)	

CMYK percentages

%31.97
%13.52
%0
%4.31

Codes

Color #A6D3F4 in popluar color models

A6D3F4
RGB166211244
HSL205°78.00%80.39%
HSB/HSV205°31.97%95.69%
CMYK31.97%13.52%0.00%
4.31%

Color #A6D3F4 in popluar number systems.

HEXA6D3F4
Decimal166211244
Binary101001101101001111110100
Octal246323364

Shades and tints

Shades of #A6D3F4

#A6D3F4
(166,211,244)
#97C0DE
(151,192,222)
#88ADC8
(136,173,200)
#799AB2
(121,154,178)
#6A879C
(106,135,156)
#5B7486
(91,116,134)
#4C6170
(76,97,112)
#3D4E5A
(61,78,90)
#2E3B44
(46,59,68)
#1F282E
(31,40,46)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #A6D3F4

#A6D3F4
(166,211,244)
#AED7F5
(174,215,245)
#B6DBF6
(182,219,246)
#BEDFF7
(190,223,247)
#C6E3F8
(198,227,248)
#CEE7F9
(206,231,249)
#D6EBFA
(214,235,250)
#DEEFFB
(222,239,251)
#E6F3FC
(230,243,252)
#EEF7FD
(238,247,253)
#F6FBFE
(246,251,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D3F4; }

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

This text font color is #A6D3F4.


Background Color

.myBgColor { background-color: #A6D3F4; }

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

This div background color is #A6D3F4.


Border color

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

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

This div border color is #A6D3F4.


Opacity

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

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

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

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

This text has shadow with #A6D3F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D3F4 on black background.


Color preview on white background

This text has color #A6D3F4 on white background.



Black color preview on #A6D3F4 background

This text has black color on #A6D3F4 background.


White color preview on #A6D3F4 background

This text has white color on #A6D3F4 background.