COLOR #A6B68D

HEX: #A6B68D
RGB: (166,182,141)

Color info

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

RGB color model

#A6B68D color RGB value is (166,182,141).

  • red value is 166;
  • green value is 182;
  • blue value is 141.
RGB:
(166,182,141)
(65%,71%,55%)

RGB channels and saturation

R 166 of 255 = 65%
G 182 of 255 = 71%
B 141 of 255 = 55%

166
182
141

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

Portions of RGB colors in percentages

R + G + B =
166 + 182 + 141 = 489 (100%)
R 166 of 489 ~ 33.95%
G 182 of 489 ~ 37.22%
B 141 of 489 ~ 28.83%

%33.95
%37.22
%28.83

CMYK color model

#A6B68D color CMYK value is (9,0,23,29).

  • cyan value is 8.79%
  • magenta value is 0.00%
  • yellow value is 22.53%
  • key color value is 28.63%
CMYK:
(9,0,23,29)
C9M0Y23K29 
(9%,0%,23%,29%)
(0.09/0.00/0.23/0.29)	

CMYK percentages

%8.79
%0
%22.53
%28.63

Codes

Color #A6B68D in popluar color models

A6B68D
RGB166182141
HSL83°21.93%63.33%
HSB/HSV83°22.53%71.37%
CMYK8.79%0.00%22.53%
28.63%

Color #A6B68D in popluar number systems.

HEXA6B68D
Decimal166182141
Binary101001101011011010001101
Octal246266215

Shades and tints

Shades of #A6B68D

#A6B68D
(166,182,141)
#97A681
(151,166,129)
#889675
(136,150,117)
#798669
(121,134,105)
#6A765D
(106,118,93)
#5B6651
(91,102,81)
#4C5645
(76,86,69)
#3D4639
(61,70,57)
#2E362D
(46,54,45)
#1F2621
(31,38,33)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A6B68D

#A6B68D
(166,182,141)
#AEBC97
(174,188,151)
#B6C2A1
(182,194,161)
#BEC8AB
(190,200,171)
#C6CEB5
(198,206,181)
#CED4BF
(206,212,191)
#D6DAC9
(214,218,201)
#DEE0D3
(222,224,211)
#E6E6DD
(230,230,221)
#EEECE7
(238,236,231)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6B68D color. Also use rgb(166,182,141) instead hex code.

Text Font Color

.myTextColor { color: #A6B68D; }

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

This text font color is #A6B68D.


Background Color

.myBgColor { background-color: #A6B68D; }

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

This div background color is #A6B68D.


Border color

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

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

This div border color is #A6B68D.


Opacity

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

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

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

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

This text has shadow with #A6B68D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6B68D on black background.


Color preview on white background

This text has color #A6B68D on white background.



Black color preview on #A6B68D background

This text has black color on #A6B68D background.


White color preview on #A6B68D background

This text has white color on #A6B68D background.