COLOR #A6E3C9

HEX: #A6E3C9
RGB: (166,227,201)

Color info

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

RGB color model

#A6E3C9 color RGB value is (166,227,201).

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

RGB channels and saturation

R 166 of 255 = 65%
G 227 of 255 = 89%
B 201 of 255 = 79%

166
227
201

R + G + B ~ 78%. #A6E3C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 227 + 201 = 594 (100%)
R 166 of 594 ~ 27.95%
G 227 of 594 ~ 38.22%
B 201 of 594 ~ 33.84%

%27.95
%38.22
%33.84

CMYK color model

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

  • cyan value is 26.87%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK:
(27,0,11,11)
C27M0Y11K11 
(27%,0%,11%,11%)
(0.27/0.00/0.11/0.11)	

CMYK percentages

%26.87
%0
%11.45
%10.98

Codes

Color #A6E3C9 in popluar color models

A6E3C9
RGB166227201
HSL154°52.14%77.06%
HSB/HSV154°26.87%89.02%
CMYK26.87%0.00%11.45%
10.98%

Color #A6E3C9 in popluar number systems.

HEXA6E3C9
Decimal166227201
Binary101001101110001111001001
Octal246343311

Shades and tints

Shades of #A6E3C9

#A6E3C9
(166,227,201)
#97CFB7
(151,207,183)
#88BBA5
(136,187,165)
#79A793
(121,167,147)
#6A9381
(106,147,129)
#5B7F6F
(91,127,111)
#4C6B5D
(76,107,93)
#3D574B
(61,87,75)
#2E4339
(46,67,57)
#1F2F27
(31,47,39)
#101B15
(16,27,21)
#000000
(0,0,0)

Tints of #A6E3C9

#A6E3C9
(166,227,201)
#AEE5CD
(174,229,205)
#B6E7D1
(182,231,209)
#BEE9D5
(190,233,213)
#C6EBD9
(198,235,217)
#CEEDDD
(206,237,221)
#D6EFE1
(214,239,225)
#DEF1E5
(222,241,229)
#E6F3E9
(230,243,233)
#EEF5ED
(238,245,237)
#F6F7F1
(246,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E3C9; }

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

This text font color is #A6E3C9.


Background Color

.myBgColor { background-color: #A6E3C9; }

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

This div background color is #A6E3C9.


Border color

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

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

This div border color is #A6E3C9.


Opacity

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

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

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

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

This text has shadow with #A6E3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E3C9 on black background.


Color preview on white background

This text has color #A6E3C9 on white background.



Black color preview on #A6E3C9 background

This text has black color on #A6E3C9 background.


White color preview on #A6E3C9 background

This text has white color on #A6E3C9 background.