COLOR #A1BE83

HEX: #A1BE83
RGB: (161,190,131)

Color info

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

RGB color model

#A1BE83 color RGB value is (161,190,131).

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

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 131 of 255 = 51%

161
190
131

R + G + B ~ 63%. #A1BE83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 131 = 482 (100%)
R 161 of 482 ~ 33.4%
G 190 of 482 ~ 39.42%
B 131 of 482 ~ 27.18%

%33.4
%39.42
%27.18

CMYK color model

#A1BE83 color CMYK value is (15,0,31,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 25.49%
CMYK:
(15,0,31,25)
C15M0Y31K25 
(15%,0%,31%,25%)
(0.15/0.00/0.31/0.25)	

CMYK percentages

%15.26
%0
%31.05
%25.49

Codes

Color #A1BE83 in popluar color models

A1BE83
RGB161190131
HSL89°31.22%62.94%
HSB/HSV89°31.05%74.51%
CMYK15.26%0.00%31.05%
25.49%

Color #A1BE83 in popluar number systems.

HEXA1BE83
Decimal161190131
Binary101000011011111010000011
Octal241276203

Shades and tints

Shades of #A1BE83

#A1BE83
(161,190,131)
#93AD78
(147,173,120)
#859C6D
(133,156,109)
#778B62
(119,139,98)
#697A57
(105,122,87)
#5B694C
(91,105,76)
#4D5841
(77,88,65)
#3F4736
(63,71,54)
#31362B
(49,54,43)
#232520
(35,37,32)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1BE83

#A1BE83
(161,190,131)
#A9C38E
(169,195,142)
#B1C899
(177,200,153)
#B9CDA4
(185,205,164)
#C1D2AF
(193,210,175)
#C9D7BA
(201,215,186)
#D1DCC5
(209,220,197)
#D9E1D0
(217,225,208)
#E1E6DB
(225,230,219)
#E9EBE6
(233,235,230)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE83; }

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

This text font color is #A1BE83.


Background Color

.myBgColor { background-color: #A1BE83; }

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

This div background color is #A1BE83.


Border color

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

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

This div border color is #A1BE83.


Opacity

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

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

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

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

This text has shadow with #A1BE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BE83 on black background.


Color preview on white background

This text has color #A1BE83 on white background.



Black color preview on #A1BE83 background

This text has black color on #A1BE83 background.


White color preview on #A1BE83 background

This text has white color on #A1BE83 background.