COLOR #A6DFFD

HEX: #A6DFFD RGB: (166,223,253)

Color info

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

RGB color model

#A6DFFD color RGB value is (166,223,253).

RGB: (166,223,253) (65%, 87%, 99%)

RGB channels and saturation

R 166 of 255 = 65%
G 223 of 255 = 87%
B 253 of 255 = 99%

166
223
253

R + G + B ~ 84%. #A6DFFD is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 223 + 253 = 642 (100%)
R 166 of 642 ~ 25.86%
G 223 of 642 ~ 34.74%
B 253 of 642 ~ 39.41'%

%25.86
%34.74
%39.41

CMYK color model

#A6DFFD color CMYK value is (34,12,0,1).

  • cyan value is 34.39%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (34,12,0,1)
C34M12Y0K1 (34%, 12%, 0%, 1%)
(0.34 / 0.12 / 0.00 / 0.01)

CMYK percentages

%34.39
%11.86
%0
%0.78

Codes

Color #A6DFFD in popluar color models

A6 DF FD
RGB 166 223 253
HSL 201° 95.60% 82.16%
HSB/HSV 201° 34.39% 99.22%
CMYK 34.39% 11.86% 0.00%
0.78%

Color #A6DFFD in popluar number systems.

HEX A6 DF FD
Decimal 166 223 253
Binary 10100110 11011111 11111101
Octal 246 337 375

Shades and tints

Shades of #A6DFFD

#A6DFFD
(166,223,253)
#97CBE6
(151,203,230)
#88B7CF
(136,183,207)
#79A3B8
(121,163,184)
#6A8FA1
(106,143,161)
#5B7B8A
(91,123,138)
#4C6773
(76,103,115)
#3D535C
(61,83,92)
#2E3F45
(46,63,69)
#1F2B2E
(31,43,46)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #A6DFFD

#A6DFFD
(166,223,253)
#AEE1FD
(174,225,253)
#B6E3FD
(182,227,253)
#BEE5FD
(190,229,253)
#C6E7FD
(198,231,253)
#CEE9FD
(206,233,253)
#D6EBFD
(214,235,253)
#DEEDFD
(222,237,253)
#E6EFFD
(230,239,253)
#EEF1FD
(238,241,253)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DFFD color. Also use rgb(166,223,253) instead hex code.

Text Font Color

.myTextColor { color: #A6DFFD; }

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

This text font color is #A6DFFD.

Background Color

.myBgColor { background-color: #A6DFFD; }

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

This div background color is #A6DFFD.

Border color

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

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

This div border color is #A6DFFD.

Opacity

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

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

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

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

This text has shadow with #A6DFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DFFD.

Preview

Color preview on black background

This text has color #A6DFFD on black background.


Color preview on white background

This text has color #A6DFFD on white background.


Black color preview on #A6DFFD background

This text has black color on #A6DFFD background.


White color preview on #A6DFFD background

This text has white color on #A6DFFD background.


Related colors

Complementary color

Complementary color for #hex is #592002.


I love getcolorcode.com

Triadic colors

1 #FDA6DF and #DFFDA6 with #A6DFFD are triadic colors.

2 #FDDFA6 and #DFA6FD with #A6DFFD are triadic colors.