COLOR #A8BE99

HEX: #A8BE99
RGB: (168,190,153)

Color info

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

RGB color model

#A8BE99 color RGB value is (168,190,153).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 153 of 255 = 60%

168
190
153

R + G + B ~ 67%. #A8BE99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 153 = 511 (100%)
R 168 of 511 ~ 32.88%
G 190 of 511 ~ 37.18%
B 153 of 511 ~ 29.94%

%32.88
%37.18
%29.94

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%
CMYK:
(12,0,19,25)
C12M0Y19K25 
(12%,0%,19%,25%)
(0.12/0.00/0.19/0.25)	

CMYK percentages

%11.58
%0
%19.47
%25.49

Codes

Color #A8BE99 in popluar color models

A8BE99
RGB168190153
HSL96°22.16%67.25%
HSB/HSV96°19.47%74.51%
CMYK11.58%0.00%19.47%
25.49%

Color #A8BE99 in popluar number systems.

HEXA8BE99
Decimal168190153
Binary101010001011111010011001
Octal250276231

Shades and tints

Shades of #A8BE99

#A8BE99
(168,190,153)
#99AD8C
(153,173,140)
#8A9C7F
(138,156,127)
#7B8B72
(123,139,114)
#6C7A65
(108,122,101)
#5D6958
(93,105,88)
#4E584B
(78,88,75)
#3F473E
(63,71,62)
#303631
(48,54,49)
#212524
(33,37,36)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8BE99

#A8BE99
(168,190,153)
#AFC3A2
(175,195,162)
#B6C8AB
(182,200,171)
#BDCDB4
(189,205,180)
#C4D2BD
(196,210,189)
#CBD7C6
(203,215,198)
#D2DCCF
(210,220,207)
#D9E1D8
(217,225,216)
#E0E6E1
(224,230,225)
#E7EBEA
(231,235,234)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE99; }

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

This text font color is #A8BE99.


Background Color

.myBgColor { background-color: #A8BE99; }

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

This div background color is #A8BE99.


Border color

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

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

This div border color is #A8BE99.


Opacity

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

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

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

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

This text has shadow with #A8BE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE99 on black background.


Color preview on white background

This text has color #A8BE99 on white background.



Black color preview on #A8BE99 background

This text has black color on #A8BE99 background.


White color preview on #A8BE99 background

This text has white color on #A8BE99 background.