COLOR #A1BE99

HEX: #A1BE99 RGB: (161,190,153)

Color info

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

RGB color model

#A1BE99 color RGB value is (161,190,153).

RGB: (161,190,153) (63%, 75%, 60%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 153 of 255 = 60%

161
190
153

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

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 153 = 504 (100%)
R 161 of 504 ~ 31.94%
G 190 of 504 ~ 37.7%
B 153 of 504 ~ 30.36'%

%31.94
%37.7
%30.36

CMYK color model

#A1BE99 color CMYK value is (15,0,19,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 19.47%
  • key color value is 25.49%

CMYK: (15,0,19,25)
C15M0Y19K25 (15%, 0%, 19%, 25%)
(0.15 / 0.00 / 0.19 / 0.25)

CMYK percentages

%15.26
%0
%19.47
%25.49

Codes

Color #A1BE99 in popluar color models

A1 BE 99
RGB 161 190 153
HSL 107° 22.16% 67.25%
HSB/HSV 107° 19.47% 74.51%
CMYK 15.26% 0.00% 19.47%
25.49%

Color #A1BE99 in popluar number systems.

HEX A1 BE 99
Decimal 161 190 153
Binary 10100001 10111110 10011001
Octal 241 276 231

Shades and tints

Shades of #A1BE99

#A1BE99
(161,190,153)
#93AD8C
(147,173,140)
#859C7F
(133,156,127)
#778B72
(119,139,114)
#697A65
(105,122,101)
#5B6958
(91,105,88)
#4D584B
(77,88,75)
#3F473E
(63,71,62)
#313631
(49,54,49)
#232524
(35,37,36)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #A1BE99

#A1BE99
(161,190,153)
#A9C3A2
(169,195,162)
#B1C8AB
(177,200,171)
#B9CDB4
(185,205,180)
#C1D2BD
(193,210,189)
#C9D7C6
(201,215,198)
#D1DCCF
(209,220,207)
#D9E1D8
(217,225,216)
#E1E6E1
(225,230,225)
#E9EBEA
(233,235,234)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE99; }

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

This text font color is #A1BE99.

Background Color

.myBgColor { background-color: #A1BE99; }

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

This div background color is #A1BE99.

Border color

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

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

This div border color is #A1BE99.

Opacity

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

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

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

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

This text has shadow with #A1BE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BE99.

Preview

Color preview on black background

This text has color #A1BE99 on black background.


Color preview on white background

This text has color #A1BE99 on white background.


Black color preview on #A1BE99 background

This text has black color on #A1BE99 background.


White color preview on #A1BE99 background

This text has white color on #A1BE99 background.


Related colors

Complementary color

Complementary color for #hex is #5E4166.


I love getcolorcode.com

Triadic colors

1 #99A1BE and #BE99A1 with #A1BE99 are triadic colors.

2 #99BEA1 and #BEA199 with #A1BE99 are triadic colors.