COLOR #A6DFEB

HEX: #A6DFEB RGB: (166,223,235)

Color info

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

RGB color model

#A6DFEB color RGB value is (166,223,235).

RGB: (166,223,235) (65%, 87%, 92%)

RGB channels and saturation

R 166 of 255 = 65%
G 223 of 255 = 87%
B 235 of 255 = 92%

166
223
235

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

Portions of RGB colors in percentages

R + G + B = 166 + 223 + 235 = 624 (100%)
R 166 of 624 ~ 26.6%
G 223 of 624 ~ 35.74%
B 235 of 624 ~ 37.66'%

%26.6
%35.74
%37.66

CMYK color model

#A6DFEB color CMYK value is (29,5,0,8).

  • cyan value is 29.36%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (29,5,0,8)
C29M5Y0K8 (29%, 5%, 0%, 8%)
(0.29 / 0.05 / 0.00 / 0.08)

CMYK percentages

%29.36
%5.11
%0
%7.84

Codes

Color #A6DFEB in popluar color models

A6 DF EB
RGB 166 223 235
HSL 190° 63.30% 78.63%
HSB/HSV 190° 29.36% 92.16%
CMYK 29.36% 5.11% 0.00%
7.84%

Color #A6DFEB in popluar number systems.

HEX A6 DF EB
Decimal 166 223 235
Binary 10100110 11011111 11101011
Octal 246 337 353

Shades and tints

Shades of #A6DFEB

#A6DFEB
(166,223,235)
#97CBD6
(151,203,214)
#88B7C1
(136,183,193)
#79A3AC
(121,163,172)
#6A8F97
(106,143,151)
#5B7B82
(91,123,130)
#4C676D
(76,103,109)
#3D5358
(61,83,88)
#2E3F43
(46,63,67)
#1F2B2E
(31,43,46)
#101719
(16,23,25)
#000000
(0,0,0)

Tints of #A6DFEB

#A6DFEB
(166,223,235)
#AEE1EC
(174,225,236)
#B6E3ED
(182,227,237)
#BEE5EE
(190,229,238)
#C6E7EF
(198,231,239)
#CEE9F0
(206,233,240)
#D6EBF1
(214,235,241)
#DEEDF2
(222,237,242)
#E6EFF3
(230,239,243)
#EEF1F4
(238,241,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6DFEB; }

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

This text font color is #A6DFEB.

Background Color

.myBgColor { background-color: #A6DFEB; }

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

This div background color is #A6DFEB.

Border color

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

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

This div border color is #A6DFEB.

Opacity

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

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

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

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

This text has shadow with #A6DFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DFEB.

Preview

Color preview on black background

This text has color #A6DFEB on black background.


Color preview on white background

This text has color #A6DFEB on white background.


Black color preview on #A6DFEB background

This text has black color on #A6DFEB background.


White color preview on #A6DFEB background

This text has white color on #A6DFEB background.


Related colors

Complementary color

Complementary color for #hex is #592014.


I love getcolorcode.com

Triadic colors

1 #EBA6DF and #DFEBA6 with #A6DFEB are triadic colors.

2 #EBDFA6 and #DFA6EB with #A6DFEB are triadic colors.