COLOR #A6E9D6

HEX: #A6E9D6 RGB: (166,233,214)

Color info

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

RGB color model

#A6E9D6 color RGB value is (166,233,214).

RGB: (166,233,214) (65%, 91%, 84%)

RGB channels and saturation

R 166 of 255 = 65%
G 233 of 255 = 91%
B 214 of 255 = 84%

166
233
214

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

Portions of RGB colors in percentages

R + G + B = 166 + 233 + 214 = 613 (100%)
R 166 of 613 ~ 27.08%
G 233 of 613 ~ 38.01%
B 214 of 613 ~ 34.91'%

%27.08
%38.01
%34.91

CMYK color model

#A6E9D6 color CMYK value is (29,0,8,9).

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

CMYK: (29,0,8,9)
C29M0Y8K9 (29%, 0%, 8%, 9%)
(0.29 / 0.00 / 0.08 / 0.09)

CMYK percentages

%28.76
%0
%8.15
%8.63

Codes

Color #A6E9D6 in popluar color models

A6 E9 D6
RGB 166 233 214
HSL 163° 60.36% 78.24%
HSB/HSV 163° 28.76% 91.37%
CMYK 28.76% 0.00% 8.15%
8.63%

Color #A6E9D6 in popluar number systems.

HEX A6 E9 D6
Decimal 166 233 214
Binary 10100110 11101001 11010110
Octal 246 351 326

Shades and tints

Shades of #A6E9D6

#A6E9D6
(166,233,214)
#97D4C3
(151,212,195)
#88BFB0
(136,191,176)
#79AA9D
(121,170,157)
#6A958A
(106,149,138)
#5B8077
(91,128,119)
#4C6B64
(76,107,100)
#3D5651
(61,86,81)
#2E413E
(46,65,62)
#1F2C2B
(31,44,43)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #A6E9D6

#A6E9D6
(166,233,214)
#AEEBD9
(174,235,217)
#B6EDDC
(182,237,220)
#BEEFDF
(190,239,223)
#C6F1E2
(198,241,226)
#CEF3E5
(206,243,229)
#D6F5E8
(214,245,232)
#DEF7EB
(222,247,235)
#E6F9EE
(230,249,238)
#EEFBF1
(238,251,241)
#F6FDF4
(246,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E9D6; }

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

This text font color is #A6E9D6.

Background Color

.myBgColor { background-color: #A6E9D6; }

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

This div background color is #A6E9D6.

Border color

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

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

This div border color is #A6E9D6.

Opacity

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

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

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

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

This text has shadow with #A6E9D6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E9D6.

Preview

Color preview on black background

This text has color #A6E9D6 on black background.


Color preview on white background

This text has color #A6E9D6 on white background.


Black color preview on #A6E9D6 background

This text has black color on #A6E9D6 background.


White color preview on #A6E9D6 background

This text has white color on #A6E9D6 background.


Related colors

Complementary color

Complementary color for #hex is #591629.


I love getcolorcode.com

Triadic colors

1 #D6A6E9 and #E9D6A6 with #A6E9D6 are triadic colors.

2 #D6E9A6 and #E9A6D6 with #A6E9D6 are triadic colors.