COLOR #A1B48D

HEX: #A1B48D
RGB: (161,180,141)

Color info

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

RGB color model

#A1B48D color RGB value is (161,180,141).

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

RGB channels and saturation

R 161 of 255 = 63%
G 180 of 255 = 71%
B 141 of 255 = 55%

161
180
141

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

Portions of RGB colors in percentages

R + G + B =
161 + 180 + 141 = 482 (100%)
R 161 of 482 ~ 33.4%
G 180 of 482 ~ 37.34%
B 141 of 482 ~ 29.25%

%33.4
%37.34
%29.25

CMYK color model

#A1B48D color CMYK value is (11,0,22,29).

  • cyan value is 10.56%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%
CMYK:
(11,0,22,29)
C11M0Y22K29 
(11%,0%,22%,29%)
(0.11/0.00/0.22/0.29)	

CMYK percentages

%10.56
%0
%21.67
%29.41

Codes

Color #A1B48D in popluar color models

A1B48D
RGB161180141
HSL89°20.63%62.94%
HSB/HSV89°21.67%70.59%
CMYK10.56%0.00%21.67%
29.41%

Color #A1B48D in popluar number systems.

HEXA1B48D
Decimal161180141
Binary101000011011010010001101
Octal241264215

Shades and tints

Shades of #A1B48D

#A1B48D
(161,180,141)
#93A481
(147,164,129)
#859475
(133,148,117)
#778469
(119,132,105)
#69745D
(105,116,93)
#5B6451
(91,100,81)
#4D5445
(77,84,69)
#3F4439
(63,68,57)
#31342D
(49,52,45)
#232421
(35,36,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #A1B48D

#A1B48D
(161,180,141)
#A9BA97
(169,186,151)
#B1C0A1
(177,192,161)
#B9C6AB
(185,198,171)
#C1CCB5
(193,204,181)
#C9D2BF
(201,210,191)
#D1D8C9
(209,216,201)
#D9DED3
(217,222,211)
#E1E4DD
(225,228,221)
#E9EAE7
(233,234,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B48D; }

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

This text font color is #A1B48D.


Background Color

.myBgColor { background-color: #A1B48D; }

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

This div background color is #A1B48D.


Border color

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

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

This div border color is #A1B48D.


Opacity

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

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

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

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

This text has shadow with #A1B48D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B48D on black background.


Color preview on white background

This text has color #A1B48D on white background.



Black color preview on #A1B48D background

This text has black color on #A1B48D background.


White color preview on #A1B48D background

This text has white color on #A1B48D background.