COLOR #A6EEAF

HEX: #A6EEAF RGB: (166,238,175)

Color info

#A6EEAF contains mainly green color. Web safe color of #A6EEAF is #99FF99 (or #9F9).

RGB color model

#A6EEAF color RGB value is (166,238,175).

RGB: (166,238,175) (65%, 93%, 69%)

RGB channels and saturation

R 166 of 255 = 65%
G 238 of 255 = 93%
B 175 of 255 = 69%

166
238
175

R + G + B ~ 76%. #A6EEAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 238 + 175 = 579 (100%)
R 166 of 579 ~ 28.67%
G 238 of 579 ~ 41.11%
B 175 of 579 ~ 30.22'%

%28.67
%41.11
%30.22

CMYK color model

#A6EEAF color CMYK value is (30,0,26,7).

  • cyan value is 30.25%
  • magenta value is 0.00%
  • yellow value is 26.47%
  • key color value is 6.67%
CMYK: (30,0,26,7) C30M0Y26K7 (30%,0%,26%,7%) (0.30/0.00/0.26/0.07) 

CMYK percentages

%30.25
%0
%26.47
%6.67

Codes

Color #A6EEAF in popluar color models

A6 EE AF
RGB 166 238 175
HSL 128° 67.92% 79.22%
HSB/HSV 128° 30.25% 93.33%
CMYK 30.25% 0.00% 26.47%
6.67%

Color #A6EEAF in popluar number systems.

HEX A6 EE AF
Decimal 166 238 175
Binary 10100110 11101110 10101111
Octal 246 356 257

Shades and tints

Shades of #A6EEAF

#A6EEAF
(166,238,175)
#97D9A0
(151,217,160)
#88C491
(136,196,145)
#79AF82
(121,175,130)
#6A9A73
(106,154,115)
#5B8564
(91,133,100)
#4C7055
(76,112,85)
#3D5B46
(61,91,70)
#2E4637
(46,70,55)
#1F3128
(31,49,40)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #A6EEAF

#A6EEAF
(166,238,175)
#AEEFB6
(174,239,182)
#B6F0BD
(182,240,189)
#BEF1C4
(190,241,196)
#C6F2CB
(198,242,203)
#CEF3D2
(206,243,210)
#D6F4D9
(214,244,217)
#DEF5E0
(222,245,224)
#E6F6E7
(230,246,231)
#EEF7EE
(238,247,238)
#F6F8F5
(246,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6EEAF color. Also use rgb(166,238,175) instead hex code.

Text Font Color

.myTextColor { color: #A6EEAF; }

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

This text font color is #A6EEAF.

Background Color

.myBgColor { background-color: #A6EEAF; }

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

This div background color is #A6EEAF.

Border color

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

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

This div border color is #A6EEAF.

Opacity

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

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

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

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

This text has shadow with #A6EEAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6EEAF.

Preview

Color preview on black background

This text has color #A6EEAF on black background.


Color preview on white background

This text has color #A6EEAF on white background.


Black color preview on #A6EEAF background

This text has black color on #A6EEAF background.


White color preview on #A6EEAF background

This text has white color on #A6EEAF background.


Related colors

Complementary color

Complementary color for #hex is #591150.


I love getcolorcode.com

Triadic colors

1 #AFA6EE and #EEAFA6 with #A6EEAF are triadic colors.

2 #AFEEA6 and #EEA6AF with #A6EEAF are triadic colors.