COLOR #A1B98E

HEX: #A1B98E
RGB: (161,185,142)

Color info

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

RGB color model

#A1B98E color RGB value is (161,185,142).

  • red value is 161;
  • green value is 185;
  • blue value is 142.
RGB:
(161,185,142)
(63%,73%,56%)

RGB channels and saturation

R 161 of 255 = 63%
G 185 of 255 = 73%
B 142 of 255 = 56%

161
185
142

R + G + B ~ 64%. #A1B98E is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 185 + 142 = 488 (100%)
R 161 of 488 ~ 32.99%
G 185 of 488 ~ 37.91%
B 142 of 488 ~ 29.1%

%32.99
%37.91
%29.1

CMYK color model

#A1B98E color CMYK value is (13,0,23,27).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 23.24%
  • key color value is 27.45%
CMYK:
(13,0,23,27)
C13M0Y23K27 
(13%,0%,23%,27%)
(0.13/0.00/0.23/0.27)	

CMYK percentages

%12.97
%0
%23.24
%27.45

Codes

Color #A1B98E in popluar color models

A1B98E
RGB161185142
HSL93°23.50%64.12%
HSB/HSV93°23.24%72.55%
CMYK12.97%0.00%23.24%
27.45%

Color #A1B98E in popluar number systems.

HEXA1B98E
Decimal161185142
Binary101000011011100110001110
Octal241271216

Shades and tints

Shades of #A1B98E

#A1B98E
(161,185,142)
#93A982
(147,169,130)
#859976
(133,153,118)
#77896A
(119,137,106)
#69795E
(105,121,94)
#5B6952
(91,105,82)
#4D5946
(77,89,70)
#3F493A
(63,73,58)
#31392E
(49,57,46)
#232922
(35,41,34)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #A1B98E

#A1B98E
(161,185,142)
#A9BF98
(169,191,152)
#B1C5A2
(177,197,162)
#B9CBAC
(185,203,172)
#C1D1B6
(193,209,182)
#C9D7C0
(201,215,192)
#D1DDCA
(209,221,202)
#D9E3D4
(217,227,212)
#E1E9DE
(225,233,222)
#E9EFE8
(233,239,232)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1B98E color. Also use rgb(161,185,142) instead hex code.

Text Font Color

.myTextColor { color: #A1B98E; }

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

This text font color is #A1B98E.


Background Color

.myBgColor { background-color: #A1B98E; }

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

This div background color is #A1B98E.


Border color

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

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

This div border color is #A1B98E.


Opacity

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

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

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

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

This text has shadow with #A1B98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B98E on black background.


Color preview on white background

This text has color #A1B98E on white background.



Black color preview on #A1B98E background

This text has black color on #A1B98E background.


White color preview on #A1B98E background

This text has white color on #A1B98E background.