COLOR #A1BE90

HEX: #A1BE90 RGB: (161,190,144)

Color info

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

RGB color model

#A1BE90 color RGB value is (161,190,144).

RGB: (161,190,144) (63%, 75%, 56%)

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 144 of 255 = 56%

161
190
144

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

Portions of RGB colors in percentages

R + G + B = 161 + 190 + 144 = 495 (100%)
R 161 of 495 ~ 32.53%
G 190 of 495 ~ 38.38%
B 144 of 495 ~ 29.09'%

%32.53
%38.38
%29.09

CMYK color model

#A1BE90 color CMYK value is (15,0,24,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 24.21%
  • key color value is 25.49%
CMYK: (15,0,24,25) C15M0Y24K25 (15%,0%,24%,25%) (0.15/0.00/0.24/0.25) 

CMYK percentages

%15.26
%0
%24.21
%25.49

Codes

Color #A1BE90 in popluar color models

A1 BE 90
RGB 161 190 144
HSL 98° 26.14% 65.49%
HSB/HSV 98° 24.21% 74.51%
CMYK 15.26% 0.00% 24.21%
25.49%

Color #A1BE90 in popluar number systems.

HEX A1 BE 90
Decimal 161 190 144
Binary 10100001 10111110 10010000
Octal 241 276 220

Shades and tints

Shades of #A1BE90

#A1BE90
(161,190,144)
#93AD83
(147,173,131)
#859C76
(133,156,118)
#778B69
(119,139,105)
#697A5C
(105,122,92)
#5B694F
(91,105,79)
#4D5842
(77,88,66)
#3F4735
(63,71,53)
#313628
(49,54,40)
#23251B
(35,37,27)
#15140E
(21,20,14)
#000000
(0,0,0)

Tints of #A1BE90

#A1BE90
(161,190,144)
#A9C39A
(169,195,154)
#B1C8A4
(177,200,164)
#B9CDAE
(185,205,174)
#C1D2B8
(193,210,184)
#C9D7C2
(201,215,194)
#D1DCCC
(209,220,204)
#D9E1D6
(217,225,214)
#E1E6E0
(225,230,224)
#E9EBEA
(233,235,234)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BE90; }

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

This text font color is #A1BE90.

Background Color

.myBgColor { background-color: #A1BE90; }

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

This div background color is #A1BE90.

Border color

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

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

This div border color is #A1BE90.

Opacity

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

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

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

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

This text has shadow with #A1BE90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1BE90.

Preview

Color preview on black background

This text has color #A1BE90 on black background.


Color preview on white background

This text has color #A1BE90 on white background.


Black color preview on #A1BE90 background

This text has black color on #A1BE90 background.


White color preview on #A1BE90 background

This text has white color on #A1BE90 background.


Related colors

Complementary color

Complementary color for #hex is #5E416F.


I love getcolorcode.com

Triadic colors

1 #90A1BE and #BE90A1 with #A1BE90 are triadic colors.

2 #90BEA1 and #BEA190 with #A1BE90 are triadic colors.