COLOR #A8BE9D

HEX: #A8BE9D
RGB: (168,190,157)

Color info

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

RGB color model

#A8BE9D color RGB value is (168,190,157).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 157 of 255 = 62%

168
190
157

R + G + B ~ 68%. #A8BE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 157 = 515 (100%)
R 168 of 515 ~ 32.62%
G 190 of 515 ~ 36.89%
B 157 of 515 ~ 30.49%

%32.62
%36.89
%30.49

CMYK color model

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

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 17.37%
  • key color value is 25.49%
CMYK:
(12,0,17,25)
C12M0Y17K25 
(12%,0%,17%,25%)
(0.12/0.00/0.17/0.25)	

CMYK percentages

%11.58
%0
%17.37
%25.49

Codes

Color #A8BE9D in popluar color models

A8BE9D
RGB168190157
HSL100°20.25%68.04%
HSB/HSV100°17.37%74.51%
CMYK11.58%0.00%17.37%
25.49%

Color #A8BE9D in popluar number systems.

HEXA8BE9D
Decimal168190157
Binary101010001011111010011101
Octal250276235

Shades and tints

Shades of #A8BE9D

#A8BE9D
(168,190,157)
#99AD8F
(153,173,143)
#8A9C81
(138,156,129)
#7B8B73
(123,139,115)
#6C7A65
(108,122,101)
#5D6957
(93,105,87)
#4E5849
(78,88,73)
#3F473B
(63,71,59)
#30362D
(48,54,45)
#21251F
(33,37,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #A8BE9D

#A8BE9D
(168,190,157)
#AFC3A5
(175,195,165)
#B6C8AD
(182,200,173)
#BDCDB5
(189,205,181)
#C4D2BD
(196,210,189)
#CBD7C5
(203,215,197)
#D2DCCD
(210,220,205)
#D9E1D5
(217,225,213)
#E0E6DD
(224,230,221)
#E7EBE5
(231,235,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE9D; }

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

This text font color is #A8BE9D.


Background Color

.myBgColor { background-color: #A8BE9D; }

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

This div background color is #A8BE9D.


Border color

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

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

This div border color is #A8BE9D.


Opacity

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

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

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

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

This text has shadow with #A8BE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE9D on black background.


Color preview on white background

This text has color #A8BE9D on white background.



Black color preview on #A8BE9D background

This text has black color on #A8BE9D background.


White color preview on #A8BE9D background

This text has white color on #A8BE9D background.