COLOR #A6E2D3

HEX: #A6E2D3
RGB: (166,226,211)

Color info

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

RGB color model

#A6E2D3 color RGB value is (166,226,211).

  • red value is 166;
  • green value is 226;
  • blue value is 211.
RGB:
(166,226,211)
(65%,89%,83%)

RGB channels and saturation

R 166 of 255 = 65%
G 226 of 255 = 89%
B 211 of 255 = 83%

166
226
211

R + G + B ~ 79%. #A6E2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 226 + 211 = 603 (100%)
R 166 of 603 ~ 27.53%
G 226 of 603 ~ 37.48%
B 211 of 603 ~ 34.99%

%27.53
%37.48
%34.99

CMYK color model

#A6E2D3 color CMYK value is (27,0,7,11).

  • cyan value is 26.55%
  • magenta value is 0.00%
  • yellow value is 6.64%
  • key color value is 11.37%
CMYK:
(27,0,7,11)
C27M0Y7K11 
(27%,0%,7%,11%)
(0.27/0.00/0.07/0.11)	

CMYK percentages

%26.55
%0
%6.64
%11.37

Codes

Color #A6E2D3 in popluar color models

A6E2D3
RGB166226211
HSL165°50.85%76.86%
HSB/HSV165°26.55%88.63%
CMYK26.55%0.00%6.64%
11.37%

Color #A6E2D3 in popluar number systems.

HEXA6E2D3
Decimal166226211
Binary101001101110001011010011
Octal246342323

Shades and tints

Shades of #A6E2D3

#A6E2D3
(166,226,211)
#97CEC0
(151,206,192)
#88BAAD
(136,186,173)
#79A69A
(121,166,154)
#6A9287
(106,146,135)
#5B7E74
(91,126,116)
#4C6A61
(76,106,97)
#3D564E
(61,86,78)
#2E423B
(46,66,59)
#1F2E28
(31,46,40)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #A6E2D3

#A6E2D3
(166,226,211)
#AEE4D7
(174,228,215)
#B6E6DB
(182,230,219)
#BEE8DF
(190,232,223)
#C6EAE3
(198,234,227)
#CEECE7
(206,236,231)
#D6EEEB
(214,238,235)
#DEF0EF
(222,240,239)
#E6F2F3
(230,242,243)
#EEF4F7
(238,244,247)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E2D3 color. Also use rgb(166,226,211) instead hex code.

Text Font Color

.myTextColor { color: #A6E2D3; }

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

This text font color is #A6E2D3.


Background Color

.myBgColor { background-color: #A6E2D3; }

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

This div background color is #A6E2D3.


Border color

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

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

This div border color is #A6E2D3.


Opacity

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

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

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

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

This text has shadow with #A6E2D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E2D3 on black background.


Color preview on white background

This text has color #A6E2D3 on white background.



Black color preview on #A6E2D3 background

This text has black color on #A6E2D3 background.


White color preview on #A6E2D3 background

This text has white color on #A6E2D3 background.