COLOR #A8B484

HEX: #A8B484
RGB: (168,180,132)

Color info

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

RGB color model

#A8B484 color RGB value is (168,180,132).

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

RGB channels and saturation

R 168 of 255 = 66%
G 180 of 255 = 71%
B 132 of 255 = 52%

168
180
132

R + G + B ~ 63%. #A8B484 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 180 + 132 = 480 (100%)
R 168 of 480 ~ 35%
G 180 of 480 ~ 37.5%
B 132 of 480 ~ 27.5%

%35
%37.5
%27.5

CMYK color model

#A8B484 color CMYK value is (7,0,27,29).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 29.41%
CMYK:
(7,0,27,29)
C7M0Y27K29 
(7%,0%,27%,29%)
(0.07/0.00/0.27/0.29)	

CMYK percentages

%6.67
%0
%26.67
%29.41

Codes

Color #A8B484 in popluar color models

A8B484
RGB168180132
HSL75°24.24%61.18%
HSB/HSV75°26.67%70.59%
CMYK6.67%0.00%26.67%
29.41%

Color #A8B484 in popluar number systems.

HEXA8B484
Decimal168180132
Binary101010001011010010000100
Octal250264204

Shades and tints

Shades of #A8B484

#A8B484
(168,180,132)
#99A478
(153,164,120)
#8A946C
(138,148,108)
#7B8460
(123,132,96)
#6C7454
(108,116,84)
#5D6448
(93,100,72)
#4E543C
(78,84,60)
#3F4430
(63,68,48)
#303424
(48,52,36)
#212418
(33,36,24)
#12140C
(18,20,12)
#000000
(0,0,0)

Tints of #A8B484

#A8B484
(168,180,132)
#AFBA8F
(175,186,143)
#B6C09A
(182,192,154)
#BDC6A5
(189,198,165)
#C4CCB0
(196,204,176)
#CBD2BB
(203,210,187)
#D2D8C6
(210,216,198)
#D9DED1
(217,222,209)
#E0E4DC
(224,228,220)
#E7EAE7
(231,234,231)
#EEF0F2
(238,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B484; }

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

This text font color is #A8B484.


Background Color

.myBgColor { background-color: #A8B484; }

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

This div background color is #A8B484.


Border color

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

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

This div border color is #A8B484.


Opacity

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

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

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

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

This text has shadow with #A8B484 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B484 on black background.


Color preview on white background

This text has color #A8B484 on white background.



Black color preview on #A8B484 background

This text has black color on #A8B484 background.


White color preview on #A8B484 background

This text has white color on #A8B484 background.