COLOR #A3BB99

HEX: #A3BB99
RGB: (163,187,153)

Color info

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

RGB color model

#A3BB99 color RGB value is (163,187,153).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 153 of 255 = 60%

163
187
153

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 153 = 503 (100%)
R 163 of 503 ~ 32.41%
G 187 of 503 ~ 37.18%
B 153 of 503 ~ 30.42%

%32.41
%37.18
%30.42

CMYK color model

#A3BB99 color CMYK value is (13,0,18,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 26.67%
CMYK:
(13,0,18,27)
C13M0Y18K27 
(13%,0%,18%,27%)
(0.13/0.00/0.18/0.27)	

CMYK percentages

%12.83
%0
%18.18
%26.67

Codes

Color #A3BB99 in popluar color models

A3BB99
RGB163187153
HSL102°20.00%66.67%
HSB/HSV102°18.18%73.33%
CMYK12.83%0.00%18.18%
26.67%

Color #A3BB99 in popluar number systems.

HEXA3BB99
Decimal163187153
Binary101000111011101110011001
Octal243273231

Shades and tints

Shades of #A3BB99

#A3BB99
(163,187,153)
#95AA8C
(149,170,140)
#87997F
(135,153,127)
#798872
(121,136,114)
#6B7765
(107,119,101)
#5D6658
(93,102,88)
#4F554B
(79,85,75)
#41443E
(65,68,62)
#333331
(51,51,49)
#252224
(37,34,36)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A3BB99

#A3BB99
(163,187,153)
#ABC1A2
(171,193,162)
#B3C7AB
(179,199,171)
#BBCDB4
(187,205,180)
#C3D3BD
(195,211,189)
#CBD9C6
(203,217,198)
#D3DFCF
(211,223,207)
#DBE5D8
(219,229,216)
#E3EBE1
(227,235,225)
#EBF1EA
(235,241,234)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BB99; }

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

This text font color is #A3BB99.


Background Color

.myBgColor { background-color: #A3BB99; }

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

This div background color is #A3BB99.


Border color

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

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

This div border color is #A3BB99.


Opacity

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

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

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

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

This text has shadow with #A3BB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB99 on black background.


Color preview on white background

This text has color #A3BB99 on white background.



Black color preview on #A3BB99 background

This text has black color on #A3BB99 background.


White color preview on #A3BB99 background

This text has white color on #A3BB99 background.