COLOR #A3BB96

HEX: #A3BB96
RGB: (163,187,150)

Color info

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

RGB color model

#A3BB96 color RGB value is (163,187,150).

  • red value is 163;
  • green value is 187;
  • blue value is 150.
RGB:
(163,187,150)
(64%,73%,59%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 150 of 255 = 59%

163
187
150

R + G + B ~ 65%. #A3BB96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 150 = 500 (100%)
R 163 of 500 ~ 32.6%
G 187 of 500 ~ 37.4%
B 150 of 500 ~ 30%

%32.6
%37.4
%30

CMYK color model

#A3BB96 color CMYK value is (13,0,20,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 19.79%
  • key color value is 26.67%
CMYK:
(13,0,20,27)
C13M0Y20K27 
(13%,0%,20%,27%)
(0.13/0.00/0.20/0.27)	

CMYK percentages

%12.83
%0
%19.79
%26.67

Codes

Color #A3BB96 in popluar color models

A3BB96
RGB163187150
HSL99°21.39%66.08%
HSB/HSV99°19.79%73.33%
CMYK12.83%0.00%19.79%
26.67%

Color #A3BB96 in popluar number systems.

HEXA3BB96
Decimal163187150
Binary101000111011101110010110
Octal243273226

Shades and tints

Shades of #A3BB96

#A3BB96
(163,187,150)
#95AA89
(149,170,137)
#87997C
(135,153,124)
#79886F
(121,136,111)
#6B7762
(107,119,98)
#5D6655
(93,102,85)
#4F5548
(79,85,72)
#41443B
(65,68,59)
#33332E
(51,51,46)
#252221
(37,34,33)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #A3BB96

#A3BB96
(163,187,150)
#ABC19F
(171,193,159)
#B3C7A8
(179,199,168)
#BBCDB1
(187,205,177)
#C3D3BA
(195,211,186)
#CBD9C3
(203,217,195)
#D3DFCC
(211,223,204)
#DBE5D5
(219,229,213)
#E3EBDE
(227,235,222)
#EBF1E7
(235,241,231)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BB96 color. Also use rgb(163,187,150) instead hex code.

Text Font Color

.myTextColor { color: #A3BB96; }

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

This text font color is #A3BB96.


Background Color

.myBgColor { background-color: #A3BB96; }

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

This div background color is #A3BB96.


Border color

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

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

This div border color is #A3BB96.


Opacity

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

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

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

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

This text has shadow with #A3BB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB96 on black background.


Color preview on white background

This text has color #A3BB96 on white background.



Black color preview on #A3BB96 background

This text has black color on #A3BB96 background.


White color preview on #A3BB96 background

This text has white color on #A3BB96 background.