COLOR #A6EFE9

HEX: #A6EFE9
RGB: (166,239,233)

Color info

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

RGB color model

#A6EFE9 color RGB value is (166,239,233).

  • red value is 166;
  • green value is 239;
  • blue value is 233.
RGB:
(166,239,233)
(65%,94%,91%)

RGB channels and saturation

R 166 of 255 = 65%
G 239 of 255 = 94%
B 233 of 255 = 91%

166
239
233

R + G + B ~ 83%. #A6EFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 239 + 233 = 638 (100%)
R 166 of 638 ~ 26.02%
G 239 of 638 ~ 37.46%
B 233 of 638 ~ 36.52%

%26.02
%37.46
%36.52

CMYK color model

#A6EFE9 color CMYK value is (31,0,3,6).

  • cyan value is 30.54%
  • magenta value is 0.00%
  • yellow value is 2.51%
  • key color value is 6.27%
CMYK:
(31,0,3,6)
C31M0Y3K6 
(31%,0%,3%,6%)
(0.31/0.00/0.03/0.06)	

CMYK percentages

%30.54
%0
%2.51
%6.27

Codes

Color #A6EFE9 in popluar color models

A6EFE9
RGB166239233
HSL175°69.52%79.41%
HSB/HSV175°30.54%93.73%
CMYK30.54%0.00%2.51%
6.27%

Color #A6EFE9 in popluar number systems.

HEXA6EFE9
Decimal166239233
Binary101001101110111111101001
Octal246357351

Shades and tints

Shades of #A6EFE9

#A6EFE9
(166,239,233)
#97DAD4
(151,218,212)
#88C5BF
(136,197,191)
#79B0AA
(121,176,170)
#6A9B95
(106,155,149)
#5B8680
(91,134,128)
#4C716B
(76,113,107)
#3D5C56
(61,92,86)
#2E4741
(46,71,65)
#1F322C
(31,50,44)
#101D17
(16,29,23)
#000000
(0,0,0)

Tints of #A6EFE9

#A6EFE9
(166,239,233)
#AEF0EB
(174,240,235)
#B6F1ED
(182,241,237)
#BEF2EF
(190,242,239)
#C6F3F1
(198,243,241)
#CEF4F3
(206,244,243)
#D6F5F5
(214,245,245)
#DEF6F7
(222,246,247)
#E6F7F9
(230,247,249)
#EEF8FB
(238,248,251)
#F6F9FD
(246,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EFE9 color. Also use rgb(166,239,233) instead hex code.

Text Font Color

.myTextColor { color: #A6EFE9; }

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

This text font color is #A6EFE9.


Background Color

.myBgColor { background-color: #A6EFE9; }

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

This div background color is #A6EFE9.


Border color

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

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

This div border color is #A6EFE9.


Opacity

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

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

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

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

This text has shadow with #A6EFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6EFE9 on black background.


Color preview on white background

This text has color #A6EFE9 on white background.



Black color preview on #A6EFE9 background

This text has black color on #A6EFE9 background.


White color preview on #A6EFE9 background

This text has white color on #A6EFE9 background.