COLOR #A2BC9B

HEX: #A2BC9B
RGB: (162,188,155)

Color info

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

RGB color model

#A2BC9B color RGB value is (162,188,155).

  • red value is 162;
  • green value is 188;
  • blue value is 155.
RGB:
(162,188,155)
(64%,74%,61%)

RGB channels and saturation

R 162 of 255 = 64%
G 188 of 255 = 74%
B 155 of 255 = 61%

162
188
155

R + G + B ~ 66%. #A2BC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 188 + 155 = 505 (100%)
R 162 of 505 ~ 32.08%
G 188 of 505 ~ 37.23%
B 155 of 505 ~ 30.69%

%32.08
%37.23
%30.69

CMYK color model

#A2BC9B color CMYK value is (14,0,18,26).

  • cyan value is 13.83%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 26.27%
CMYK:
(14,0,18,26)
C14M0Y18K26 
(14%,0%,18%,26%)
(0.14/0.00/0.18/0.26)	

CMYK percentages

%13.83
%0
%17.55
%26.27

Codes

Color #A2BC9B in popluar color models

A2BC9B
RGB162188155
HSL107°19.76%67.25%
HSB/HSV107°17.55%73.73%
CMYK13.83%0.00%17.55%
26.27%

Color #A2BC9B in popluar number systems.

HEXA2BC9B
Decimal162188155
Binary101000101011110010011011
Octal242274233

Shades and tints

Shades of #A2BC9B

#A2BC9B
(162,188,155)
#94AB8D
(148,171,141)
#869A7F
(134,154,127)
#788971
(120,137,113)
#6A7863
(106,120,99)
#5C6755
(92,103,85)
#4E5647
(78,86,71)
#404539
(64,69,57)
#32342B
(50,52,43)
#24231D
(36,35,29)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #A2BC9B

#A2BC9B
(162,188,155)
#AAC2A4
(170,194,164)
#B2C8AD
(178,200,173)
#BACEB6
(186,206,182)
#C2D4BF
(194,212,191)
#CADAC8
(202,218,200)
#D2E0D1
(210,224,209)
#DAE6DA
(218,230,218)
#E2ECE3
(226,236,227)
#EAF2EC
(234,242,236)
#F2F8F5
(242,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BC9B color. Also use rgb(162,188,155) instead hex code.

Text Font Color

.myTextColor { color: #A2BC9B; }

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

This text font color is #A2BC9B.


Background Color

.myBgColor { background-color: #A2BC9B; }

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

This div background color is #A2BC9B.


Border color

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

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

This div border color is #A2BC9B.


Opacity

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

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

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

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

This text has shadow with #A2BC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BC9B on black background.


Color preview on white background

This text has color #A2BC9B on white background.



Black color preview on #A2BC9B background

This text has black color on #A2BC9B background.


White color preview on #A2BC9B background

This text has white color on #A2BC9B background.