COLOR #A6FCEA

HEX: #A6FCEA
RGB: (166,252,234)

Color info

#A6FCEA contains mainly green and blue colors. Web safe color of #A6FCEA is #99FFFF (or #9FF).

RGB color model

#A6FCEA color RGB value is (166,252,234).

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

RGB channels and saturation

R 166 of 255 = 65%
G 252 of 255 = 99%
B 234 of 255 = 92%

166
252
234

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

Portions of RGB colors in percentages

R + G + B =
166 + 252 + 234 = 652 (100%)
R 166 of 652 ~ 25.46%
G 252 of 652 ~ 38.65%
B 234 of 652 ~ 35.89%

%25.46
%38.65
%35.89

CMYK color model

#A6FCEA color CMYK value is (34,0,7,1).

  • cyan value is 34.13%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 1.18%
CMYK:
(34,0,7,1)
C34M0Y7K1 
(34%,0%,7%,1%)
(0.34/0.00/0.07/0.01)	

CMYK percentages

%34.13
%0
%7.14
%1.18

Codes

Color #A6FCEA in popluar color models

A6FCEA
RGB166252234
HSL167°93.48%81.96%
HSB/HSV167°34.13%98.82%
CMYK34.13%0.00%7.14%
1.18%

Color #A6FCEA in popluar number systems.

HEXA6FCEA
Decimal166252234
Binary101001101111110011101010
Octal246374352

Shades and tints

Shades of #A6FCEA

#A6FCEA
(166,252,234)
#97E6D5
(151,230,213)
#88D0C0
(136,208,192)
#79BAAB
(121,186,171)
#6AA496
(106,164,150)
#5B8E81
(91,142,129)
#4C786C
(76,120,108)
#3D6257
(61,98,87)
#2E4C42
(46,76,66)
#1F362D
(31,54,45)
#102018
(16,32,24)
#000000
(0,0,0)

Tints of #A6FCEA

#A6FCEA
(166,252,234)
#AEFCEB
(174,252,235)
#B6FCEC
(182,252,236)
#BEFCED
(190,252,237)
#C6FCEE
(198,252,238)
#CEFCEF
(206,252,239)
#D6FCF0
(214,252,240)
#DEFCF1
(222,252,241)
#E6FCF2
(230,252,242)
#EEFCF3
(238,252,243)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6FCEA; }

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

This text font color is #A6FCEA.


Background Color

.myBgColor { background-color: #A6FCEA; }

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

This div background color is #A6FCEA.


Border color

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

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

This div border color is #A6FCEA.


Opacity

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

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

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

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

This text has shadow with #A6FCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6FCEA on black background.


Color preview on white background

This text has color #A6FCEA on white background.



Black color preview on #A6FCEA background

This text has black color on #A6FCEA background.


White color preview on #A6FCEA background

This text has white color on #A6FCEA background.