COLOR #A3BD93

HEX: #A3BD93 RGB: (163,189,147)

Color info

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

RGB color model

#A3BD93 color RGB value is (163,189,147).

RGB: (163,189,147) (64%, 74%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 147 of 255 = 58%

163
189
147

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

Portions of RGB colors in percentages

R + G + B = 163 + 189 + 147 = 499 (100%)
R 163 of 499 ~ 32.67%
G 189 of 499 ~ 37.88%
B 147 of 499 ~ 29.46'%

%32.67
%37.88
%29.46

CMYK color model

#A3BD93 color CMYK value is (14,0,22,26).

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

CMYK: (14,0,22,26)
C14M0Y22K26 (14%, 0%, 22%, 26%)
(0.14 / 0.00 / 0.22 / 0.26)

CMYK percentages

%13.76
%0
%22.22
%25.88

Codes

Color #A3BD93 in popluar color models

A3 BD 93
RGB 163 189 147
HSL 97° 24.14% 65.88%
HSB/HSV 97° 22.22% 74.12%
CMYK 13.76% 0.00% 22.22%
25.88%

Color #A3BD93 in popluar number systems.

HEX A3 BD 93
Decimal 163 189 147
Binary 10100011 10111101 10010011
Octal 243 275 223

Shades and tints

Shades of #A3BD93

#A3BD93
(163,189,147)
#95AC86
(149,172,134)
#879B79
(135,155,121)
#798A6C
(121,138,108)
#6B795F
(107,121,95)
#5D6852
(93,104,82)
#4F5745
(79,87,69)
#414638
(65,70,56)
#33352B
(51,53,43)
#25241E
(37,36,30)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #A3BD93

#A3BD93
(163,189,147)
#ABC39C
(171,195,156)
#B3C9A5
(179,201,165)
#BBCFAE
(187,207,174)
#C3D5B7
(195,213,183)
#CBDBC0
(203,219,192)
#D3E1C9
(211,225,201)
#DBE7D2
(219,231,210)
#E3EDDB
(227,237,219)
#EBF3E4
(235,243,228)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BD93; }

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

This text font color is #A3BD93.

Background Color

.myBgColor { background-color: #A3BD93; }

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

This div background color is #A3BD93.

Border color

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

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

This div border color is #A3BD93.

Opacity

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

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

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

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

This text has shadow with #A3BD93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BD93.

Preview

Color preview on black background

This text has color #A3BD93 on black background.


Color preview on white background

This text has color #A3BD93 on white background.


Black color preview on #A3BD93 background

This text has black color on #A3BD93 background.


White color preview on #A3BD93 background

This text has white color on #A3BD93 background.


Related colors

Complementary color

Complementary color for #hex is #5C426C.


I love getcolorcode.com

Triadic colors

1 #93A3BD and #BD93A3 with #A3BD93 are triadic colors.

2 #93BDA3 and #BDA393 with #A3BD93 are triadic colors.