COLOR #A8BE91

HEX: #A8BE91
RGB: (168,190,145)

Color info

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

RGB color model

#A8BE91 color RGB value is (168,190,145).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 145 of 255 = 57%

168
190
145

R + G + B ~ 66%. #A8BE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 145 = 503 (100%)
R 168 of 503 ~ 33.4%
G 190 of 503 ~ 37.77%
B 145 of 503 ~ 28.83%

%33.4
%37.77
%28.83

CMYK color model

#A8BE91 color CMYK value is (12,0,24,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 23.68%
  • key color value is 25.49%
CMYK:
(12,0,24,25)
C12M0Y24K25 
(12%,0%,24%,25%)
(0.12/0.00/0.24/0.25)	

CMYK percentages

%11.58
%0
%23.68
%25.49

Codes

Color #A8BE91 in popluar color models

A8BE91
RGB168190145
HSL89°25.71%65.69%
HSB/HSV89°23.68%74.51%
CMYK11.58%0.00%23.68%
25.49%

Color #A8BE91 in popluar number systems.

HEXA8BE91
Decimal168190145
Binary101010001011111010010001
Octal250276221

Shades and tints

Shades of #A8BE91

#A8BE91
(168,190,145)
#99AD84
(153,173,132)
#8A9C77
(138,156,119)
#7B8B6A
(123,139,106)
#6C7A5D
(108,122,93)
#5D6950
(93,105,80)
#4E5843
(78,88,67)
#3F4736
(63,71,54)
#303629
(48,54,41)
#21251C
(33,37,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #A8BE91

#A8BE91
(168,190,145)
#AFC39B
(175,195,155)
#B6C8A5
(182,200,165)
#BDCDAF
(189,205,175)
#C4D2B9
(196,210,185)
#CBD7C3
(203,215,195)
#D2DCCD
(210,220,205)
#D9E1D7
(217,225,215)
#E0E6E1
(224,230,225)
#E7EBEB
(231,235,235)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE91; }

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

This text font color is #A8BE91.


Background Color

.myBgColor { background-color: #A8BE91; }

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

This div background color is #A8BE91.


Border color

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

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

This div border color is #A8BE91.


Opacity

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

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

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

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

This text has shadow with #A8BE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE91 on black background.


Color preview on white background

This text has color #A8BE91 on white background.



Black color preview on #A8BE91 background

This text has black color on #A8BE91 background.


White color preview on #A8BE91 background

This text has white color on #A8BE91 background.