COLOR #A1BE94

HEX: #A1BE94
RGB: (161,190,148)

Color info

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

RGB color model

#A1BE94 color RGB value is (161,190,148).

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

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 148 of 255 = 58%

161
190
148

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

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 148 = 499 (100%)
R 161 of 499 ~ 32.26%
G 190 of 499 ~ 38.08%
B 148 of 499 ~ 29.66%

%32.26
%38.08
%29.66

CMYK color model

#A1BE94 color CMYK value is (15,0,22,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 22.11%
  • key color value is 25.49%
CMYK:
(15,0,22,25)
C15M0Y22K25 
(15%,0%,22%,25%)
(0.15/0.00/0.22/0.25)	

CMYK percentages

%15.26
%0
%22.11
%25.49

Codes

Color #A1BE94 in popluar color models

A1BE94
RGB161190148
HSL101°24.42%66.27%
HSB/HSV101°22.11%74.51%
CMYK15.26%0.00%22.11%
25.49%

Color #A1BE94 in popluar number systems.

HEXA1BE94
Decimal161190148
Binary101000011011111010010100
Octal241276224

Shades and tints

Shades of #A1BE94

#A1BE94
(161,190,148)
#93AD87
(147,173,135)
#859C7A
(133,156,122)
#778B6D
(119,139,109)
#697A60
(105,122,96)
#5B6953
(91,105,83)
#4D5846
(77,88,70)
#3F4739
(63,71,57)
#31362C
(49,54,44)
#23251F
(35,37,31)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #A1BE94

#A1BE94
(161,190,148)
#A9C39D
(169,195,157)
#B1C8A6
(177,200,166)
#B9CDAF
(185,205,175)
#C1D2B8
(193,210,184)
#C9D7C1
(201,215,193)
#D1DCCA
(209,220,202)
#D9E1D3
(217,225,211)
#E1E6DC
(225,230,220)
#E9EBE5
(233,235,229)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE94; }

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

This text font color is #A1BE94.


Background Color

.myBgColor { background-color: #A1BE94; }

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

This div background color is #A1BE94.


Border color

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

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

This div border color is #A1BE94.


Opacity

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

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

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

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

This text has shadow with #A1BE94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BE94 on black background.


Color preview on white background

This text has color #A1BE94 on white background.



Black color preview on #A1BE94 background

This text has black color on #A1BE94 background.


White color preview on #A1BE94 background

This text has white color on #A1BE94 background.