COLOR #A3BB6D

HEX: #A3BB6D
RGB: (163,187,109)

Color info

#A3BB6D contains mainly red and green colors. Web safe color of #A3BB6D is #99CC66 (or #9C6).

RGB color model

#A3BB6D color RGB value is (163,187,109).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 109 of 255 = 43%

163
187
109

R + G + B ~ 60%. #A3BB6D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 109 = 459 (100%)
R 163 of 459 ~ 35.51%
G 187 of 459 ~ 40.74%
B 109 of 459 ~ 23.75%

%35.51
%40.74
%23.75

CMYK color model

#A3BB6D color CMYK value is (13,0,42,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 41.71%
  • key color value is 26.67%
CMYK:
(13,0,42,27)
C13M0Y42K27 
(13%,0%,42%,27%)
(0.13/0.00/0.42/0.27)	

CMYK percentages

%12.83
%0
%41.71
%26.67

Codes

Color #A3BB6D in popluar color models

A3BB6D
RGB163187109
HSL78°36.45%58.04%
HSB/HSV78°41.71%73.33%
CMYK12.83%0.00%41.71%
26.67%

Color #A3BB6D in popluar number systems.

HEXA3BB6D
Decimal163187109
Binary10100011101110111101101
Octal243273155

Shades and tints

Shades of #A3BB6D

#A3BB6D
(163,187,109)
#95AA64
(149,170,100)
#87995B
(135,153,91)
#798852
(121,136,82)
#6B7749
(107,119,73)
#5D6640
(93,102,64)
#4F5537
(79,85,55)
#41442E
(65,68,46)
#333325
(51,51,37)
#25221C
(37,34,28)
#171113
(23,17,19)
#000000
(0,0,0)

Tints of #A3BB6D

#A3BB6D
(163,187,109)
#ABC17A
(171,193,122)
#B3C787
(179,199,135)
#BBCD94
(187,205,148)
#C3D3A1
(195,211,161)
#CBD9AE
(203,217,174)
#D3DFBB
(211,223,187)
#DBE5C8
(219,229,200)
#E3EBD5
(227,235,213)
#EBF1E2
(235,241,226)
#F3F7EF
(243,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BB6D; }

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

This text font color is #A3BB6D.


Background Color

.myBgColor { background-color: #A3BB6D; }

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

This div background color is #A3BB6D.


Border color

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

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

This div border color is #A3BB6D.


Opacity

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

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

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

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

This text has shadow with #A3BB6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB6D on black background.


Color preview on white background

This text has color #A3BB6D on white background.



Black color preview on #A3BB6D background

This text has black color on #A3BB6D background.


White color preview on #A3BB6D background

This text has white color on #A3BB6D background.