COLOR #A8BE94

HEX: #A8BE94
RGB: (168,190,148)

Color info

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

RGB color model

#A8BE94 color RGB value is (168,190,148).

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

RGB channels and saturation

R 168 of 255 = 66%
G 190 of 255 = 75%
B 148 of 255 = 58%

168
190
148

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

Portions of RGB colors in percentages

R + G + B =
168 + 190 + 148 = 506 (100%)
R 168 of 506 ~ 33.2%
G 190 of 506 ~ 37.55%
B 148 of 506 ~ 29.25%

%33.2
%37.55
%29.25

CMYK color model

#A8BE94 color CMYK value is (12,0,22,25).

  • cyan value is 11.58%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(12,0,22,25)
C12M0Y22K25 
(12%,0%,22%,25%)
(0.12/0.00/0.22/0.25)	

CMYK percentages

%11.58
%0
%22.11
%25.49

Codes

Color #A8BE94 in popluar color models

A8BE94
RGB168190148
HSL91°24.42%66.27%
HSB/HSV91°22.11%74.51%
CMYK11.58%0.00%22.11%
25.49%

Color #A8BE94 in popluar number systems.

HEXA8BE94
Decimal168190148
Binary101010001011111010010100
Octal250276224

Shades and tints

Shades of #A8BE94

#A8BE94
(168,190,148)
#99AD87
(153,173,135)
#8A9C7A
(138,156,122)
#7B8B6D
(123,139,109)
#6C7A60
(108,122,96)
#5D6953
(93,105,83)
#4E5846
(78,88,70)
#3F4739
(63,71,57)
#30362C
(48,54,44)
#21251F
(33,37,31)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A8BE94

#A8BE94
(168,190,148)
#AFC39D
(175,195,157)
#B6C8A6
(182,200,166)
#BDCDAF
(189,205,175)
#C4D2B8
(196,210,184)
#CBD7C1
(203,215,193)
#D2DCCA
(210,220,202)
#D9E1D3
(217,225,211)
#E0E6DC
(224,230,220)
#E7EBE5
(231,235,229)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8BE94; }

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

This text font color is #A8BE94.


Background Color

.myBgColor { background-color: #A8BE94; }

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

This div background color is #A8BE94.


Border color

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

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

This div border color is #A8BE94.


Opacity

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

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

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

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

This text has shadow with #A8BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8BE94 on black background.


Color preview on white background

This text has color #A8BE94 on white background.



Black color preview on #A8BE94 background

This text has black color on #A8BE94 background.


White color preview on #A8BE94 background

This text has white color on #A8BE94 background.