COLOR #A6BF6B

HEX: #A6BF6B
RGB: (166,191,107)

Color info

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

RGB color model

#A6BF6B color RGB value is (166,191,107).

  • red value is 166;
  • green value is 191;
  • blue value is 107.
RGB:
(166,191,107)
(65%,75%,42%)

RGB channels and saturation

R 166 of 255 = 65%
G 191 of 255 = 75%
B 107 of 255 = 42%

166
191
107

R + G + B ~ 61%. #A6BF6B is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 191 + 107 = 464 (100%)
R 166 of 464 ~ 35.78%
G 191 of 464 ~ 41.16%
B 107 of 464 ~ 23.06%

%35.78
%41.16
%23.06

CMYK color model

#A6BF6B color CMYK value is (13,0,44,25).

  • cyan value is 13.09%
  • magenta value is 0.00%
  • yellow value is 43.98%
  • key color value is 25.10%
CMYK:
(13,0,44,25)
C13M0Y44K25 
(13%,0%,44%,25%)
(0.13/0.00/0.44/0.25)	

CMYK percentages

%13.09
%0
%43.98
%25.1

Codes

Color #A6BF6B in popluar color models

A6BF6B
RGB166191107
HSL78°39.62%58.43%
HSB/HSV78°43.98%74.90%
CMYK13.09%0.00%43.98%
25.10%

Color #A6BF6B in popluar number systems.

HEXA6BF6B
Decimal166191107
Binary10100110101111111101011
Octal246277153

Shades and tints

Shades of #A6BF6B

#A6BF6B
(166,191,107)
#97AE62
(151,174,98)
#889D59
(136,157,89)
#798C50
(121,140,80)
#6A7B47
(106,123,71)
#5B6A3E
(91,106,62)
#4C5935
(76,89,53)
#3D482C
(61,72,44)
#2E3723
(46,55,35)
#1F261A
(31,38,26)
#101511
(16,21,17)
#000000
(0,0,0)

Tints of #A6BF6B

#A6BF6B
(166,191,107)
#AEC478
(174,196,120)
#B6C985
(182,201,133)
#BECE92
(190,206,146)
#C6D39F
(198,211,159)
#CED8AC
(206,216,172)
#D6DDB9
(214,221,185)
#DEE2C6
(222,226,198)
#E6E7D3
(230,231,211)
#EEECE0
(238,236,224)
#F6F1ED
(246,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BF6B; }

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

This text font color is #A6BF6B.


Background Color

.myBgColor { background-color: #A6BF6B; }

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

This div background color is #A6BF6B.


Border color

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

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

This div border color is #A6BF6B.


Opacity

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

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

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

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

This text has shadow with #A6BF6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BF6B on black background.


Color preview on white background

This text has color #A6BF6B on white background.



Black color preview on #A6BF6B background

This text has black color on #A6BF6B background.


White color preview on #A6BF6B background

This text has white color on #A6BF6B background.