COLOR #A6D1A2

HEX: #A6D1A2 RGB: (166,209,162)

Color info

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

RGB color model

#A6D1A2 color RGB value is (166,209,162).

RGB: (166,209,162) (65%, 82%, 64%)

RGB channels and saturation

R 166 of 255 = 65%
G 209 of 255 = 82%
B 162 of 255 = 64%

166
209
162

R + G + B ~ 70%. #A6D1A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 209 + 162 = 537 (100%)
R 166 of 537 ~ 30.91%
G 209 of 537 ~ 38.92%
B 162 of 537 ~ 30.17'%

%30.91
%38.92
%30.17

CMYK color model

#A6D1A2 color CMYK value is (21,0,22,18).

  • cyan value is 20.57%
  • magenta value is 0.00%
  • yellow value is 22.49%
  • key color value is 18.04%

CMYK: (21,0,22,18)
C21M0Y22K18 (21%, 0%, 22%, 18%)
(0.21 / 0.00 / 0.22 / 0.18)

CMYK percentages

%20.57
%0
%22.49
%18.04

Codes

Color #A6D1A2 in popluar color models

A6 D1 A2
RGB 166 209 162
HSL 115° 33.81% 72.75%
HSB/HSV 115° 22.49% 81.96%
CMYK 20.57% 0.00% 22.49%
18.04%

Color #A6D1A2 in popluar number systems.

HEX A6 D1 A2
Decimal 166 209 162
Binary 10100110 11010001 10100010
Octal 246 321 242

Shades and tints

Shades of #A6D1A2

#A6D1A2
(166,209,162)
#97BE94
(151,190,148)
#88AB86
(136,171,134)
#799878
(121,152,120)
#6A856A
(106,133,106)
#5B725C
(91,114,92)
#4C5F4E
(76,95,78)
#3D4C40
(61,76,64)
#2E3932
(46,57,50)
#1F2624
(31,38,36)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #A6D1A2

#A6D1A2
(166,209,162)
#AED5AA
(174,213,170)
#B6D9B2
(182,217,178)
#BEDDBA
(190,221,186)
#C6E1C2
(198,225,194)
#CEE5CA
(206,229,202)
#D6E9D2
(214,233,210)
#DEEDDA
(222,237,218)
#E6F1E2
(230,241,226)
#EEF5EA
(238,245,234)
#F6F9F2
(246,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D1A2 color. Also use rgb(166,209,162) instead hex code.

Text Font Color

.myTextColor { color: #A6D1A2; }

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

This text font color is #A6D1A2.

Background Color

.myBgColor { background-color: #A6D1A2; }

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

This div background color is #A6D1A2.

Border color

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

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

This div border color is #A6D1A2.

Opacity

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

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

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

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

This text has shadow with #A6D1A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D1A2.

Preview

Color preview on black background

This text has color #A6D1A2 on black background.


Color preview on white background

This text has color #A6D1A2 on white background.


Black color preview on #A6D1A2 background

This text has black color on #A6D1A2 background.


White color preview on #A6D1A2 background

This text has white color on #A6D1A2 background.


Related colors

Complementary color

Complementary color for #hex is #592E5D.


I love getcolorcode.com

Triadic colors

1 #A2A6D1 and #D1A2A6 with #A6D1A2 are triadic colors.

2 #A2D1A6 and #D1A6A2 with #A6D1A2 are triadic colors.