COLOR #A6BF7B

HEX: #A6BF7B RGB: (166,191,123)

Color info

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

RGB color model

#A6BF7B color RGB value is (166,191,123).

RGB: (166,191,123) (65%, 75%, 48%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 123 of 255 = 48%

166
191
123

R + G + B ~ 63%. #A6BF7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 191 + 123 = 480 (100%)
R 166 of 480 ~ 34.58%
G 191 of 480 ~ 39.79%
B 123 of 480 ~ 25.63'%

%34.58
%39.79
%25.63

CMYK color model

#A6BF7B color CMYK value is (13,0,36,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 35.60%
  • key color value is 25.10%

CMYK: (13,0,36,25)
C13M0Y36K25 (13%, 0%, 36%, 25%)
(0.13 / 0.00 / 0.36 / 0.25)

CMYK percentages

%13.09
%0
%35.6
%25.1

Codes

Color #A6BF7B in popluar color models

A6 BF 7B
RGB 166 191 123
HSL 82° 34.69% 61.57%
HSB/HSV 82° 35.60% 74.90%
CMYK 13.09% 0.00% 35.60%
25.10%

Color #A6BF7B in popluar number systems.

HEX A6 BF 7B
Decimal 166 191 123
Binary 10100110 10111111 1111011
Octal 246 277 173

Shades and tints

Shades of #A6BF7B

#A6BF7B
(166,191,123)
#97AE70
(151,174,112)
#889D65
(136,157,101)
#798C5A
(121,140,90)
#6A7B4F
(106,123,79)
#5B6A44
(91,106,68)
#4C5939
(76,89,57)
#3D482E
(61,72,46)
#2E3723
(46,55,35)
#1F2618
(31,38,24)
#10150D
(16,21,13)
#000000
(0,0,0)

Tints of #A6BF7B

#A6BF7B
(166,191,123)
#AEC487
(174,196,135)
#B6C993
(182,201,147)
#BECE9F
(190,206,159)
#C6D3AB
(198,211,171)
#CED8B7
(206,216,183)
#D6DDC3
(214,221,195)
#DEE2CF
(222,226,207)
#E6E7DB
(230,231,219)
#EEECE7
(238,236,231)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BF7B; }

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

This text font color is #A6BF7B.

Background Color

.myBgColor { background-color: #A6BF7B; }

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

This div background color is #A6BF7B.

Border color

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

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

This div border color is #A6BF7B.

Opacity

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

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

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

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

This text has shadow with #A6BF7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6BF7B.

Preview

Color preview on black background

This text has color #A6BF7B on black background.


Color preview on white background

This text has color #A6BF7B on white background.


Black color preview on #A6BF7B background

This text has black color on #A6BF7B background.


White color preview on #A6BF7B background

This text has white color on #A6BF7B background.


Related colors

Complementary color

Complementary color for #hex is #594084.


I love getcolorcode.com

Triadic colors

1 #7BA6BF and #BF7BA6 with #A6BF7B are triadic colors.

2 #7BBFA6 and #BFA67B with #A6BF7B are triadic colors.