COLOR #A6F3E6

HEX: #A6F3E6 RGB: (166,243,230)

Color info

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

RGB color model

#A6F3E6 color RGB value is (166,243,230).

RGB: (166,243,230) (65%, 95%, 90%)

RGB channels and saturation

R 166 of 255 = 65%
G 243 of 255 = 95%
B 230 of 255 = 90%

166
243
230

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

Portions of RGB colors in percentages

R + G + B = 166 + 243 + 230 = 639 (100%)
R 166 of 639 ~ 25.98%
G 243 of 639 ~ 38.03%
B 230 of 639 ~ 35.99'%

%25.98
%38.03
%35.99

CMYK color model

#A6F3E6 color CMYK value is (32,0,5,5).

  • cyan value is 31.69%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 4.71%

CMYK: (32,0,5,5)
C32M0Y5K5 (32%, 0%, 5%, 5%)
(0.32 / 0.00 / 0.05 / 0.05)

CMYK percentages

%31.69
%0
%5.35
%4.71

Codes

Color #A6F3E6 in popluar color models

A6 F3 E6
RGB 166 243 230
HSL 170° 76.24% 80.20%
HSB/HSV 170° 31.69% 95.29%
CMYK 31.69% 0.00% 5.35%
4.71%

Color #A6F3E6 in popluar number systems.

HEX A6 F3 E6
Decimal 166 243 230
Binary 10100110 11110011 11100110
Octal 246 363 346

Shades and tints

Shades of #A6F3E6

#A6F3E6
(166,243,230)
#97DDD2
(151,221,210)
#88C7BE
(136,199,190)
#79B1AA
(121,177,170)
#6A9B96
(106,155,150)
#5B8582
(91,133,130)
#4C6F6E
(76,111,110)
#3D595A
(61,89,90)
#2E4346
(46,67,70)
#1F2D32
(31,45,50)
#10171E
(16,23,30)
#000000
(0,0,0)

Tints of #A6F3E6

#A6F3E6
(166,243,230)
#AEF4E8
(174,244,232)
#B6F5EA
(182,245,234)
#BEF6EC
(190,246,236)
#C6F7EE
(198,247,238)
#CEF8F0
(206,248,240)
#D6F9F2
(214,249,242)
#DEFAF4
(222,250,244)
#E6FBF6
(230,251,246)
#EEFCF8
(238,252,248)
#F6FDFA
(246,253,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F3E6 color. Also use rgb(166,243,230) instead hex code.

Text Font Color

.myTextColor { color: #A6F3E6; }

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

This text font color is #A6F3E6.

Background Color

.myBgColor { background-color: #A6F3E6; }

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

This div background color is #A6F3E6.

Border color

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

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

This div border color is #A6F3E6.

Opacity

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

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

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

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

This text has shadow with #A6F3E6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6F3E6.

Preview

Color preview on black background

This text has color #A6F3E6 on black background.


Color preview on white background

This text has color #A6F3E6 on white background.


Black color preview on #A6F3E6 background

This text has black color on #A6F3E6 background.


White color preview on #A6F3E6 background

This text has white color on #A6F3E6 background.


Related colors

Complementary color

Complementary color for #hex is #590C19.


I love getcolorcode.com

Triadic colors

1 #E6A6F3 and #F3E6A6 with #A6F3E6 are triadic colors.

2 #E6F3A6 and #F3A6E6 with #A6F3E6 are triadic colors.