COLOR #A6B88F

HEX: #A6B88F
RGB: (166,184,143)

Color info

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

RGB color model

#A6B88F color RGB value is (166,184,143).

  • red value is 166;
  • green value is 184;
  • blue value is 143.
RGB:
(166,184,143)
(65%,72%,56%)

RGB channels and saturation

R 166 of 255 = 65%
G 184 of 255 = 72%
B 143 of 255 = 56%

166
184
143

R + G + B ~ 64%. #A6B88F is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 184 + 143 = 493 (100%)
R 166 of 493 ~ 33.67%
G 184 of 493 ~ 37.32%
B 143 of 493 ~ 29.01%

%33.67
%37.32
%29.01

CMYK color model

#A6B88F color CMYK value is (10,0,22,28).

  • cyan value is 9.78%
  • magenta value is 0.00%
  • yellow value is 22.28%
  • key color value is 27.84%
CMYK:
(10,0,22,28)
C10M0Y22K28 
(10%,0%,22%,28%)
(0.10/0.00/0.22/0.28)	

CMYK percentages

%9.78
%0
%22.28
%27.84

Codes

Color #A6B88F in popluar color models

A6B88F
RGB166184143
HSL86°22.40%64.12%
HSB/HSV86°22.28%72.16%
CMYK9.78%0.00%22.28%
27.84%

Color #A6B88F in popluar number systems.

HEXA6B88F
Decimal166184143
Binary101001101011100010001111
Octal246270217

Shades and tints

Shades of #A6B88F

#A6B88F
(166,184,143)
#97A882
(151,168,130)
#889875
(136,152,117)
#798868
(121,136,104)
#6A785B
(106,120,91)
#5B684E
(91,104,78)
#4C5841
(76,88,65)
#3D4834
(61,72,52)
#2E3827
(46,56,39)
#1F281A
(31,40,26)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #A6B88F

#A6B88F
(166,184,143)
#AEBE99
(174,190,153)
#B6C4A3
(182,196,163)
#BECAAD
(190,202,173)
#C6D0B7
(198,208,183)
#CED6C1
(206,214,193)
#D6DCCB
(214,220,203)
#DEE2D5
(222,226,213)
#E6E8DF
(230,232,223)
#EEEEE9
(238,238,233)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6B88F; }

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

This text font color is #A6B88F.


Background Color

.myBgColor { background-color: #A6B88F; }

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

This div background color is #A6B88F.


Border color

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

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

This div border color is #A6B88F.


Opacity

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

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

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

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

This text has shadow with #A6B88F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B88F on black background.


Color preview on white background

This text has color #A6B88F on white background.



Black color preview on #A6B88F background

This text has black color on #A6B88F background.


White color preview on #A6B88F background

This text has white color on #A6B88F background.