COLOR #A6FCE2

HEX: #A6FCE2
RGB: (166,252,226)

Color info

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

RGB color model

#A6FCE2 color RGB value is (166,252,226).

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

RGB channels and saturation

R 166 of 255 = 65%
G 252 of 255 = 99%
B 226 of 255 = 89%

166
252
226

R + G + B ~ 84%. #A6FCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 252 + 226 = 644 (100%)
R 166 of 644 ~ 25.78%
G 252 of 644 ~ 39.13%
B 226 of 644 ~ 35.09%

%25.78
%39.13
%35.09

CMYK color model

#A6FCE2 color CMYK value is (34,0,10,1).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 10.32%
  • key color value is 1.18%
CMYK:
(34,0,10,1)
C34M0Y10K1 
(34%,0%,10%,1%)
(0.34/0.00/0.10/0.01)	

CMYK percentages

%34.13
%0
%10.32
%1.18

Codes

Color #A6FCE2 in popluar color models

A6FCE2
RGB166252226
HSL162°93.48%81.96%
HSB/HSV162°34.13%98.82%
CMYK34.13%0.00%10.32%
1.18%

Color #A6FCE2 in popluar number systems.

HEXA6FCE2
Decimal166252226
Binary101001101111110011100010
Octal246374342

Shades and tints

Shades of #A6FCE2

#A6FCE2
(166,252,226)
#97E6CE
(151,230,206)
#88D0BA
(136,208,186)
#79BAA6
(121,186,166)
#6AA492
(106,164,146)
#5B8E7E
(91,142,126)
#4C786A
(76,120,106)
#3D6256
(61,98,86)
#2E4C42
(46,76,66)
#1F362E
(31,54,46)
#10201A
(16,32,26)
#000000
(0,0,0)

Tints of #A6FCE2

#A6FCE2
(166,252,226)
#AEFCE4
(174,252,228)
#B6FCE6
(182,252,230)
#BEFCE8
(190,252,232)
#C6FCEA
(198,252,234)
#CEFCEC
(206,252,236)
#D6FCEE
(214,252,238)
#DEFCF0
(222,252,240)
#E6FCF2
(230,252,242)
#EEFCF4
(238,252,244)
#F6FCF6
(246,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6FCE2; }

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

This text font color is #A6FCE2.


Background Color

.myBgColor { background-color: #A6FCE2; }

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

This div background color is #A6FCE2.


Border color

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

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

This div border color is #A6FCE2.


Opacity

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

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

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

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

This text has shadow with #A6FCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FCE2 on black background.


Color preview on white background

This text has color #A6FCE2 on white background.



Black color preview on #A6FCE2 background

This text has black color on #A6FCE2 background.


White color preview on #A6FCE2 background

This text has white color on #A6FCE2 background.