COLOR #A8B393

HEX: #A8B393 RGB: (168,179,147)

Color info

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

RGB color model

#A8B393 color RGB value is (168,179,147).

RGB: (168,179,147) (66%, 70%, 58%)

RGB channels and saturation

R 168 of 255 = 66%
G 179 of 255 = 70%
B 147 of 255 = 58%

168
179
147

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

Portions of RGB colors in percentages

R + G + B = 168 + 179 + 147 = 494 (100%)
R 168 of 494 ~ 34.01%
G 179 of 494 ~ 36.23%
B 147 of 494 ~ 29.76'%

%34.01
%36.23
%29.76

CMYK color model

#A8B393 color CMYK value is (6,0,18,30).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%

CMYK: (6,0,18,30)
C6M0Y18K30 (6%, 0%, 18%, 30%)
(0.06 / 0.00 / 0.18 / 0.30)

CMYK percentages

%6.15
%0
%17.88
%29.8

Codes

Color #A8B393 in popluar color models

A8 B3 93
RGB 168 179 147
HSL 81° 17.39% 63.92%
HSB/HSV 81° 17.88% 70.20%
CMYK 6.15% 0.00% 17.88%
29.80%

Color #A8B393 in popluar number systems.

HEX A8 B3 93
Decimal 168 179 147
Binary 10101000 10110011 10010011
Octal 250 263 223

Shades and tints

Shades of #A8B393

#A8B393
(168,179,147)
#99A386
(153,163,134)
#8A9379
(138,147,121)
#7B836C
(123,131,108)
#6C735F
(108,115,95)
#5D6352
(93,99,82)
#4E5345
(78,83,69)
#3F4338
(63,67,56)
#30332B
(48,51,43)
#21231E
(33,35,30)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8B393

#A8B393
(168,179,147)
#AFB99C
(175,185,156)
#B6BFA5
(182,191,165)
#BDC5AE
(189,197,174)
#C4CBB7
(196,203,183)
#CBD1C0
(203,209,192)
#D2D7C9
(210,215,201)
#D9DDD2
(217,221,210)
#E0E3DB
(224,227,219)
#E7E9E4
(231,233,228)
#EEEFED
(238,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8B393 color. Also use rgb(168,179,147) instead hex code.

Text Font Color

.myTextColor { color: #A8B393; }

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

This text font color is #A8B393.

Background Color

.myBgColor { background-color: #A8B393; }

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

This div background color is #A8B393.

Border color

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

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

This div border color is #A8B393.

Opacity

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

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

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

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

This text has shadow with #A8B393 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8B393.

Preview

Color preview on black background

This text has color #A8B393 on black background.


Color preview on white background

This text has color #A8B393 on white background.


Black color preview on #A8B393 background

This text has black color on #A8B393 background.


White color preview on #A8B393 background

This text has white color on #A8B393 background.


Related colors

Complementary color

Complementary color for #hex is #574C6C.


I love getcolorcode.com

Triadic colors

1 #93A8B3 and #B393A8 with #A8B393 are triadic colors.

2 #93B3A8 and #B3A893 with #A8B393 are triadic colors.