COLOR #A6FFE4

HEX: #A6FFE4
RGB: (166,255,228)

Color info

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

RGB color model

#A6FFE4 color RGB value is (166,255,228).

  • red value is 166;
  • green value is 255;
  • blue value is 228.
RGB:
(166,255,228)
(65%,100%,89%)

RGB channels and saturation

R 166 of 255 = 65%
G 255 of 255 = 100%
B 228 of 255 = 89%

166
255
228

R + G + B ~ 85%. #A6FFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 255 + 228 = 649 (100%)
R 166 of 649 ~ 25.58%
G 255 of 649 ~ 39.29%
B 228 of 649 ~ 35.13%

%25.58
%39.29
%35.13

CMYK color model

#A6FFE4 color CMYK value is (35,0,11,0).

  • cyan value is 34.90%
  • magenta value is 0.00%
  • yellow value is 10.59%
  • key color value is 0.00%
CMYK:
(35,0,11,0)
C35M0Y11K0 
(35%,0%,11%,0%)
(0.35/0.00/0.11/0.00)	

CMYK percentages

%34.9
%0
%10.59
%0

Codes

Color #A6FFE4 in popluar color models

A6FFE4
RGB166255228
HSL162°100.00%82.55%
HSB/HSV162°34.90%100.00%
CMYK34.90%0.00%10.59%
0.00%

Color #A6FFE4 in popluar number systems.

HEXA6FFE4
Decimal166255228
Binary101001101111111111100100
Octal246377344

Shades and tints

Shades of #A6FFE4

#A6FFE4
(166,255,228)
#97E8D0
(151,232,208)
#88D1BC
(136,209,188)
#79BAA8
(121,186,168)
#6AA394
(106,163,148)
#5B8C80
(91,140,128)
#4C756C
(76,117,108)
#3D5E58
(61,94,88)
#2E4744
(46,71,68)
#1F3030
(31,48,48)
#10191C
(16,25,28)
#000000
(0,0,0)

Tints of #A6FFE4

#A6FFE4
(166,255,228)
#AEFFE6
(174,255,230)
#B6FFE8
(182,255,232)
#BEFFEA
(190,255,234)
#C6FFEC
(198,255,236)
#CEFFEE
(206,255,238)
#D6FFF0
(214,255,240)
#DEFFF2
(222,255,242)
#E6FFF4
(230,255,244)
#EEFFF6
(238,255,246)
#F6FFF8
(246,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6FFE4 color. Also use rgb(166,255,228) instead hex code.

Text Font Color

.myTextColor { color: #A6FFE4; }

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

This text font color is #A6FFE4.


Background Color

.myBgColor { background-color: #A6FFE4; }

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

This div background color is #A6FFE4.


Border color

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

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

This div border color is #A6FFE4.


Opacity

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

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

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

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

This text has shadow with #A6FFE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FFE4 on black background.


Color preview on white background

This text has color #A6FFE4 on white background.



Black color preview on #A6FFE4 background

This text has black color on #A6FFE4 background.


White color preview on #A6FFE4 background

This text has white color on #A6FFE4 background.