COLOR #A6E8DE

HEX: #A6E8DE RGB: (166,232,222)

Color info

#A6E8DE contains mainly green and blue colors. Web safe color of #A6E8DE is #99FFCC (or #9FC).

RGB color model

#A6E8DE color RGB value is (166,232,222).

RGB: (166,232,222) (65%, 91%, 87%)

RGB channels and saturation

R 166 of 255 = 65%
G 232 of 255 = 91%
B 222 of 255 = 87%

166
232
222

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

Portions of RGB colors in percentages

R + G + B = 166 + 232 + 222 = 620 (100%)
R 166 of 620 ~ 26.77%
G 232 of 620 ~ 37.42%
B 222 of 620 ~ 35.81'%

%26.77
%37.42
%35.81

CMYK color model

#A6E8DE color CMYK value is (28,0,4,9).

  • cyan value is 28.45%
  • magenta value is 0.00%
  • yellow value is 4.31%
  • key color value is 9.02%

CMYK: (28,0,4,9)
C28M0Y4K9 (28%, 0%, 4%, 9%)
(0.28 / 0.00 / 0.04 / 0.09)

CMYK percentages

%28.45
%0
%4.31
%9.02

Codes

Color #A6E8DE in popluar color models

A6 E8 DE
RGB 166 232 222
HSL 171° 58.93% 78.04%
HSB/HSV 171° 28.45% 90.98%
CMYK 28.45% 0.00% 4.31%
9.02%

Color #A6E8DE in popluar number systems.

HEX A6 E8 DE
Decimal 166 232 222
Binary 10100110 11101000 11011110
Octal 246 350 336

Shades and tints

Shades of #A6E8DE

#A6E8DE
(166,232,222)
#97D3CA
(151,211,202)
#88BEB6
(136,190,182)
#79A9A2
(121,169,162)
#6A948E
(106,148,142)
#5B7F7A
(91,127,122)
#4C6A66
(76,106,102)
#3D5552
(61,85,82)
#2E403E
(46,64,62)
#1F2B2A
(31,43,42)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6E8DE

#A6E8DE
(166,232,222)
#AEEAE1
(174,234,225)
#B6ECE4
(182,236,228)
#BEEEE7
(190,238,231)
#C6F0EA
(198,240,234)
#CEF2ED
(206,242,237)
#D6F4F0
(214,244,240)
#DEF6F3
(222,246,243)
#E6F8F6
(230,248,246)
#EEFAF9
(238,250,249)
#F6FCFC
(246,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E8DE; }

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

This text font color is #A6E8DE.

Background Color

.myBgColor { background-color: #A6E8DE; }

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

This div background color is #A6E8DE.

Border color

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

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

This div border color is #A6E8DE.

Opacity

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

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

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

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

This text has shadow with #A6E8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E8DE.

Preview

Color preview on black background

This text has color #A6E8DE on black background.


Color preview on white background

This text has color #A6E8DE on white background.


Black color preview on #A6E8DE background

This text has black color on #A6E8DE background.


White color preview on #A6E8DE background

This text has white color on #A6E8DE background.


Related colors

Complementary color

Complementary color for #hex is #591721.


I love getcolorcode.com

Triadic colors

1 #DEA6E8 and #E8DEA6 with #A6E8DE are triadic colors.

2 #DEE8A6 and #E8A6DE with #A6E8DE are triadic colors.