COLOR #A6E1C6

HEX: #A6E1C6
RGB: (166,225,198)

Color info

#A6E1C6 contains red, green and blue colors in about the same proportion. Web safe color of #A6E1C6 is #99CCCC (or #9CC).

RGB color model

#A6E1C6 color RGB value is (166,225,198).

  • red value is 166;
  • green value is 225;
  • blue value is 198.
RGB:
(166,225,198)
(65%,88%,78%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 198 of 255 = 78%

166
225
198

R + G + B ~ 77%. #A6E1C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 198 = 589 (100%)
R 166 of 589 ~ 28.18%
G 225 of 589 ~ 38.2%
B 198 of 589 ~ 33.62%

%28.18
%38.2
%33.62

CMYK color model

#A6E1C6 color CMYK value is (26,0,12,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 12.00%
  • key color value is 11.76%
CMYK:
(26,0,12,12)
C26M0Y12K12 
(26%,0%,12%,12%)
(0.26/0.00/0.12/0.12)	

CMYK percentages

%26.22
%0
%12
%11.76

Codes

Color #A6E1C6 in popluar color models

A6E1C6
RGB166225198
HSL153°49.58%76.67%
HSB/HSV153°26.22%88.24%
CMYK26.22%0.00%12.00%
11.76%

Color #A6E1C6 in popluar number systems.

HEXA6E1C6
Decimal166225198
Binary101001101110000111000110
Octal246341306

Shades and tints

Shades of #A6E1C6

#A6E1C6
(166,225,198)
#97CDB4
(151,205,180)
#88B9A2
(136,185,162)
#79A590
(121,165,144)
#6A917E
(106,145,126)
#5B7D6C
(91,125,108)
#4C695A
(76,105,90)
#3D5548
(61,85,72)
#2E4136
(46,65,54)
#1F2D24
(31,45,36)
#101912
(16,25,18)
#000000
(0,0,0)

Tints of #A6E1C6

#A6E1C6
(166,225,198)
#AEE3CB
(174,227,203)
#B6E5D0
(182,229,208)
#BEE7D5
(190,231,213)
#C6E9DA
(198,233,218)
#CEEBDF
(206,235,223)
#D6EDE4
(214,237,228)
#DEEFE9
(222,239,233)
#E6F1EE
(230,241,238)
#EEF3F3
(238,243,243)
#F6F5F8
(246,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6E1C6 color. Also use rgb(166,225,198) instead hex code.

Text Font Color

.myTextColor { color: #A6E1C6; }

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

This text font color is #A6E1C6.


Background Color

.myBgColor { background-color: #A6E1C6; }

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

This div background color is #A6E1C6.


Border color

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

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

This div border color is #A6E1C6.


Opacity

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

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

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

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

This text has shadow with #A6E1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E1C6 on black background.


Color preview on white background

This text has color #A6E1C6 on white background.



Black color preview on #A6E1C6 background

This text has black color on #A6E1C6 background.


White color preview on #A6E1C6 background

This text has white color on #A6E1C6 background.