COLOR #A6BB9F

HEX: #A6BB9F
RGB: (166,187,159)

Color info

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

RGB color model

#A6BB9F color RGB value is (166,187,159).

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

RGB channels and saturation

R 166 of 255 = 65%
G 187 of 255 = 73%
B 159 of 255 = 62%

166
187
159

R + G + B ~ 67%. #A6BB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 187 + 159 = 512 (100%)
R 166 of 512 ~ 32.42%
G 187 of 512 ~ 36.52%
B 159 of 512 ~ 31.05%

%32.42
%36.52
%31.05

CMYK color model

#A6BB9F color CMYK value is (11,0,15,27).

  • cyan value is 11.23%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(11,0,15,27)
C11M0Y15K27 
(11%,0%,15%,27%)
(0.11/0.00/0.15/0.27)	

CMYK percentages

%11.23
%0
%14.97
%26.67

Codes

Color #A6BB9F in popluar color models

A6BB9F
RGB166187159
HSL105°17.07%67.84%
HSB/HSV105°14.97%73.33%
CMYK11.23%0.00%14.97%
26.67%

Color #A6BB9F in popluar number systems.

HEXA6BB9F
Decimal166187159
Binary101001101011101110011111
Octal246273237

Shades and tints

Shades of #A6BB9F

#A6BB9F
(166,187,159)
#97AA91
(151,170,145)
#889983
(136,153,131)
#798875
(121,136,117)
#6A7767
(106,119,103)
#5B6659
(91,102,89)
#4C554B
(76,85,75)
#3D443D
(61,68,61)
#2E332F
(46,51,47)
#1F2221
(31,34,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #A6BB9F

#A6BB9F
(166,187,159)
#AEC1A7
(174,193,167)
#B6C7AF
(182,199,175)
#BECDB7
(190,205,183)
#C6D3BF
(198,211,191)
#CED9C7
(206,217,199)
#D6DFCF
(214,223,207)
#DEE5D7
(222,229,215)
#E6EBDF
(230,235,223)
#EEF1E7
(238,241,231)
#F6F7EF
(246,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6BB9F; }

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

This text font color is #A6BB9F.


Background Color

.myBgColor { background-color: #A6BB9F; }

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

This div background color is #A6BB9F.


Border color

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

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

This div border color is #A6BB9F.


Opacity

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

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

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

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

This text has shadow with #A6BB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BB9F on black background.


Color preview on white background

This text has color #A6BB9F on white background.



Black color preview on #A6BB9F background

This text has black color on #A6BB9F background.


White color preview on #A6BB9F background

This text has white color on #A6BB9F background.