COLOR #A6E1AE

HEX: #A6E1AE RGB: (166,225,174)

Color info

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

RGB color model

#A6E1AE color RGB value is (166,225,174).

RGB: (166,225,174) (65%, 88%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 225 of 255 = 88%
B 174 of 255 = 68%

166
225
174

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

Portions of RGB colors in percentages

R + G + B = 166 + 225 + 174 = 565 (100%)
R 166 of 565 ~ 29.38%
G 225 of 565 ~ 39.82%
B 174 of 565 ~ 30.8'%

%29.38
%39.82
%30.8

CMYK color model

#A6E1AE color CMYK value is (26,0,23,12).

  • cyan value is 26.22%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 11.76%

CMYK: (26,0,23,12)
C26M0Y23K12 (26%, 0%, 23%, 12%)
(0.26 / 0.00 / 0.23 / 0.12)

CMYK percentages

%26.22
%0
%22.67
%11.76

Codes

Color #A6E1AE in popluar color models

A6 E1 AE
RGB 166 225 174
HSL 128° 49.58% 76.67%
HSB/HSV 128° 26.22% 88.24%
CMYK 26.22% 0.00% 22.67%
11.76%

Color #A6E1AE in popluar number systems.

HEX A6 E1 AE
Decimal 166 225 174
Binary 10100110 11100001 10101110
Octal 246 341 256

Shades and tints

Shades of #A6E1AE

#A6E1AE
(166,225,174)
#97CD9F
(151,205,159)
#88B990
(136,185,144)
#79A581
(121,165,129)
#6A9172
(106,145,114)
#5B7D63
(91,125,99)
#4C6954
(76,105,84)
#3D5545
(61,85,69)
#2E4136
(46,65,54)
#1F2D27
(31,45,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6E1AE

#A6E1AE
(166,225,174)
#AEE3B5
(174,227,181)
#B6E5BC
(182,229,188)
#BEE7C3
(190,231,195)
#C6E9CA
(198,233,202)
#CEEBD1
(206,235,209)
#D6EDD8
(214,237,216)
#DEEFDF
(222,239,223)
#E6F1E6
(230,241,230)
#EEF3ED
(238,243,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6E1AE; }

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

This text font color is #A6E1AE.

Background Color

.myBgColor { background-color: #A6E1AE; }

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

This div background color is #A6E1AE.

Border color

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

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

This div border color is #A6E1AE.

Opacity

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

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

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

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

This text has shadow with #A6E1AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6E1AE.

Preview

Color preview on black background

This text has color #A6E1AE on black background.


Color preview on white background

This text has color #A6E1AE on white background.


Black color preview on #A6E1AE background

This text has black color on #A6E1AE background.


White color preview on #A6E1AE background

This text has white color on #A6E1AE background.


Related colors

Complementary color

Complementary color for #hex is #591E51.


I love getcolorcode.com

Triadic colors

1 #AEA6E1 and #E1AEA6 with #A6E1AE are triadic colors.

2 #AEE1A6 and #E1A6AE with #A6E1AE are triadic colors.