COLOR #A6BE87

HEX: #A6BE87
RGB: (166,190,135)

Color info

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

RGB color model

#A6BE87 color RGB value is (166,190,135).

  • red value is 166;
  • green value is 190;
  • blue value is 135.
RGB:
(166,190,135)
(65%,75%,53%)

RGB channels and saturation

R 166 of 255 = 65%
G 190 of 255 = 75%
B 135 of 255 = 53%

166
190
135

R + G + B ~ 64%. #A6BE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 190 + 135 = 491 (100%)
R 166 of 491 ~ 33.81%
G 190 of 491 ~ 38.7%
B 135 of 491 ~ 27.49%

%33.81
%38.7
%27.49

CMYK color model

#A6BE87 color CMYK value is (13,0,29,25).

  • cyan value is 12.63%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 25.49%
CMYK:
(13,0,29,25)
C13M0Y29K25 
(13%,0%,29%,25%)
(0.13/0.00/0.29/0.25)	

CMYK percentages

%12.63
%0
%28.95
%25.49

Codes

Color #A6BE87 in popluar color models

A6BE87
RGB166190135
HSL86°29.73%63.73%
HSB/HSV86°28.95%74.51%
CMYK12.63%0.00%28.95%
25.49%

Color #A6BE87 in popluar number systems.

HEXA6BE87
Decimal166190135
Binary101001101011111010000111
Octal246276207

Shades and tints

Shades of #A6BE87

#A6BE87
(166,190,135)
#97AD7B
(151,173,123)
#889C6F
(136,156,111)
#798B63
(121,139,99)
#6A7A57
(106,122,87)
#5B694B
(91,105,75)
#4C583F
(76,88,63)
#3D4733
(61,71,51)
#2E3627
(46,54,39)
#1F251B
(31,37,27)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #A6BE87

#A6BE87
(166,190,135)
#AEC391
(174,195,145)
#B6C89B
(182,200,155)
#BECDA5
(190,205,165)
#C6D2AF
(198,210,175)
#CED7B9
(206,215,185)
#D6DCC3
(214,220,195)
#DEE1CD
(222,225,205)
#E6E6D7
(230,230,215)
#EEEBE1
(238,235,225)
#F6F0EB
(246,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6BE87 color. Also use rgb(166,190,135) instead hex code.

Text Font Color

.myTextColor { color: #A6BE87; }

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

This text font color is #A6BE87.


Background Color

.myBgColor { background-color: #A6BE87; }

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

This div background color is #A6BE87.


Border color

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

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

This div border color is #A6BE87.


Opacity

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

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

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

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

This text has shadow with #A6BE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6BE87 on black background.


Color preview on white background

This text has color #A6BE87 on white background.



Black color preview on #A6BE87 background

This text has black color on #A6BE87 background.


White color preview on #A6BE87 background

This text has white color on #A6BE87 background.