COLOR #A8B667

HEX: #A8B667
RGB: (168,182,103)

Color info

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

RGB color model

#A8B667 color RGB value is (168,182,103).

  • red value is 168;
  • green value is 182;
  • blue value is 103.
RGB: (168,182,103) (66%,71%,40%)

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 103 of 255 = 40%

168
182
103

R + G + B ~ 59%. #A8B667 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 103 = 453 (100%)
R 168 of 453 ~ 37.09%
G 182 of 453 ~ 40.18%
B 103 of 453 ~ 22.74%

%37.09
%40.18
%22.74

CMYK color model

#A8B667 color CMYK value is (8,0,43,29).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 43.41%
  • key color value is 28.63%
CMYK: (8,0,43,29) C8M0Y43K29 (8%,0%,43%,29%) (0.08/0.00/0.43/0.29)

CMYK percentages

%7.69
%0
%43.41
%28.63

Codes

Color #A8B667 in popluar color models

A8B667
RGB168182103
HSL71°35.11%55.88%
HSB/HSV71°43.41%71.37%
CMYK7.69%0.00%43.41%
28.63%

Color #A8B667 in popluar number systems.

HEXA8B667
Decimal168182103
Binary10101000101101101100111
Octal250266147

Shades and tints

Shades of #A8B667

#A8B667
(168,182,103)
#99A65E
(153,166,94)
#8A9655
(138,150,85)
#7B864C
(123,134,76)
#6C7643
(108,118,67)
#5D663A
(93,102,58)
#4E5631
(78,86,49)
#3F4628
(63,70,40)
#30361F
(48,54,31)
#212616
(33,38,22)
#12160D
(18,22,13)
#000000
(0,0,0)

Tints of #A8B667

#A8B667
(168,182,103)
#AFBC74
(175,188,116)
#B6C281
(182,194,129)
#BDC88E
(189,200,142)
#C4CE9B
(196,206,155)
#CBD4A8
(203,212,168)
#D2DAB5
(210,218,181)
#D9E0C2
(217,224,194)
#E0E6CF
(224,230,207)
#E7ECDC
(231,236,220)
#EEF2E9
(238,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B667 color. Also use rgb(168,182,103) instead hex code.

Text Font Color

.myTextColor { color: #A8B667; }

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

This text font color is #A8B667.


Background Color

.myBgColor { background-color: #A8B667; }

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

This div background color is #A8B667.


Border color

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

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

This div border color is #A8B667.


Opacity

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

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

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

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

This text has shadow with #A8B667 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8B667 on black background.


Color preview on white background

This text has color #A8B667 on white background.



Black color preview on #A8B667 background

This text has black color on #A8B667 background.


White color preview on #A8B667 background

This text has white color on #A8B667 background.