COLOR #A6DEE1

HEX: #A6DEE1 RGB: (166,222,225)

Color info

#A6DEE1 contains red, green and blue colors in about the same proportion. Web safe color of #A6DEE1 is #99CCCC (or #9CC).

RGB color model

#A6DEE1 color RGB value is (166,222,225).

RGB: (166,222,225) (65%, 87%, 88%)

RGB channels and saturation

R 166 of 255 = 65%
G 222 of 255 = 87%
B 225 of 255 = 88%

166
222
225

R + G + B ~ 80%. #A6DEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 222 + 225 = 613 (100%)
R 166 of 613 ~ 27.08%
G 222 of 613 ~ 36.22%
B 225 of 613 ~ 36.7'%

%27.08
%36.22
%36.7

CMYK color model

#A6DEE1 color CMYK value is (26,1,0,12).

  • cyan value is 26.22%
  • magenta value is 1.33%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (26,1,0,12)
C26M1Y0K12 (26%, 1%, 0%, 12%)
(0.26 / 0.01 / 0.00 / 0.12)

CMYK percentages

%26.22
%1.33
%0
%11.76

Codes

Color #A6DEE1 in popluar color models

A6 DE E1
RGB 166 222 225
HSL 183° 49.58% 76.67%
HSB/HSV 183° 26.22% 88.24%
CMYK 26.22% 1.33% 0.00%
11.76%

Color #A6DEE1 in popluar number systems.

HEX A6 DE E1
Decimal 166 222 225
Binary 10100110 11011110 11100001
Octal 246 336 341

Shades and tints

Shades of #A6DEE1

#A6DEE1
(166,222,225)
#97CACD
(151,202,205)
#88B6B9
(136,182,185)
#79A2A5
(121,162,165)
#6A8E91
(106,142,145)
#5B7A7D
(91,122,125)
#4C6669
(76,102,105)
#3D5255
(61,82,85)
#2E3E41
(46,62,65)
#1F2A2D
(31,42,45)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A6DEE1

#A6DEE1
(166,222,225)
#AEE1E3
(174,225,227)
#B6E4E5
(182,228,229)
#BEE7E7
(190,231,231)
#C6EAE9
(198,234,233)
#CEEDEB
(206,237,235)
#D6F0ED
(214,240,237)
#DEF3EF
(222,243,239)
#E6F6F1
(230,246,241)
#EEF9F3
(238,249,243)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6DEE1 color. Also use rgb(166,222,225) instead hex code.

Text Font Color

.myTextColor { color: #A6DEE1; }

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

This text font color is #A6DEE1.

Background Color

.myBgColor { background-color: #A6DEE1; }

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

This div background color is #A6DEE1.

Border color

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

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

This div border color is #A6DEE1.

Opacity

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

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

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

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

This text has shadow with #A6DEE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6DEE1.

Preview

Color preview on black background

This text has color #A6DEE1 on black background.


Color preview on white background

This text has color #A6DEE1 on white background.


Black color preview on #A6DEE1 background

This text has black color on #A6DEE1 background.


White color preview on #A6DEE1 background

This text has white color on #A6DEE1 background.


Related colors

Complementary color

Complementary color for #hex is #59211E.


I love getcolorcode.com

Triadic colors

1 #E1A6DE and #DEE1A6 with #A6DEE1 are triadic colors.

2 #E1DEA6 and #DEA6E1 with #A6DEE1 are triadic colors.