COLOR #A8BE8C

HEX: #A8BE8C
RGB: (168,190,140)

Color info

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

RGB color model

#A8BE8C color RGB value is (168,190,140).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 140 of 255 = 55%

168
190
140

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 140 = 498 (100%)
R 168 of 498 ~ 33.73%
G 190 of 498 ~ 38.15%
B 140 of 498 ~ 28.11%

%33.73
%38.15
%28.11

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 25.49%
CMYK:
(12,0,26,25)
C12M0Y26K25 
(12%,0%,26%,25%)
(0.12/0.00/0.26/0.25)	

CMYK percentages

%11.58
%0
%26.32
%25.49

Codes

Color #A8BE8C in popluar color models

A8BE8C
RGB168190140
HSL86°27.78%64.71%
HSB/HSV86°26.32%74.51%
CMYK11.58%0.00%26.32%
25.49%

Color #A8BE8C in popluar number systems.

HEXA8BE8C
Decimal168190140
Binary101010001011111010001100
Octal250276214

Shades and tints

Shades of #A8BE8C

#A8BE8C
(168,190,140)
#99AD80
(153,173,128)
#8A9C74
(138,156,116)
#7B8B68
(123,139,104)
#6C7A5C
(108,122,92)
#5D6950
(93,105,80)
#4E5844
(78,88,68)
#3F4738
(63,71,56)
#30362C
(48,54,44)
#212520
(33,37,32)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #A8BE8C

#A8BE8C
(168,190,140)
#AFC396
(175,195,150)
#B6C8A0
(182,200,160)
#BDCDAA
(189,205,170)
#C4D2B4
(196,210,180)
#CBD7BE
(203,215,190)
#D2DCC8
(210,220,200)
#D9E1D2
(217,225,210)
#E0E6DC
(224,230,220)
#E7EBE6
(231,235,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE8C; }

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

This text font color is #A8BE8C.


Background Color

.myBgColor { background-color: #A8BE8C; }

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

This div background color is #A8BE8C.


Border color

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

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

This div border color is #A8BE8C.


Opacity

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

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

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

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

This text has shadow with #A8BE8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE8C on black background.


Color preview on white background

This text has color #A8BE8C on white background.



Black color preview on #A8BE8C background

This text has black color on #A8BE8C background.


White color preview on #A8BE8C background

This text has white color on #A8BE8C background.