COLOR #A1BEA0

HEX: #A1BEA0
RGB: (161,190,160)

Color info

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

RGB color model

#A1BEA0 color RGB value is (161,190,160).

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

RGB channels and saturation

R 161 of 255 = 63%
G 190 of 255 = 75%
B 160 of 255 = 63%

161
190
160

R + G + B ~ 67%. #A1BEA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 190 + 160 = 511 (100%)
R 161 of 511 ~ 31.51%
G 190 of 511 ~ 37.18%
B 160 of 511 ~ 31.31%

%31.51
%37.18
%31.31

CMYK color model

#A1BEA0 color CMYK value is (15,0,16,25).

  • cyan value is 15.26%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 25.49%
CMYK:
(15,0,16,25)
C15M0Y16K25 
(15%,0%,16%,25%)
(0.15/0.00/0.16/0.25)	

CMYK percentages

%15.26
%0
%15.79
%25.49

Codes

Color #A1BEA0 in popluar color models

A1BEA0
RGB161190160
HSL118°18.75%68.63%
HSB/HSV118°15.79%74.51%
CMYK15.26%0.00%15.79%
25.49%

Color #A1BEA0 in popluar number systems.

HEXA1BEA0
Decimal161190160
Binary101000011011111010100000
Octal241276240

Shades and tints

Shades of #A1BEA0

#A1BEA0
(161,190,160)
#93AD92
(147,173,146)
#859C84
(133,156,132)
#778B76
(119,139,118)
#697A68
(105,122,104)
#5B695A
(91,105,90)
#4D584C
(77,88,76)
#3F473E
(63,71,62)
#313630
(49,54,48)
#232522
(35,37,34)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #A1BEA0

#A1BEA0
(161,190,160)
#A9C3A8
(169,195,168)
#B1C8B0
(177,200,176)
#B9CDB8
(185,205,184)
#C1D2C0
(193,210,192)
#C9D7C8
(201,215,200)
#D1DCD0
(209,220,208)
#D9E1D8
(217,225,216)
#E1E6E0
(225,230,224)
#E9EBE8
(233,235,232)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1BEA0; }

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

This text font color is #A1BEA0.


Background Color

.myBgColor { background-color: #A1BEA0; }

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

This div background color is #A1BEA0.


Border color

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

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

This div border color is #A1BEA0.


Opacity

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

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

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

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

This text has shadow with #A1BEA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1BEA0 on black background.


Color preview on white background

This text has color #A1BEA0 on white background.



Black color preview on #A1BEA0 background

This text has black color on #A1BEA0 background.


White color preview on #A1BEA0 background

This text has white color on #A1BEA0 background.