COLOR #A3BD97

HEX: #A3BD97 RGB: (163,189,151)

Color info

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

RGB color model

#A3BD97 color RGB value is (163,189,151).

RGB: (163,189,151) (64%, 74%, 59%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 151 of 255 = 59%

163
189
151

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

Portions of RGB colors in percentages

R + G + B = 163 + 189 + 151 = 503 (100%)
R 163 of 503 ~ 32.41%
G 189 of 503 ~ 37.57%
B 151 of 503 ~ 30.02'%

%32.41
%37.57
%30.02

CMYK color model

#A3BD97 color CMYK value is (14,0,20,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 25.88%

CMYK: (14,0,20,26)
C14M0Y20K26 (14%, 0%, 20%, 26%)
(0.14 / 0.00 / 0.20 / 0.26)

CMYK percentages

%13.76
%0
%20.11
%25.88

Codes

Color #A3BD97 in popluar color models

A3 BD 97
RGB 163 189 151
HSL 101° 22.35% 66.67%
HSB/HSV 101° 20.11% 74.12%
CMYK 13.76% 0.00% 20.11%
25.88%

Color #A3BD97 in popluar number systems.

HEX A3 BD 97
Decimal 163 189 151
Binary 10100011 10111101 10010111
Octal 243 275 227

Shades and tints

Shades of #A3BD97

#A3BD97
(163,189,151)
#95AC8A
(149,172,138)
#879B7D
(135,155,125)
#798A70
(121,138,112)
#6B7963
(107,121,99)
#5D6856
(93,104,86)
#4F5749
(79,87,73)
#41463C
(65,70,60)
#33352F
(51,53,47)
#252422
(37,36,34)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #A3BD97

#A3BD97
(163,189,151)
#ABC3A0
(171,195,160)
#B3C9A9
(179,201,169)
#BBCFB2
(187,207,178)
#C3D5BB
(195,213,187)
#CBDBC4
(203,219,196)
#D3E1CD
(211,225,205)
#DBE7D6
(219,231,214)
#E3EDDF
(227,237,223)
#EBF3E8
(235,243,232)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BD97; }

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

This text font color is #A3BD97.

Background Color

.myBgColor { background-color: #A3BD97; }

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

This div background color is #A3BD97.

Border color

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

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

This div border color is #A3BD97.

Opacity

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

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

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

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

This text has shadow with #A3BD97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BD97.

Preview

Color preview on black background

This text has color #A3BD97 on black background.


Color preview on white background

This text has color #A3BD97 on white background.


Black color preview on #A3BD97 background

This text has black color on #A3BD97 background.


White color preview on #A3BD97 background

This text has white color on #A3BD97 background.


Related colors

Complementary color

Complementary color for #hex is #5C4268.


I love getcolorcode.com

Triadic colors

1 #97A3BD and #BD97A3 with #A3BD97 are triadic colors.

2 #97BDA3 and #BDA397 with #A3BD97 are triadic colors.