COLOR #A6E3DB

HEX: #A6E3DB RGB: (166,227,219)

Color info

#A6E3DB contains mainly green and blue colors. Web safe color of #A6E3DB is #99CCCC (or #9CC).

RGB color model

#A6E3DB color RGB value is (166,227,219).

RGB: (166,227,219) (65%, 89%, 86%)

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 219 of 255 = 86%

166
227
219

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

Portions of RGB colors in percentages

R + G + B = 166 + 227 + 219 = 612 (100%)
R 166 of 612 ~ 27.12%
G 227 of 612 ~ 37.09%
B 219 of 612 ~ 35.78'%

%27.12
%37.09
%35.78

CMYK color model

#A6E3DB color CMYK value is (27,0,4,11).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 10.98%

CMYK: (27,0,4,11)
C27M0Y4K11 (27%, 0%, 4%, 11%)
(0.27 / 0.00 / 0.04 / 0.11)

CMYK percentages

%26.87
%0
%3.52
%10.98

Codes

Color #A6E3DB in popluar color models

A6 E3 DB
RGB 166 227 219
HSL 172° 52.14% 77.06%
HSB/HSV 172° 26.87% 89.02%
CMYK 26.87% 0.00% 3.52%
10.98%

Color #A6E3DB in popluar number systems.

HEX A6 E3 DB
Decimal 166 227 219
Binary 10100110 11100011 11011011
Octal 246 343 333

Shades and tints

Shades of #A6E3DB

#A6E3DB
(166,227,219)
#97CFC8
(151,207,200)
#88BBB5
(136,187,181)
#79A7A2
(121,167,162)
#6A938F
(106,147,143)
#5B7F7C
(91,127,124)
#4C6B69
(76,107,105)
#3D5756
(61,87,86)
#2E4343
(46,67,67)
#1F2F30
(31,47,48)
#101B1D
(16,27,29)
#000000
(0,0,0)

Tints of #A6E3DB

#A6E3DB
(166,227,219)
#AEE5DE
(174,229,222)
#B6E7E1
(182,231,225)
#BEE9E4
(190,233,228)
#C6EBE7
(198,235,231)
#CEEDEA
(206,237,234)
#D6EFED
(214,239,237)
#DEF1F0
(222,241,240)
#E6F3F3
(230,243,243)
#EEF5F6
(238,245,246)
#F6F7F9
(246,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3DB; }

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

This text font color is #A6E3DB.

Background Color

.myBgColor { background-color: #A6E3DB; }

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

This div background color is #A6E3DB.

Border color

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

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

This div border color is #A6E3DB.

Opacity

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

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

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

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

This text has shadow with #A6E3DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E3DB.

Preview

Color preview on black background

This text has color #A6E3DB on black background.


Color preview on white background

This text has color #A6E3DB on white background.


Black color preview on #A6E3DB background

This text has black color on #A6E3DB background.


White color preview on #A6E3DB background

This text has white color on #A6E3DB background.


Related colors

Complementary color

Complementary color for #hex is #591C24.


I love getcolorcode.com

Triadic colors

1 #DBA6E3 and #E3DBA6 with #A6E3DB are triadic colors.

2 #DBE3A6 and #E3A6DB with #A6E3DB are triadic colors.