COLOR #A6E3DE

HEX: #A6E3DE
RGB: (166,227,222)

Color info

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

RGB color model

#A6E3DE color RGB value is (166,227,222).

  • red value is 166;
  • green value is 227;
  • blue value is 222.
RGB:
(166,227,222)
(65%,89%,87%)

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 222 of 255 = 87%

166
227
222

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

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 222 = 615 (100%)
R 166 of 615 ~ 26.99%
G 227 of 615 ~ 36.91%
B 222 of 615 ~ 36.1%

%26.99
%36.91
%36.1

CMYK color model

#A6E3DE color CMYK value is (27,0,2,11).

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 2.20%
  • key color value is 10.98%
CMYK:
(27,0,2,11)
C27M0Y2K11 
(27%,0%,2%,11%)
(0.27/0.00/0.02/0.11)	

CMYK percentages

%26.87
%0
%2.2
%10.98

Codes

Color #A6E3DE in popluar color models

A6E3DE
RGB166227222
HSL175°52.14%77.06%
HSB/HSV175°26.87%89.02%
CMYK26.87%0.00%2.20%
10.98%

Color #A6E3DE in popluar number systems.

HEXA6E3DE
Decimal166227222
Binary101001101110001111011110
Octal246343336

Shades and tints

Shades of #A6E3DE

#A6E3DE
(166,227,222)
#97CFCA
(151,207,202)
#88BBB6
(136,187,182)
#79A7A2
(121,167,162)
#6A938E
(106,147,142)
#5B7F7A
(91,127,122)
#4C6B66
(76,107,102)
#3D5752
(61,87,82)
#2E433E
(46,67,62)
#1F2F2A
(31,47,42)
#101B16
(16,27,22)
#000000
(0,0,0)

Tints of #A6E3DE

#A6E3DE
(166,227,222)
#AEE5E1
(174,229,225)
#B6E7E4
(182,231,228)
#BEE9E7
(190,233,231)
#C6EBEA
(198,235,234)
#CEEDED
(206,237,237)
#D6EFF0
(214,239,240)
#DEF1F3
(222,241,243)
#E6F3F6
(230,243,246)
#EEF5F9
(238,245,249)
#F6F7FC
(246,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3DE; }

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

This text font color is #A6E3DE.


Background Color

.myBgColor { background-color: #A6E3DE; }

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

This div background color is #A6E3DE.


Border color

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

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

This div border color is #A6E3DE.


Opacity

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

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

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

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

This text has shadow with #A6E3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3DE on black background.


Color preview on white background

This text has color #A6E3DE on white background.



Black color preview on #A6E3DE background

This text has black color on #A6E3DE background.


White color preview on #A6E3DE background

This text has white color on #A6E3DE background.