COLOR #A6BB7F

HEX: #A6BB7F
RGB: (166,187,127)

Color info

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

RGB color model

#A6BB7F color RGB value is (166,187,127).

  • red value is 166;
  • green value is 187;
  • blue value is 127.
RGB:
(166,187,127)
(65%,73%,50%)

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 127 of 255 = 50%

166
187
127

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

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 127 = 480 (100%)
R 166 of 480 ~ 34.58%
G 187 of 480 ~ 38.96%
B 127 of 480 ~ 26.46%

%34.58
%38.96
%26.46

CMYK color model

#A6BB7F color CMYK value is (11,0,32,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 32.09%
  • key color value is 26.67%
CMYK:
(11,0,32,27)
C11M0Y32K27 
(11%,0%,32%,27%)
(0.11/0.00/0.32/0.27)	

CMYK percentages

%11.23
%0
%32.09
%26.67

Codes

Color #A6BB7F in popluar color models

A6BB7F
RGB166187127
HSL81°30.61%61.57%
HSB/HSV81°32.09%73.33%
CMYK11.23%0.00%32.09%
26.67%

Color #A6BB7F in popluar number systems.

HEXA6BB7F
Decimal166187127
Binary10100110101110111111111
Octal246273177

Shades and tints

Shades of #A6BB7F

#A6BB7F
(166,187,127)
#97AA74
(151,170,116)
#889969
(136,153,105)
#79885E
(121,136,94)
#6A7753
(106,119,83)
#5B6648
(91,102,72)
#4C553D
(76,85,61)
#3D4432
(61,68,50)
#2E3327
(46,51,39)
#1F221C
(31,34,28)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #A6BB7F

#A6BB7F
(166,187,127)
#AEC18A
(174,193,138)
#B6C795
(182,199,149)
#BECDA0
(190,205,160)
#C6D3AB
(198,211,171)
#CED9B6
(206,217,182)
#D6DFC1
(214,223,193)
#DEE5CC
(222,229,204)
#E6EBD7
(230,235,215)
#EEF1E2
(238,241,226)
#F6F7ED
(246,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BB7F color. Also use rgb(166,187,127) instead hex code.

Text Font Color

.myTextColor { color: #A6BB7F; }

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

This text font color is #A6BB7F.


Background Color

.myBgColor { background-color: #A6BB7F; }

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

This div background color is #A6BB7F.


Border color

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

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

This div border color is #A6BB7F.


Opacity

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

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

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

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

This text has shadow with #A6BB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BB7F on black background.


Color preview on white background

This text has color #A6BB7F on white background.



Black color preview on #A6BB7F background

This text has black color on #A6BB7F background.


White color preview on #A6BB7F background

This text has white color on #A6BB7F background.