COLOR #A8B780

HEX: #A8B780
RGB: (168,183,128)

Color info

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

RGB color model

#A8B780 color RGB value is (168,183,128).

  • red value is 168;
  • green value is 183;
  • blue value is 128.
RGB:
(168,183,128)
(66%,72%,50%)

RGB channels and saturation

R 168 of 255 = 66%
G 183 of 255 = 72%
B 128 of 255 = 50%

168
183
128

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

Portions of RGB colors in percentages

R + G + B =
168 + 183 + 128 = 479 (100%)
R 168 of 479 ~ 35.07%
G 183 of 479 ~ 38.2%
B 128 of 479 ~ 26.72%

%35.07
%38.2
%26.72

CMYK color model

#A8B780 color CMYK value is (8,0,30,28).

  • cyan value is 8.20%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(8,0,30,28)
C8M0Y30K28 
(8%,0%,30%,28%)
(0.08/0.00/0.30/0.28)	

CMYK percentages

%8.2
%0
%30.05
%28.24

Codes

Color #A8B780 in popluar color models

A8B780
RGB168183128
HSL76°27.64%60.98%
HSB/HSV76°30.05%71.76%
CMYK8.20%0.00%30.05%
28.24%

Color #A8B780 in popluar number systems.

HEXA8B780
Decimal168183128
Binary101010001011011110000000
Octal250267200

Shades and tints

Shades of #A8B780

#A8B780
(168,183,128)
#99A775
(153,167,117)
#8A976A
(138,151,106)
#7B875F
(123,135,95)
#6C7754
(108,119,84)
#5D6749
(93,103,73)
#4E573E
(78,87,62)
#3F4733
(63,71,51)
#303728
(48,55,40)
#21271D
(33,39,29)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #A8B780

#A8B780
(168,183,128)
#AFBD8B
(175,189,139)
#B6C396
(182,195,150)
#BDC9A1
(189,201,161)
#C4CFAC
(196,207,172)
#CBD5B7
(203,213,183)
#D2DBC2
(210,219,194)
#D9E1CD
(217,225,205)
#E0E7D8
(224,231,216)
#E7EDE3
(231,237,227)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B780 color. Also use rgb(168,183,128) instead hex code.

Text Font Color

.myTextColor { color: #A8B780; }

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

This text font color is #A8B780.


Background Color

.myBgColor { background-color: #A8B780; }

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

This div background color is #A8B780.


Border color

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

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

This div border color is #A8B780.


Opacity

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

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

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

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

This text has shadow with #A8B780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B780 on black background.


Color preview on white background

This text has color #A8B780 on white background.



Black color preview on #A8B780 background

This text has black color on #A8B780 background.


White color preview on #A8B780 background

This text has white color on #A8B780 background.