COLOR #A7BE80

HEX: #A7BE80 RGB: (167,190,128)

Color info

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

RGB color model

#A7BE80 color RGB value is (167,190,128).

RGB: (167,190,128) (65%, 75%, 50%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 128 of 255 = 50%

167
190
128

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

Portions of RGB colors in percentages

R + G + B = 167 + 190 + 128 = 485 (100%)
R 167 of 485 ~ 34.43%
G 190 of 485 ~ 39.18%
B 128 of 485 ~ 26.39'%

%34.43
%39.18
%26.39

CMYK color model

#A7BE80 color CMYK value is (12,0,33,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 32.63%
  • key color value is 25.49%

CMYK: (12,0,33,25)
C12M0Y33K25 (12%, 0%, 33%, 25%)
(0.12 / 0.00 / 0.33 / 0.25)

CMYK percentages

%12.11
%0
%32.63
%25.49

Codes

Color #A7BE80 in popluar color models

A7 BE 80
RGB 167 190 128
HSL 82° 32.29% 62.35%
HSB/HSV 82° 32.63% 74.51%
CMYK 12.11% 0.00% 32.63%
25.49%

Color #A7BE80 in popluar number systems.

HEX A7 BE 80
Decimal 167 190 128
Binary 10100111 10111110 10000000
Octal 247 276 200

Shades and tints

Shades of #A7BE80

#A7BE80
(167,190,128)
#98AD75
(152,173,117)
#899C6A
(137,156,106)
#7A8B5F
(122,139,95)
#6B7A54
(107,122,84)
#5C6949
(92,105,73)
#4D583E
(77,88,62)
#3E4733
(62,71,51)
#2F3628
(47,54,40)
#20251D
(32,37,29)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7BE80

#A7BE80
(167,190,128)
#AFC38B
(175,195,139)
#B7C896
(183,200,150)
#BFCDA1
(191,205,161)
#C7D2AC
(199,210,172)
#CFD7B7
(207,215,183)
#D7DCC2
(215,220,194)
#DFE1CD
(223,225,205)
#E7E6D8
(231,230,216)
#EFEBE3
(239,235,227)
#F7F0EE
(247,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BE80; }

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

This text font color is #A7BE80.

Background Color

.myBgColor { background-color: #A7BE80; }

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

This div background color is #A7BE80.

Border color

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

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

This div border color is #A7BE80.

Opacity

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

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

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

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

This text has shadow with #A7BE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7BE80.

Preview

Color preview on black background

This text has color #A7BE80 on black background.


Color preview on white background

This text has color #A7BE80 on white background.


Black color preview on #A7BE80 background

This text has black color on #A7BE80 background.


White color preview on #A7BE80 background

This text has white color on #A7BE80 background.


Related colors

Complementary color

Complementary color for #A7BE80 is #58417F.


I love getcolorcode.com

Triadic colors

1 #80A7BE and #BE80A7 with #A7BE80 are triadic colors.

2 #80BEA7 and #BEA780 with #A7BE80 are triadic colors.