COLOR #A6E9DB

HEX: #A6E9DB
RGB: (166,233,219)

Color info

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

RGB color model

#A6E9DB color RGB value is (166,233,219).

  • red value is 166;
  • green value is 233;
  • blue value is 219.
RGB:
(166,233,219)
(65%,91%,86%)

RGB channels and saturation

R 166 of 255 = 65%
G 233 of 255 = 91%
B 219 of 255 = 86%

166
233
219

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

Portions of RGB colors in percentages

R + G + B =
166 + 233 + 219 = 618 (100%)
R 166 of 618 ~ 26.86%
G 233 of 618 ~ 37.7%
B 219 of 618 ~ 35.44%

%26.86
%37.7
%35.44

CMYK color model

#A6E9DB color CMYK value is (29,0,6,9).

  • cyan value is 28.76%
  • magenta value is 0.00%
  • yellow value is 6.01%
  • key color value is 8.63%
CMYK:
(29,0,6,9)
C29M0Y6K9 
(29%,0%,6%,9%)
(0.29/0.00/0.06/0.09)	

CMYK percentages

%28.76
%0
%6.01
%8.63

Codes

Color #A6E9DB in popluar color models

A6E9DB
RGB166233219
HSL167°60.36%78.24%
HSB/HSV167°28.76%91.37%
CMYK28.76%0.00%6.01%
8.63%

Color #A6E9DB in popluar number systems.

HEXA6E9DB
Decimal166233219
Binary101001101110100111011011
Octal246351333

Shades and tints

Shades of #A6E9DB

#A6E9DB
(166,233,219)
#97D4C8
(151,212,200)
#88BFB5
(136,191,181)
#79AAA2
(121,170,162)
#6A958F
(106,149,143)
#5B807C
(91,128,124)
#4C6B69
(76,107,105)
#3D5656
(61,86,86)
#2E4143
(46,65,67)
#1F2C30
(31,44,48)
#10171D
(16,23,29)
#000000
(0,0,0)

Tints of #A6E9DB

#A6E9DB
(166,233,219)
#AEEBDE
(174,235,222)
#B6EDE1
(182,237,225)
#BEEFE4
(190,239,228)
#C6F1E7
(198,241,231)
#CEF3EA
(206,243,234)
#D6F5ED
(214,245,237)
#DEF7F0
(222,247,240)
#E6F9F3
(230,249,243)
#EEFBF6
(238,251,246)
#F6FDF9
(246,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E9DB; }

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

This text font color is #A6E9DB.


Background Color

.myBgColor { background-color: #A6E9DB; }

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

This div background color is #A6E9DB.


Border color

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

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

This div border color is #A6E9DB.


Opacity

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

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

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

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

This text has shadow with #A6E9DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E9DB on black background.


Color preview on white background

This text has color #A6E9DB on white background.



Black color preview on #A6E9DB background

This text has black color on #A6E9DB background.


White color preview on #A6E9DB background

This text has white color on #A6E9DB background.