COLOR #A6F2CA

HEX: #A6F2CA
RGB: (166,242,202)

Color info

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

RGB color model

#A6F2CA color RGB value is (166,242,202).

  • red value is 166;
  • green value is 242;
  • blue value is 202.
RGB:
(166,242,202)
(65%,95%,79%)

RGB channels and saturation

R 166 of 255 = 65%
G 242 of 255 = 95%
B 202 of 255 = 79%

166
242
202

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

Portions of RGB colors in percentages

R + G + B =
166 + 242 + 202 = 610 (100%)
R 166 of 610 ~ 27.21%
G 242 of 610 ~ 39.67%
B 202 of 610 ~ 33.11%

%27.21
%39.67
%33.11

CMYK color model

#A6F2CA color CMYK value is (31,0,17,5).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 5.10%
CMYK:
(31,0,17,5)
C31M0Y17K5 
(31%,0%,17%,5%)
(0.31/0.00/0.17/0.05)	

CMYK percentages

%31.4
%0
%16.53
%5.1

Codes

Color #A6F2CA in popluar color models

A6F2CA
RGB166242202
HSL148°74.51%80.00%
HSB/HSV148°31.40%94.90%
CMYK31.40%0.00%16.53%
5.10%

Color #A6F2CA in popluar number systems.

HEXA6F2CA
Decimal166242202
Binary101001101111001011001010
Octal246362312

Shades and tints

Shades of #A6F2CA

#A6F2CA
(166,242,202)
#97DCB8
(151,220,184)
#88C6A6
(136,198,166)
#79B094
(121,176,148)
#6A9A82
(106,154,130)
#5B8470
(91,132,112)
#4C6E5E
(76,110,94)
#3D584C
(61,88,76)
#2E423A
(46,66,58)
#1F2C28
(31,44,40)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #A6F2CA

#A6F2CA
(166,242,202)
#AEF3CE
(174,243,206)
#B6F4D2
(182,244,210)
#BEF5D6
(190,245,214)
#C6F6DA
(198,246,218)
#CEF7DE
(206,247,222)
#D6F8E2
(214,248,226)
#DEF9E6
(222,249,230)
#E6FAEA
(230,250,234)
#EEFBEE
(238,251,238)
#F6FCF2
(246,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F2CA color. Also use rgb(166,242,202) instead hex code.

Text Font Color

.myTextColor { color: #A6F2CA; }

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

This text font color is #A6F2CA.


Background Color

.myBgColor { background-color: #A6F2CA; }

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

This div background color is #A6F2CA.


Border color

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

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

This div border color is #A6F2CA.


Opacity

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

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

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

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

This text has shadow with #A6F2CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F2CA on black background.


Color preview on white background

This text has color #A6F2CA on white background.



Black color preview on #A6F2CA background

This text has black color on #A6F2CA background.


White color preview on #A6F2CA background

This text has white color on #A6F2CA background.