COLOR #A7BE8F

HEX: #A7BE8F
RGB: (167,190,143)

Color info

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

RGB color model

#A7BE8F color RGB value is (167,190,143).

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

RGB channels and saturation

R 167 of 255 = 65%
G 190 of 255 = 75%
B 143 of 255 = 56%

167
190
143

R + G + B ~ 65%. #A7BE8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 190 + 143 = 500 (100%)
R 167 of 500 ~ 33.4%
G 190 of 500 ~ 38%
B 143 of 500 ~ 28.6%

%33.4
%38
%28.6

CMYK color model

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

  • cyan value is 12.11%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%
CMYK:
(12,0,25,25)
C12M0Y25K25 
(12%,0%,25%,25%)
(0.12/0.00/0.25/0.25)	

CMYK percentages

%12.11
%0
%24.74
%25.49

Codes

Color #A7BE8F in popluar color models

A7BE8F
RGB167190143
HSL89°26.55%65.29%
HSB/HSV89°24.74%74.51%
CMYK12.11%0.00%24.74%
25.49%

Color #A7BE8F in popluar number systems.

HEXA7BE8F
Decimal167190143
Binary101001111011111010001111
Octal247276217

Shades and tints

Shades of #A7BE8F

#A7BE8F
(167,190,143)
#98AD82
(152,173,130)
#899C75
(137,156,117)
#7A8B68
(122,139,104)
#6B7A5B
(107,122,91)
#5C694E
(92,105,78)
#4D5841
(77,88,65)
#3E4734
(62,71,52)
#2F3627
(47,54,39)
#20251A
(32,37,26)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #A7BE8F

#A7BE8F
(167,190,143)
#AFC399
(175,195,153)
#B7C8A3
(183,200,163)
#BFCDAD
(191,205,173)
#C7D2B7
(199,210,183)
#CFD7C1
(207,215,193)
#D7DCCB
(215,220,203)
#DFE1D5
(223,225,213)
#E7E6DF
(231,230,223)
#EFEBE9
(239,235,233)
#F7F0F3
(247,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7BE8F; }

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

This text font color is #A7BE8F.


Background Color

.myBgColor { background-color: #A7BE8F; }

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

This div background color is #A7BE8F.


Border color

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

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

This div border color is #A7BE8F.


Opacity

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

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

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

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

This text has shadow with #A7BE8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7BE8F on black background.


Color preview on white background

This text has color #A7BE8F on white background.



Black color preview on #A7BE8F background

This text has black color on #A7BE8F background.


White color preview on #A7BE8F background

This text has white color on #A7BE8F background.