COLOR #A7BE96

HEX: #A7BE96
RGB: (167,190,150)

Color info

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

RGB color model

#A7BE96 color RGB value is (167,190,150).

  • red value is 167;
  • green value is 190;
  • blue value is 150.
RGB:
(167,190,150)
(65%,75%,59%)

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 150 of 255 = 59%

167
190
150

R + G + B ~ 66%. #A7BE96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 150 = 507 (100%)
R 167 of 507 ~ 32.94%
G 190 of 507 ~ 37.48%
B 150 of 507 ~ 29.59%

%32.94
%37.48
%29.59

CMYK color model

#A7BE96 color CMYK value is (12,0,21,25).

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 25.49%
CMYK:
(12,0,21,25)
C12M0Y21K25 
(12%,0%,21%,25%)
(0.12/0.00/0.21/0.25)	

CMYK percentages

%12.11
%0
%21.05
%25.49

Codes

Color #A7BE96 in popluar color models

A7BE96
RGB167190150
HSL95°23.53%66.67%
HSB/HSV95°21.05%74.51%
CMYK12.11%0.00%21.05%
25.49%

Color #A7BE96 in popluar number systems.

HEXA7BE96
Decimal167190150
Binary101001111011111010010110
Octal247276226

Shades and tints

Shades of #A7BE96

#A7BE96
(167,190,150)
#98AD89
(152,173,137)
#899C7C
(137,156,124)
#7A8B6F
(122,139,111)
#6B7A62
(107,122,98)
#5C6955
(92,105,85)
#4D5848
(77,88,72)
#3E473B
(62,71,59)
#2F362E
(47,54,46)
#202521
(32,37,33)
#111414
(17,20,20)
#000000
(0,0,0)

Tints of #A7BE96

#A7BE96
(167,190,150)
#AFC39F
(175,195,159)
#B7C8A8
(183,200,168)
#BFCDB1
(191,205,177)
#C7D2BA
(199,210,186)
#CFD7C3
(207,215,195)
#D7DCCC
(215,220,204)
#DFE1D5
(223,225,213)
#E7E6DE
(231,230,222)
#EFEBE7
(239,235,231)
#F7F0F0
(247,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BE96; }

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

This text font color is #A7BE96.


Background Color

.myBgColor { background-color: #A7BE96; }

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

This div background color is #A7BE96.


Border color

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

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

This div border color is #A7BE96.


Opacity

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

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

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

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

This text has shadow with #A7BE96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BE96 on black background.


Color preview on white background

This text has color #A7BE96 on white background.



Black color preview on #A7BE96 background

This text has black color on #A7BE96 background.


White color preview on #A7BE96 background

This text has white color on #A7BE96 background.