COLOR #A1B488

HEX: #A1B488
RGB: (161,180,136)

Color info

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

RGB color model

#A1B488 color RGB value is (161,180,136).

  • red value is 161;
  • green value is 180;
  • blue value is 136.
RGB:
(161,180,136)
(63%,71%,53%)

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 136 of 255 = 53%

161
180
136

R + G + B ~ 62%. #A1B488 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 136 = 477 (100%)
R 161 of 477 ~ 33.75%
G 180 of 477 ~ 37.74%
B 136 of 477 ~ 28.51%

%33.75
%37.74
%28.51

CMYK color model

#A1B488 color CMYK value is (11,0,24,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 24.44%
  • key color value is 29.41%
CMYK:
(11,0,24,29)
C11M0Y24K29 
(11%,0%,24%,29%)
(0.11/0.00/0.24/0.29)	

CMYK percentages

%10.56
%0
%24.44
%29.41

Codes

Color #A1B488 in popluar color models

A1B488
RGB161180136
HSL86°22.68%61.96%
HSB/HSV86°24.44%70.59%
CMYK10.56%0.00%24.44%
29.41%

Color #A1B488 in popluar number systems.

HEXA1B488
Decimal161180136
Binary101000011011010010001000
Octal241264210

Shades and tints

Shades of #A1B488

#A1B488
(161,180,136)
#93A47C
(147,164,124)
#859470
(133,148,112)
#778464
(119,132,100)
#697458
(105,116,88)
#5B644C
(91,100,76)
#4D5440
(77,84,64)
#3F4434
(63,68,52)
#313428
(49,52,40)
#23241C
(35,36,28)
#151410
(21,20,16)
#000000
(0,0,0)

Tints of #A1B488

#A1B488
(161,180,136)
#A9BA92
(169,186,146)
#B1C09C
(177,192,156)
#B9C6A6
(185,198,166)
#C1CCB0
(193,204,176)
#C9D2BA
(201,210,186)
#D1D8C4
(209,216,196)
#D9DECE
(217,222,206)
#E1E4D8
(225,228,216)
#E9EAE2
(233,234,226)
#F1F0EC
(241,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B488 color. Also use rgb(161,180,136) instead hex code.

Text Font Color

.myTextColor { color: #A1B488; }

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

This text font color is #A1B488.


Background Color

.myBgColor { background-color: #A1B488; }

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

This div background color is #A1B488.


Border color

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

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

This div border color is #A1B488.


Opacity

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

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

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

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

This text has shadow with #A1B488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B488 on black background.


Color preview on white background

This text has color #A1B488 on white background.



Black color preview on #A1B488 background

This text has black color on #A1B488 background.


White color preview on #A1B488 background

This text has white color on #A1B488 background.