COLOR #A3BB97

HEX: #A3BB97
RGB: (163,187,151)

Color info

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

RGB color model

#A3BB97 color RGB value is (163,187,151).

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

RGB channels and saturation

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

163
187
151

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 151 = 501 (100%)
R 163 of 501 ~ 32.53%
G 187 of 501 ~ 37.33%
B 151 of 501 ~ 30.14%

%32.53
%37.33
%30.14

CMYK color model

#A3BB97 color CMYK value is (13,0,19,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 26.67%
CMYK:
(13,0,19,27)
C13M0Y19K27 
(13%,0%,19%,27%)
(0.13/0.00/0.19/0.27)	

CMYK percentages

%12.83
%0
%19.25
%26.67

Codes

Color #A3BB97 in popluar color models

A3BB97
RGB163187151
HSL100°20.93%66.27%
HSB/HSV100°19.25%73.33%
CMYK12.83%0.00%19.25%
26.67%

Color #A3BB97 in popluar number systems.

HEXA3BB97
Decimal163187151
Binary101000111011101110010111
Octal243273227

Shades and tints

Shades of #A3BB97

#A3BB97
(163,187,151)
#95AA8A
(149,170,138)
#87997D
(135,153,125)
#798870
(121,136,112)
#6B7763
(107,119,99)
#5D6656
(93,102,86)
#4F5549
(79,85,73)
#41443C
(65,68,60)
#33332F
(51,51,47)
#252222
(37,34,34)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #A3BB97

#A3BB97
(163,187,151)
#ABC1A0
(171,193,160)
#B3C7A9
(179,199,169)
#BBCDB2
(187,205,178)
#C3D3BB
(195,211,187)
#CBD9C4
(203,217,196)
#D3DFCD
(211,223,205)
#DBE5D6
(219,229,214)
#E3EBDF
(227,235,223)
#EBF1E8
(235,241,232)
#F3F7F1
(243,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BB97; }

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

This text font color is #A3BB97.


Background Color

.myBgColor { background-color: #A3BB97; }

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

This div background color is #A3BB97.


Border color

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

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

This div border color is #A3BB97.


Opacity

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

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

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

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

This text has shadow with #A3BB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BB97 on black background.


Color preview on white background

This text has color #A3BB97 on white background.



Black color preview on #A3BB97 background

This text has black color on #A3BB97 background.


White color preview on #A3BB97 background

This text has white color on #A3BB97 background.