COLOR #A3BC99

HEX: #A3BC99
RGB: (163,188,153)

Color info

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

RGB color model

#A3BC99 color RGB value is (163,188,153).

  • red value is 163;
  • green value is 188;
  • blue value is 153.
RGB:
(163,188,153)
(64%,74%,60%)

RGB channels and saturation

R 163 of 255 = 64%
G 188 of 255 = 74%
B 153 of 255 = 60%

163
188
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 188 + 153 = 504 (100%)
R 163 of 504 ~ 32.34%
G 188 of 504 ~ 37.3%
B 153 of 504 ~ 30.36%

%32.34
%37.3
%30.36

CMYK color model

#A3BC99 color CMYK value is (13,0,19,26).

  • cyan value is 13.30%
  • magenta value is 0.00%
  • yellow value is 18.62%
  • key color value is 26.27%
CMYK:
(13,0,19,26)
C13M0Y19K26 
(13%,0%,19%,26%)
(0.13/0.00/0.19/0.26)	

CMYK percentages

%13.3
%0
%18.62
%26.27

Codes

Color #A3BC99 in popluar color models

A3BC99
RGB163188153
HSL103°20.71%66.86%
HSB/HSV103°18.62%73.73%
CMYK13.30%0.00%18.62%
26.27%

Color #A3BC99 in popluar number systems.

HEXA3BC99
Decimal163188153
Binary101000111011110010011001
Octal243274231

Shades and tints

Shades of #A3BC99

#A3BC99
(163,188,153)
#95AB8C
(149,171,140)
#879A7F
(135,154,127)
#798972
(121,137,114)
#6B7865
(107,120,101)
#5D6758
(93,103,88)
#4F564B
(79,86,75)
#41453E
(65,69,62)
#333431
(51,52,49)
#252324
(37,35,36)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A3BC99

#A3BC99
(163,188,153)
#ABC2A2
(171,194,162)
#B3C8AB
(179,200,171)
#BBCEB4
(187,206,180)
#C3D4BD
(195,212,189)
#CBDAC6
(203,218,198)
#D3E0CF
(211,224,207)
#DBE6D8
(219,230,216)
#E3ECE1
(227,236,225)
#EBF2EA
(235,242,234)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BC99 color. Also use rgb(163,188,153) instead hex code.

Text Font Color

.myTextColor { color: #A3BC99; }

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

This text font color is #A3BC99.


Background Color

.myBgColor { background-color: #A3BC99; }

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

This div background color is #A3BC99.


Border color

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

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

This div border color is #A3BC99.


Opacity

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

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

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

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

This text has shadow with #A3BC99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BC99 on black background.


Color preview on white background

This text has color #A3BC99 on white background.



Black color preview on #A3BC99 background

This text has black color on #A3BC99 background.


White color preview on #A3BC99 background

This text has white color on #A3BC99 background.