COLOR #A3B293

HEX: #A3B293 RGB: (163,178,147)

Color info

#A3B293 contains red, green and blue colors in about the same proportion. Web safe color of #A3B293 is #999999 (or #999).

RGB color model

#A3B293 color RGB value is (163,178,147).

RGB: (163,178,147) (64%, 70%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 147 of 255 = 58%

163
178
147

R + G + B ~ 64%. #A3B293 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 178 + 147 = 488 (100%)
R 163 of 488 ~ 33.4%
G 178 of 488 ~ 36.48%
B 147 of 488 ~ 30.12'%

%33.4
%36.48
%30.12

CMYK color model

#A3B293 color CMYK value is (8,0,17,30).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 17.42%
  • key color value is 30.20%

CMYK: (8,0,17,30)
C8M0Y17K30 (8%, 0%, 17%, 30%)
(0.08 / 0.00 / 0.17 / 0.30)

CMYK percentages

%8.43
%0
%17.42
%30.2

Codes

Color #A3B293 in popluar color models

A3 B2 93
RGB 163 178 147
HSL 89° 16.76% 63.73%
HSB/HSV 89° 17.42% 69.80%
CMYK 8.43% 0.00% 17.42%
30.20%

Color #A3B293 in popluar number systems.

HEX A3 B2 93
Decimal 163 178 147
Binary 10100011 10110010 10010011
Octal 243 262 223

Shades and tints

Shades of #A3B293

#A3B293
(163,178,147)
#95A286
(149,162,134)
#879279
(135,146,121)
#79826C
(121,130,108)
#6B725F
(107,114,95)
#5D6252
(93,98,82)
#4F5245
(79,82,69)
#414238
(65,66,56)
#33322B
(51,50,43)
#25221E
(37,34,30)
#171211
(23,18,17)
#000000
(0,0,0)

Tints of #A3B293

#A3B293
(163,178,147)
#ABB99C
(171,185,156)
#B3C0A5
(179,192,165)
#BBC7AE
(187,199,174)
#C3CEB7
(195,206,183)
#CBD5C0
(203,213,192)
#D3DCC9
(211,220,201)
#DBE3D2
(219,227,210)
#E3EADB
(227,234,219)
#EBF1E4
(235,241,228)
#F3F8ED
(243,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B293; }

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

This text font color is #A3B293.

Background Color

.myBgColor { background-color: #A3B293; }

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

This div background color is #A3B293.

Border color

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

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

This div border color is #A3B293.

Opacity

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

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

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

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

This text has shadow with #A3B293 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B293.

Preview

Color preview on black background

This text has color #A3B293 on black background.


Color preview on white background

This text has color #A3B293 on white background.


Black color preview on #A3B293 background

This text has black color on #A3B293 background.


White color preview on #A3B293 background

This text has white color on #A3B293 background.


Related colors

Complementary color

Complementary color for #hex is #5C4D6C.


I love getcolorcode.com

Triadic colors

1 #93A3B2 and #B293A3 with #A3B293 are triadic colors.

2 #93B2A3 and #B2A393 with #A3B293 are triadic colors.