COLOR #A6D4F7

HEX: #A6D4F7
RGB: (166,212,247)

Color info

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

RGB color model

#A6D4F7 color RGB value is (166,212,247).

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

RGB channels and saturation

R 166 of 255 = 65%
G 212 of 255 = 83%
B 247 of 255 = 97%

166
212
247

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

Portions of RGB colors in percentages

R + G + B =
166 + 212 + 247 = 625 (100%)
R 166 of 625 ~ 26.56%
G 212 of 625 ~ 33.92%
B 247 of 625 ~ 39.52%

%26.56
%33.92
%39.52

CMYK color model

#A6D4F7 color CMYK value is (33,14,0,3).

  • cyan value is 32.79%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(33,14,0,3)
C33M14Y0K3 
(33%,14%,0%,3%)
(0.33/0.14/0.00/0.03)	

CMYK percentages

%32.79
%14.17
%0
%3.14

Codes

Color #A6D4F7 in popluar color models

A6D4F7
RGB166212247
HSL206°83.51%80.98%
HSB/HSV206°32.79%96.86%
CMYK32.79%14.17%0.00%
3.14%

Color #A6D4F7 in popluar number systems.

HEXA6D4F7
Decimal166212247
Binary101001101101010011110111
Octal246324367

Shades and tints

Shades of #A6D4F7

#A6D4F7
(166,212,247)
#97C1E1
(151,193,225)
#88AECB
(136,174,203)
#799BB5
(121,155,181)
#6A889F
(106,136,159)
#5B7589
(91,117,137)
#4C6273
(76,98,115)
#3D4F5D
(61,79,93)
#2E3C47
(46,60,71)
#1F2931
(31,41,49)
#10161B
(16,22,27)
#000000
(0,0,0)

Tints of #A6D4F7

#A6D4F7
(166,212,247)
#AED7F7
(174,215,247)
#B6DAF7
(182,218,247)
#BEDDF7
(190,221,247)
#C6E0F7
(198,224,247)
#CEE3F7
(206,227,247)
#D6E6F7
(214,230,247)
#DEE9F7
(222,233,247)
#E6ECF7
(230,236,247)
#EEEFF7
(238,239,247)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D4F7; }

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

This text font color is #A6D4F7.


Background Color

.myBgColor { background-color: #A6D4F7; }

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

This div background color is #A6D4F7.


Border color

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

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

This div border color is #A6D4F7.


Opacity

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

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

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

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

This text has shadow with #A6D4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6D4F7 on black background.


Color preview on white background

This text has color #A6D4F7 on white background.



Black color preview on #A6D4F7 background

This text has black color on #A6D4F7 background.


White color preview on #A6D4F7 background

This text has white color on #A6D4F7 background.