COLOR #A8BE82

HEX: #A8BE82
RGB: (168,190,130)

Color info

#A8BE82 contains mainly red and green colors. Web safe color of #A8BE82 is #99CC99 (or #9C9).

RGB color model

#A8BE82 color RGB value is (168,190,130).

  • red value is 168;
  • green value is 190;
  • blue value is 130.
RGB:
(168,190,130)
(66%,75%,51%)

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 130 of 255 = 51%

168
190
130

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 130 = 488 (100%)
R 168 of 488 ~ 34.43%
G 190 of 488 ~ 38.93%
B 130 of 488 ~ 26.64%

%34.43
%38.93
%26.64

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 31.58%
  • key color value is 25.49%
CMYK:
(12,0,32,25)
C12M0Y32K25 
(12%,0%,32%,25%)
(0.12/0.00/0.32/0.25)	

CMYK percentages

%11.58
%0
%31.58
%25.49

Codes

Color #A8BE82 in popluar color models

A8BE82
RGB168190130
HSL82°31.58%62.75%
HSB/HSV82°31.58%74.51%
CMYK11.58%0.00%31.58%
25.49%

Color #A8BE82 in popluar number systems.

HEXA8BE82
Decimal168190130
Binary101010001011111010000010
Octal250276202

Shades and tints

Shades of #A8BE82

#A8BE82
(168,190,130)
#99AD77
(153,173,119)
#8A9C6C
(138,156,108)
#7B8B61
(123,139,97)
#6C7A56
(108,122,86)
#5D694B
(93,105,75)
#4E5840
(78,88,64)
#3F4735
(63,71,53)
#30362A
(48,54,42)
#21251F
(33,37,31)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8BE82

#A8BE82
(168,190,130)
#AFC38D
(175,195,141)
#B6C898
(182,200,152)
#BDCDA3
(189,205,163)
#C4D2AE
(196,210,174)
#CBD7B9
(203,215,185)
#D2DCC4
(210,220,196)
#D9E1CF
(217,225,207)
#E0E6DA
(224,230,218)
#E7EBE5
(231,235,229)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8BE82 color. Also use rgb(168,190,130) instead hex code.

Text Font Color

.myTextColor { color: #A8BE82; }

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

This text font color is #A8BE82.


Background Color

.myBgColor { background-color: #A8BE82; }

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

This div background color is #A8BE82.


Border color

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

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

This div border color is #A8BE82.


Opacity

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

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

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

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

This text has shadow with #A8BE82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE82 on black background.


Color preview on white background

This text has color #A8BE82 on white background.



Black color preview on #A8BE82 background

This text has black color on #A8BE82 background.


White color preview on #A8BE82 background

This text has white color on #A8BE82 background.