COLOR #A7B780

HEX: #A7B780
RGB: (167,183,128)

Color info

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

RGB color model

#A7B780 color RGB value is (167,183,128).

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

RGB channels and saturation

R 167 of 255 = 65%
G 183 of 255 = 72%
B 128 of 255 = 50%

167
183
128

R + G + B ~ 62%. #A7B780 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 183 + 128 = 478 (100%)
R 167 of 478 ~ 34.94%
G 183 of 478 ~ 38.28%
B 128 of 478 ~ 26.78%

%34.94
%38.28
%26.78

CMYK color model

#A7B780 color CMYK value is (9,0,30,28).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 28.24%
CMYK:
(9,0,30,28)
C9M0Y30K28 
(9%,0%,30%,28%)
(0.09/0.00/0.30/0.28)	

CMYK percentages

%8.74
%0
%30.05
%28.24

Codes

Color #A7B780 in popluar color models

A7B780
RGB167183128
HSL77°27.64%60.98%
HSB/HSV77°30.05%71.76%
CMYK8.74%0.00%30.05%
28.24%

Color #A7B780 in popluar number systems.

HEXA7B780
Decimal167183128
Binary101001111011011110000000
Octal247267200

Shades and tints

Shades of #A7B780

#A7B780
(167,183,128)
#98A775
(152,167,117)
#89976A
(137,151,106)
#7A875F
(122,135,95)
#6B7754
(107,119,84)
#5C6749
(92,103,73)
#4D573E
(77,87,62)
#3E4733
(62,71,51)
#2F3728
(47,55,40)
#20271D
(32,39,29)
#111712
(17,23,18)
#000000
(0,0,0)

Tints of #A7B780

#A7B780
(167,183,128)
#AFBD8B
(175,189,139)
#B7C396
(183,195,150)
#BFC9A1
(191,201,161)
#C7CFAC
(199,207,172)
#CFD5B7
(207,213,183)
#D7DBC2
(215,219,194)
#DFE1CD
(223,225,205)
#E7E7D8
(231,231,216)
#EFEDE3
(239,237,227)
#F7F3EE
(247,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B780; }

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

This text font color is #A7B780.


Background Color

.myBgColor { background-color: #A7B780; }

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

This div background color is #A7B780.


Border color

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

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

This div border color is #A7B780.


Opacity

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

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

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

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

This text has shadow with #A7B780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7B780 on black background.


Color preview on white background

This text has color #A7B780 on white background.



Black color preview on #A7B780 background

This text has black color on #A7B780 background.


White color preview on #A7B780 background

This text has white color on #A7B780 background.