COLOR #A6E1AF

HEX: #A6E1AF
RGB: (166,225,175)

Color info

#A6E1AF contains red, green and blue colors in about the same proportion. Web safe color of #A6E1AF is #99CC99 (or #9C9).

RGB color model

#A6E1AF color RGB value is (166,225,175).

  • red value is 166;
  • green value is 225;
  • blue value is 175.
RGB:
(166,225,175)
(65%,88%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 175 of 255 = 69%

166
225
175

R + G + B ~ 74%. #A6E1AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 225 + 175 = 566 (100%)
R 166 of 566 ~ 29.33%
G 225 of 566 ~ 39.75%
B 175 of 566 ~ 30.92%

%29.33
%39.75
%30.92

CMYK color model

#A6E1AF color CMYK value is (26,0,22,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 11.76%
CMYK:
(26,0,22,12)
C26M0Y22K12 
(26%,0%,22%,12%)
(0.26/0.00/0.22/0.12)	

CMYK percentages

%26.22
%0
%22.22
%11.76

Codes

Color #A6E1AF in popluar color models

A6E1AF
RGB166225175
HSL129°49.58%76.67%
HSB/HSV129°26.22%88.24%
CMYK26.22%0.00%22.22%
11.76%

Color #A6E1AF in popluar number systems.

HEXA6E1AF
Decimal166225175
Binary101001101110000110101111
Octal246341257

Shades and tints

Shades of #A6E1AF

#A6E1AF
(166,225,175)
#97CDA0
(151,205,160)
#88B991
(136,185,145)
#79A582
(121,165,130)
#6A9173
(106,145,115)
#5B7D64
(91,125,100)
#4C6955
(76,105,85)
#3D5546
(61,85,70)
#2E4137
(46,65,55)
#1F2D28
(31,45,40)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #A6E1AF

#A6E1AF
(166,225,175)
#AEE3B6
(174,227,182)
#B6E5BD
(182,229,189)
#BEE7C4
(190,231,196)
#C6E9CB
(198,233,203)
#CEEBD2
(206,235,210)
#D6EDD9
(214,237,217)
#DEEFE0
(222,239,224)
#E6F1E7
(230,241,231)
#EEF3EE
(238,243,238)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E1AF; }

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

This text font color is #A6E1AF.


Background Color

.myBgColor { background-color: #A6E1AF; }

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

This div background color is #A6E1AF.


Border color

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

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

This div border color is #A6E1AF.


Opacity

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

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

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

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

This text has shadow with #A6E1AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6E1AF on black background.


Color preview on white background

This text has color #A6E1AF on white background.



Black color preview on #A6E1AF background

This text has black color on #A6E1AF background.


White color preview on #A6E1AF background

This text has white color on #A6E1AF background.