COLOR #A8B468

HEX: #A8B468
RGB: (168,180,104)

Color info

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

RGB color model

#A8B468 color RGB value is (168,180,104).

  • red value is 168;
  • green value is 180;
  • blue value is 104.
RGB: (168,180,104) (66%,71%,41%)

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 104 of 255 = 41%

168
180
104

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

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 104 = 452 (100%)
R 168 of 452 ~ 37.17%
G 180 of 452 ~ 39.82%
B 104 of 452 ~ 23.01%

%37.17
%39.82
%23.01

CMYK color model

#A8B468 color CMYK value is (7,0,42,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 42.22%
  • key color value is 29.41%
CMYK: (7,0,42,29) C7M0Y42K29 (7%,0%,42%,29%) (0.07/0.00/0.42/0.29)

CMYK percentages

%6.67
%0
%42.22
%29.41

Codes

Color #A8B468 in popluar color models

A8B468
RGB168180104
HSL69°33.63%55.69%
HSB/HSV69°42.22%70.59%
CMYK6.67%0.00%42.22%
29.41%

Color #A8B468 in popluar number systems.

HEXA8B468
Decimal168180104
Binary10101000101101001101000
Octal250264150

Shades and tints

Shades of #A8B468

#A8B468
(168,180,104)
#99A45F
(153,164,95)
#8A9456
(138,148,86)
#7B844D
(123,132,77)
#6C7444
(108,116,68)
#5D643B
(93,100,59)
#4E5432
(78,84,50)
#3F4429
(63,68,41)
#303420
(48,52,32)
#212417
(33,36,23)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A8B468

#A8B468
(168,180,104)
#AFBA75
(175,186,117)
#B6C082
(182,192,130)
#BDC68F
(189,198,143)
#C4CC9C
(196,204,156)
#CBD2A9
(203,210,169)
#D2D8B6
(210,216,182)
#D9DEC3
(217,222,195)
#E0E4D0
(224,228,208)
#E7EADD
(231,234,221)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B468 color. Also use rgb(168,180,104) instead hex code.

Text Font Color

.myTextColor { color: #A8B468; }

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

This text font color is #A8B468.


Background Color

.myBgColor { background-color: #A8B468; }

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

This div background color is #A8B468.


Border color

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

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

This div border color is #A8B468.


Opacity

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

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

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

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

This text has shadow with #A8B468 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A8B468 on black background.


Color preview on white background

This text has color #A8B468 on white background.



Black color preview on #A8B468 background

This text has black color on #A8B468 background.


White color preview on #A8B468 background

This text has white color on #A8B468 background.