COLOR #A6B89F

HEX: #A6B89F RGB: (166,184,159)

Color info

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

RGB color model

#A6B89F color RGB value is (166,184,159).

RGB: (166,184,159) (65%, 72%, 62%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 159 of 255 = 62%

166
184
159

R + G + B ~ 66%. #A6B89F is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 184 + 159 = 509 (100%)
R 166 of 509 ~ 32.61%
G 184 of 509 ~ 36.15%
B 159 of 509 ~ 31.24'%

%32.61
%36.15
%31.24

CMYK color model

#A6B89F color CMYK value is (10,0,14,28).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 13.59%
  • key color value is 27.84%

CMYK: (10,0,14,28)
C10M0Y14K28 (10%, 0%, 14%, 28%)
(0.10 / 0.00 / 0.14 / 0.28)

CMYK percentages

%9.78
%0
%13.59
%27.84

Codes

Color #A6B89F in popluar color models

A6 B8 9F
RGB 166 184 159
HSL 103° 14.97% 67.25%
HSB/HSV 103° 13.59% 72.16%
CMYK 9.78% 0.00% 13.59%
27.84%

Color #A6B89F in popluar number systems.

HEX A6 B8 9F
Decimal 166 184 159
Binary 10100110 10111000 10011111
Octal 246 270 237

Shades and tints

Shades of #A6B89F

#A6B89F
(166,184,159)
#97A891
(151,168,145)
#889883
(136,152,131)
#798875
(121,136,117)
#6A7867
(106,120,103)
#5B6859
(91,104,89)
#4C584B
(76,88,75)
#3D483D
(61,72,61)
#2E382F
(46,56,47)
#1F2821
(31,40,33)
#101813
(16,24,19)
#000000
(0,0,0)

Tints of #A6B89F

#A6B89F
(166,184,159)
#AEBEA7
(174,190,167)
#B6C4AF
(182,196,175)
#BECAB7
(190,202,183)
#C6D0BF
(198,208,191)
#CED6C7
(206,214,199)
#D6DCCF
(214,220,207)
#DEE2D7
(222,226,215)
#E6E8DF
(230,232,223)
#EEEEE7
(238,238,231)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B89F; }

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

This text font color is #A6B89F.

Background Color

.myBgColor { background-color: #A6B89F; }

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

This div background color is #A6B89F.

Border color

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

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

This div border color is #A6B89F.

Opacity

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

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

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

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

This text has shadow with #A6B89F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6B89F.

Preview

Color preview on black background

This text has color #A6B89F on black background.


Color preview on white background

This text has color #A6B89F on white background.


Black color preview on #A6B89F background

This text has black color on #A6B89F background.


White color preview on #A6B89F background

This text has white color on #A6B89F background.


Related colors

Complementary color

Complementary color for #hex is #594760.


I love getcolorcode.com

Triadic colors

1 #9FA6B8 and #B89FA6 with #A6B89F are triadic colors.

2 #9FB8A6 and #B8A69F with #A6B89F are triadic colors.