COLOR #A6BD7B

HEX: #A6BD7B RGB: (166,189,123)

Color info

#A6BD7B contains mainly red and green colors. Web safe color of #A6BD7B is #99CC66 (or #9C6).

RGB color model

#A6BD7B color RGB value is (166,189,123).

RGB: (166,189,123) (65%, 74%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 189 of 255 = 74%
B 123 of 255 = 48%

166
189
123

R + G + B ~ 62%. #A6BD7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 189 + 123 = 478 (100%)
R 166 of 478 ~ 34.73%
G 189 of 478 ~ 39.54%
B 123 of 478 ~ 25.73'%

%34.73
%39.54
%25.73

CMYK color model

#A6BD7B color CMYK value is (12,0,35,26).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 34.92%
  • key color value is 25.88%
CMYK: (12,0,35,26) C12M0Y35K26 (12%,0%,35%,26%) (0.12/0.00/0.35/0.26) 

CMYK percentages

%12.17
%0
%34.92
%25.88

Codes

Color #A6BD7B in popluar color models

A6 BD 7B
RGB 166 189 123
HSL 81° 33.33% 61.18%
HSB/HSV 81° 34.92% 74.12%
CMYK 12.17% 0.00% 34.92%
25.88%

Color #A6BD7B in popluar number systems.

HEX A6 BD 7B
Decimal 166 189 123
Binary 10100110 10111101 1111011
Octal 246 275 173

Shades and tints

Shades of #A6BD7B

#A6BD7B
(166,189,123)
#97AC70
(151,172,112)
#889B65
(136,155,101)
#798A5A
(121,138,90)
#6A794F
(106,121,79)
#5B6844
(91,104,68)
#4C5739
(76,87,57)
#3D462E
(61,70,46)
#2E3523
(46,53,35)
#1F2418
(31,36,24)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #A6BD7B

#A6BD7B
(166,189,123)
#AEC387
(174,195,135)
#B6C993
(182,201,147)
#BECF9F
(190,207,159)
#C6D5AB
(198,213,171)
#CEDBB7
(206,219,183)
#D6E1C3
(214,225,195)
#DEE7CF
(222,231,207)
#E6EDDB
(230,237,219)
#EEF3E7
(238,243,231)
#F6F9F3
(246,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BD7B color. Also use rgb(166,189,123) instead hex code.

Text Font Color

.myTextColor { color: #A6BD7B; }

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

This text font color is #A6BD7B.

Background Color

.myBgColor { background-color: #A6BD7B; }

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

This div background color is #A6BD7B.

Border color

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

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

This div border color is #A6BD7B.

Opacity

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

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

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

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

This text has shadow with #A6BD7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BD7B.

Preview

Color preview on black background

This text has color #A6BD7B on black background.


Color preview on white background

This text has color #A6BD7B on white background.


Black color preview on #A6BD7B background

This text has black color on #A6BD7B background.


White color preview on #A6BD7B background

This text has white color on #A6BD7B background.


Related colors

Complementary color

Complementary color for #hex is #594284.


I love getcolorcode.com

Triadic colors

1 #7BA6BD and #BD7BA6 with #A6BD7B are triadic colors.

2 #7BBDA6 and #BDA67B with #A6BD7B are triadic colors.