COLOR #A6D1E9

HEX: #A6D1E9 RGB: (166,209,233)

Color info

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

RGB color model

#A6D1E9 color RGB value is (166,209,233).

RGB: (166,209,233) (65%, 82%, 91%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 233 of 255 = 91%

166
209
233

R + G + B ~ 79%. #A6D1E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 209 + 233 = 608 (100%)
R 166 of 608 ~ 27.3%
G 209 of 608 ~ 34.38%
B 233 of 608 ~ 38.32'%

%27.3
%34.38
%38.32

CMYK color model

#A6D1E9 color CMYK value is (29,10,0,9).

  • cyan value is 28.76%
  • magenta value is 10.30%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (29,10,0,9)
C29M10Y0K9 (29%, 10%, 0%, 9%)
(0.29 / 0.10 / 0.00 / 0.09)

CMYK percentages

%28.76
%10.3
%0
%8.63

Codes

Color #A6D1E9 in popluar color models

A6 D1 E9
RGB 166 209 233
HSL 201° 60.36% 78.24%
HSB/HSV 201° 28.76% 91.37%
CMYK 28.76% 10.30% 0.00%
8.63%

Color #A6D1E9 in popluar number systems.

HEX A6 D1 E9
Decimal 166 209 233
Binary 10100110 11010001 11101001
Octal 246 321 351

Shades and tints

Shades of #A6D1E9

#A6D1E9
(166,209,233)
#97BED4
(151,190,212)
#88ABBF
(136,171,191)
#7998AA
(121,152,170)
#6A8595
(106,133,149)
#5B7280
(91,114,128)
#4C5F6B
(76,95,107)
#3D4C56
(61,76,86)
#2E3941
(46,57,65)
#1F262C
(31,38,44)
#101317
(16,19,23)
#000000
(0,0,0)

Tints of #A6D1E9

#A6D1E9
(166,209,233)
#AED5EB
(174,213,235)
#B6D9ED
(182,217,237)
#BEDDEF
(190,221,239)
#C6E1F1
(198,225,241)
#CEE5F3
(206,229,243)
#D6E9F5
(214,233,245)
#DEEDF7
(222,237,247)
#E6F1F9
(230,241,249)
#EEF5FB
(238,245,251)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D1E9 color. Also use rgb(166,209,233) instead hex code.

Text Font Color

.myTextColor { color: #A6D1E9; }

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

This text font color is #A6D1E9.

Background Color

.myBgColor { background-color: #A6D1E9; }

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

This div background color is #A6D1E9.

Border color

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

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

This div border color is #A6D1E9.

Opacity

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

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

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

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

This text has shadow with #A6D1E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D1E9.

Preview

Color preview on black background

This text has color #A6D1E9 on black background.


Color preview on white background

This text has color #A6D1E9 on white background.


Black color preview on #A6D1E9 background

This text has black color on #A6D1E9 background.


White color preview on #A6D1E9 background

This text has white color on #A6D1E9 background.


Related colors

Complementary color

Complementary color for #hex is #592E16.


I love getcolorcode.com

Triadic colors

1 #E9A6D1 and #D1E9A6 with #A6D1E9 are triadic colors.

2 #E9D1A6 and #D1A6E9 with #A6D1E9 are triadic colors.