COLOR #A6F1C6

HEX: #A6F1C6 RGB: (166,241,198)

Color info

#A6F1C6 contains mainly green and blue colors. Web safe color of #A6F1C6 is #99FFCC (or #9FC).

RGB color model

#A6F1C6 color RGB value is (166,241,198).

RGB: (166,241,198) (65%, 95%, 78%)

RGB channels and saturation

R 166 of 255 = 65%
G 241 of 255 = 95%
B 198 of 255 = 78%

166
241
198

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

Portions of RGB colors in percentages

R + G + B = 166 + 241 + 198 = 605 (100%)
R 166 of 605 ~ 27.44%
G 241 of 605 ~ 39.83%
B 198 of 605 ~ 32.73'%

%27.44
%39.83
%32.73

CMYK color model

#A6F1C6 color CMYK value is (31,0,18,5).

  • cyan value is 31.12%
  • magenta value is 0.00%
  • yellow value is 17.84%
  • key color value is 5.49%

CMYK: (31,0,18,5)
C31M0Y18K5 (31%, 0%, 18%, 5%)
(0.31 / 0.00 / 0.18 / 0.05)

CMYK percentages

%31.12
%0
%17.84
%5.49

Codes

Color #A6F1C6 in popluar color models

A6 F1 C6
RGB 166 241 198
HSL 146° 72.82% 79.80%
HSB/HSV 146° 31.12% 94.51%
CMYK 31.12% 0.00% 17.84%
5.49%

Color #A6F1C6 in popluar number systems.

HEX A6 F1 C6
Decimal 166 241 198
Binary 10100110 11110001 11000110
Octal 246 361 306

Shades and tints

Shades of #A6F1C6

#A6F1C6
(166,241,198)
#97DCB4
(151,220,180)
#88C7A2
(136,199,162)
#79B290
(121,178,144)
#6A9D7E
(106,157,126)
#5B886C
(91,136,108)
#4C735A
(76,115,90)
#3D5E48
(61,94,72)
#2E4936
(46,73,54)
#1F3424
(31,52,36)
#101F12
(16,31,18)
#000000
(0,0,0)

Tints of #A6F1C6

#A6F1C6
(166,241,198)
#AEF2CB
(174,242,203)
#B6F3D0
(182,243,208)
#BEF4D5
(190,244,213)
#C6F5DA
(198,245,218)
#CEF6DF
(206,246,223)
#D6F7E4
(214,247,228)
#DEF8E9
(222,248,233)
#E6F9EE
(230,249,238)
#EEFAF3
(238,250,243)
#F6FBF8
(246,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6F1C6; }

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

This text font color is #A6F1C6.

Background Color

.myBgColor { background-color: #A6F1C6; }

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

This div background color is #A6F1C6.

Border color

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

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

This div border color is #A6F1C6.

Opacity

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

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

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

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

This text has shadow with #A6F1C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F1C6.

Preview

Color preview on black background

This text has color #A6F1C6 on black background.


Color preview on white background

This text has color #A6F1C6 on white background.


Black color preview on #A6F1C6 background

This text has black color on #A6F1C6 background.


White color preview on #A6F1C6 background

This text has white color on #A6F1C6 background.


Related colors

Complementary color

Complementary color for #hex is #590E39.


I love getcolorcode.com

Triadic colors

1 #C6A6F1 and #F1C6A6 with #A6F1C6 are triadic colors.

2 #C6F1A6 and #F1A6C6 with #A6F1C6 are triadic colors.