COLOR #A3BD9C

HEX: #A3BD9C RGB: (163,189,156)

Color info

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

RGB color model

#A3BD9C color RGB value is (163,189,156).

RGB: (163,189,156) (64%, 74%, 61%)

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 156 of 255 = 61%

163
189
156

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

Portions of RGB colors in percentages

R + G + B = 163 + 189 + 156 = 508 (100%)
R 163 of 508 ~ 32.09%
G 189 of 508 ~ 37.2%
B 156 of 508 ~ 30.71'%

%32.09
%37.2
%30.71

CMYK color model

#A3BD9C color CMYK value is (14,0,17,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK: (14,0,17,26) C14M0Y17K26 (14%,0%,17%,26%) (0.14/0.00/0.17/0.26) 

CMYK percentages

%13.76
%0
%17.46
%25.88

Codes

Color #A3BD9C in popluar color models

A3 BD 9C
RGB 163 189 156
HSL 107° 20.00% 67.65%
HSB/HSV 107° 17.46% 74.12%
CMYK 13.76% 0.00% 17.46%
25.88%

Color #A3BD9C in popluar number systems.

HEX A3 BD 9C
Decimal 163 189 156
Binary 10100011 10111101 10011100
Octal 243 275 234

Shades and tints

Shades of #A3BD9C

#A3BD9C
(163,189,156)
#95AC8E
(149,172,142)
#879B80
(135,155,128)
#798A72
(121,138,114)
#6B7964
(107,121,100)
#5D6856
(93,104,86)
#4F5748
(79,87,72)
#41463A
(65,70,58)
#33352C
(51,53,44)
#25241E
(37,36,30)
#171310
(23,19,16)
#000000
(0,0,0)

Tints of #A3BD9C

#A3BD9C
(163,189,156)
#ABC3A5
(171,195,165)
#B3C9AE
(179,201,174)
#BBCFB7
(187,207,183)
#C3D5C0
(195,213,192)
#CBDBC9
(203,219,201)
#D3E1D2
(211,225,210)
#DBE7DB
(219,231,219)
#E3EDE4
(227,237,228)
#EBF3ED
(235,243,237)
#F3F9F6
(243,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BD9C; }

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

This text font color is #A3BD9C.

Background Color

.myBgColor { background-color: #A3BD9C; }

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

This div background color is #A3BD9C.

Border color

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

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

This div border color is #A3BD9C.

Opacity

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

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

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

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

This text has shadow with #A3BD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3BD9C.

Preview

Color preview on black background

This text has color #A3BD9C on black background.


Color preview on white background

This text has color #A3BD9C on white background.


Black color preview on #A3BD9C background

This text has black color on #A3BD9C background.


White color preview on #A3BD9C background

This text has white color on #A3BD9C background.


Related colors

Complementary color

Complementary color for #hex is #5C4263.


I love getcolorcode.com

Triadic colors

1 #9CA3BD and #BD9CA3 with #A3BD9C are triadic colors.

2 #9CBDA3 and #BDA39C with #A3BD9C are triadic colors.