COLOR #A6D7AE

HEX: #A6D7AE RGB: (166,215,174)

Color info

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

RGB color model

#A6D7AE color RGB value is (166,215,174).

RGB: (166,215,174) (65%, 84%, 68%)

RGB channels and saturation

R 166 of 255 = 65%
G 215 of 255 = 84%
B 174 of 255 = 68%

166
215
174

R + G + B ~ 72%. #A6D7AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 215 + 174 = 555 (100%)
R 166 of 555 ~ 29.91%
G 215 of 555 ~ 38.74%
B 174 of 555 ~ 31.35'%

%29.91
%38.74
%31.35

CMYK color model

#A6D7AE color CMYK value is (23,0,19,16).

  • cyan value is 22.79%
  • magenta value is 0.00%
  • yellow value is 19.07%
  • key color value is 15.69%

CMYK: (23,0,19,16)
C23M0Y19K16 (23%, 0%, 19%, 16%)
(0.23 / 0.00 / 0.19 / 0.16)

CMYK percentages

%22.79
%0
%19.07
%15.69

Codes

Color #A6D7AE in popluar color models

A6 D7 AE
RGB 166 215 174
HSL 130° 37.98% 74.71%
HSB/HSV 130° 22.79% 84.31%
CMYK 22.79% 0.00% 19.07%
15.69%

Color #A6D7AE in popluar number systems.

HEX A6 D7 AE
Decimal 166 215 174
Binary 10100110 11010111 10101110
Octal 246 327 256

Shades and tints

Shades of #A6D7AE

#A6D7AE
(166,215,174)
#97C49F
(151,196,159)
#88B190
(136,177,144)
#799E81
(121,158,129)
#6A8B72
(106,139,114)
#5B7863
(91,120,99)
#4C6554
(76,101,84)
#3D5245
(61,82,69)
#2E3F36
(46,63,54)
#1F2C27
(31,44,39)
#101918
(16,25,24)
#000000
(0,0,0)

Tints of #A6D7AE

#A6D7AE
(166,215,174)
#AEDAB5
(174,218,181)
#B6DDBC
(182,221,188)
#BEE0C3
(190,224,195)
#C6E3CA
(198,227,202)
#CEE6D1
(206,230,209)
#D6E9D8
(214,233,216)
#DEECDF
(222,236,223)
#E6EFE6
(230,239,230)
#EEF2ED
(238,242,237)
#F6F5F4
(246,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6D7AE; }

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

This text font color is #A6D7AE.

Background Color

.myBgColor { background-color: #A6D7AE; }

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

This div background color is #A6D7AE.

Border color

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

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

This div border color is #A6D7AE.

Opacity

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

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

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

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

This text has shadow with #A6D7AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D7AE.

Preview

Color preview on black background

This text has color #A6D7AE on black background.


Color preview on white background

This text has color #A6D7AE on white background.


Black color preview on #A6D7AE background

This text has black color on #A6D7AE background.


White color preview on #A6D7AE background

This text has white color on #A6D7AE background.


Related colors

Complementary color

Complementary color for #hex is #592851.


I love getcolorcode.com

Triadic colors

1 #AEA6D7 and #D7AEA6 with #A6D7AE are triadic colors.

2 #AED7A6 and #D7A6AE with #A6D7AE are triadic colors.