COLOR #A6D29B

HEX: #A6D29B RGB: (166,210,155)

Color info

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

RGB color model

#A6D29B color RGB value is (166,210,155).

RGB: (166,210,155) (65%, 82%, 61%)

RGB channels and saturation

R 166 of 255 = 65%
G 210 of 255 = 82%
B 155 of 255 = 61%

166
210
155

R + G + B ~ 69%. #A6D29B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 210 + 155 = 531 (100%)
R 166 of 531 ~ 31.26%
G 210 of 531 ~ 39.55%
B 155 of 531 ~ 29.19'%

%31.26
%39.55
%29.19

CMYK color model

#A6D29B color CMYK value is (21,0,26,18).

  • cyan value is 20.95%
  • magenta value is 0.00%
  • yellow value is 26.19%
  • key color value is 17.65%

CMYK: (21,0,26,18)
C21M0Y26K18 (21%, 0%, 26%, 18%)
(0.21 / 0.00 / 0.26 / 0.18)

CMYK percentages

%20.95
%0
%26.19
%17.65

Codes

Color #A6D29B in popluar color models

A6 D2 9B
RGB 166 210 155
HSL 108° 37.93% 71.57%
HSB/HSV 108° 26.19% 82.35%
CMYK 20.95% 0.00% 26.19%
17.65%

Color #A6D29B in popluar number systems.

HEX A6 D2 9B
Decimal 166 210 155
Binary 10100110 11010010 10011011
Octal 246 322 233

Shades and tints

Shades of #A6D29B

#A6D29B
(166,210,155)
#97BF8D
(151,191,141)
#88AC7F
(136,172,127)
#799971
(121,153,113)
#6A8663
(106,134,99)
#5B7355
(91,115,85)
#4C6047
(76,96,71)
#3D4D39
(61,77,57)
#2E3A2B
(46,58,43)
#1F271D
(31,39,29)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A6D29B

#A6D29B
(166,210,155)
#AED6A4
(174,214,164)
#B6DAAD
(182,218,173)
#BEDEB6
(190,222,182)
#C6E2BF
(198,226,191)
#CEE6C8
(206,230,200)
#D6EAD1
(214,234,209)
#DEEEDA
(222,238,218)
#E6F2E3
(230,242,227)
#EEF6EC
(238,246,236)
#F6FAF5
(246,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6D29B color. Also use rgb(166,210,155) instead hex code.

Text Font Color

.myTextColor { color: #A6D29B; }

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

This text font color is #A6D29B.

Background Color

.myBgColor { background-color: #A6D29B; }

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

This div background color is #A6D29B.

Border color

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

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

This div border color is #A6D29B.

Opacity

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

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

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

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

This text has shadow with #A6D29B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6D29B.

Preview

Color preview on black background

This text has color #A6D29B on black background.


Color preview on white background

This text has color #A6D29B on white background.


Black color preview on #A6D29B background

This text has black color on #A6D29B background.


White color preview on #A6D29B background

This text has white color on #A6D29B background.


Related colors

Complementary color

Complementary color for #hex is #592D64.


I love getcolorcode.com

Triadic colors

1 #9BA6D2 and #D29BA6 with #A6D29B are triadic colors.

2 #9BD2A6 and #D2A69B with #A6D29B are triadic colors.