COLOR #A6D6FA

HEX: #A6D6FA
RGB: (166,214,250)

Color info

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

RGB color model

#A6D6FA color RGB value is (166,214,250).

  • red value is 166;
  • green value is 214;
  • blue value is 250.
RGB:
(166,214,250)
(65%,84%,98%)

RGB channels and saturation

R 166 of 255 = 65%
G 214 of 255 = 84%
B 250 of 255 = 98%

166
214
250

R + G + B ~ 82%. #A6D6FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 214 + 250 = 630 (100%)
R 166 of 630 ~ 26.35%
G 214 of 630 ~ 33.97%
B 250 of 630 ~ 39.68%

%26.35
%33.97
%39.68

CMYK color model

#A6D6FA color CMYK value is (34,14,0,2).

  • cyan value is 33.60%
  • magenta value is 14.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(34,14,0,2)
C34M14Y0K2 
(34%,14%,0%,2%)
(0.34/0.14/0.00/0.02)	

CMYK percentages

%33.6
%14.4
%0
%1.96

Codes

Color #A6D6FA in popluar color models

A6D6FA
RGB166214250
HSL206°89.36%81.57%
HSB/HSV206°33.60%98.04%
CMYK33.60%14.40%0.00%
1.96%

Color #A6D6FA in popluar number systems.

HEXA6D6FA
Decimal166214250
Binary101001101101011011111010
Octal246326372

Shades and tints

Shades of #A6D6FA

#A6D6FA
(166,214,250)
#97C3E4
(151,195,228)
#88B0CE
(136,176,206)
#799DB8
(121,157,184)
#6A8AA2
(106,138,162)
#5B778C
(91,119,140)
#4C6476
(76,100,118)
#3D5160
(61,81,96)
#2E3E4A
(46,62,74)
#1F2B34
(31,43,52)
#10181E
(16,24,30)
#000000
(0,0,0)

Tints of #A6D6FA

#A6D6FA
(166,214,250)
#AED9FA
(174,217,250)
#B6DCFA
(182,220,250)
#BEDFFA
(190,223,250)
#C6E2FA
(198,226,250)
#CEE5FA
(206,229,250)
#D6E8FA
(214,232,250)
#DEEBFA
(222,235,250)
#E6EEFA
(230,238,250)
#EEF1FA
(238,241,250)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D6FA color. Also use rgb(166,214,250) instead hex code.

Text Font Color

.myTextColor { color: #A6D6FA; }

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

This text font color is #A6D6FA.


Background Color

.myBgColor { background-color: #A6D6FA; }

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

This div background color is #A6D6FA.


Border color

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

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

This div border color is #A6D6FA.


Opacity

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

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

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

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

This text has shadow with #A6D6FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D6FA on black background.


Color preview on white background

This text has color #A6D6FA on white background.



Black color preview on #A6D6FA background

This text has black color on #A6D6FA background.


White color preview on #A6D6FA background

This text has white color on #A6D6FA background.