COLOR #A3BB8B

HEX: #A3BB8B
RGB: (163,187,139)

Color info

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

RGB color model

#A3BB8B color RGB value is (163,187,139).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 139 of 255 = 55%

163
187
139

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 139 = 489 (100%)
R 163 of 489 ~ 33.33%
G 187 of 489 ~ 38.24%
B 139 of 489 ~ 28.43%

%33.33
%38.24
%28.43

CMYK color model

#A3BB8B color CMYK value is (13,0,26,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 25.67%
  • key color value is 26.67%
CMYK:
(13,0,26,27)
C13M0Y26K27 
(13%,0%,26%,27%)
(0.13/0.00/0.26/0.27)	

CMYK percentages

%12.83
%0
%25.67
%26.67

Codes

Color #A3BB8B in popluar color models

A3BB8B
RGB163187139
HSL90°26.09%63.92%
HSB/HSV90°25.67%73.33%
CMYK12.83%0.00%25.67%
26.67%

Color #A3BB8B in popluar number systems.

HEXA3BB8B
Decimal163187139
Binary101000111011101110001011
Octal243273213

Shades and tints

Shades of #A3BB8B

#A3BB8B
(163,187,139)
#95AA7F
(149,170,127)
#879973
(135,153,115)
#798867
(121,136,103)
#6B775B
(107,119,91)
#5D664F
(93,102,79)
#4F5543
(79,85,67)
#414437
(65,68,55)
#33332B
(51,51,43)
#25221F
(37,34,31)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #A3BB8B

#A3BB8B
(163,187,139)
#ABC195
(171,193,149)
#B3C79F
(179,199,159)
#BBCDA9
(187,205,169)
#C3D3B3
(195,211,179)
#CBD9BD
(203,217,189)
#D3DFC7
(211,223,199)
#DBE5D1
(219,229,209)
#E3EBDB
(227,235,219)
#EBF1E5
(235,241,229)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BB8B; }

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

This text font color is #A3BB8B.


Background Color

.myBgColor { background-color: #A3BB8B; }

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

This div background color is #A3BB8B.


Border color

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

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

This div border color is #A3BB8B.


Opacity

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

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

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

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

This text has shadow with #A3BB8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB8B on black background.


Color preview on white background

This text has color #A3BB8B on white background.



Black color preview on #A3BB8B background

This text has black color on #A3BB8B background.


White color preview on #A3BB8B background

This text has white color on #A3BB8B background.