COLOR #A8B093

HEX: #A8B093
RGB: (168,176,147)

Color info

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

RGB color model

#A8B093 color RGB value is (168,176,147).

  • red value is 168;
  • green value is 176;
  • blue value is 147.
RGB:
(168,176,147)
(66%,69%,58%)

RGB channels and saturation

R 168 of 255 = 66%
G 176 of 255 = 69%
B 147 of 255 = 58%

168
176
147

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

Portions of RGB colors in percentages

R + G + B =
168 + 176 + 147 = 491 (100%)
R 168 of 491 ~ 34.22%
G 176 of 491 ~ 35.85%
B 147 of 491 ~ 29.94%

%34.22
%35.85
%29.94

CMYK color model

#A8B093 color CMYK value is (5,0,16,31).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 30.98%
CMYK:
(5,0,16,31)
C5M0Y16K31 
(5%,0%,16%,31%)
(0.05/0.00/0.16/0.31)	

CMYK percentages

%4.55
%0
%16.48
%30.98

Codes

Color #A8B093 in popluar color models

A8B093
RGB168176147
HSL77°15.51%63.33%
HSB/HSV77°16.48%69.02%
CMYK4.55%0.00%16.48%
30.98%

Color #A8B093 in popluar number systems.

HEXA8B093
Decimal168176147
Binary101010001011000010010011
Octal250260223

Shades and tints

Shades of #A8B093

#A8B093
(168,176,147)
#99A086
(153,160,134)
#8A9079
(138,144,121)
#7B806C
(123,128,108)
#6C705F
(108,112,95)
#5D6052
(93,96,82)
#4E5045
(78,80,69)
#3F4038
(63,64,56)
#30302B
(48,48,43)
#21201E
(33,32,30)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #A8B093

#A8B093
(168,176,147)
#AFB79C
(175,183,156)
#B6BEA5
(182,190,165)
#BDC5AE
(189,197,174)
#C4CCB7
(196,204,183)
#CBD3C0
(203,211,192)
#D2DAC9
(210,218,201)
#D9E1D2
(217,225,210)
#E0E8DB
(224,232,219)
#E7EFE4
(231,239,228)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B093; }

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

This text font color is #A8B093.


Background Color

.myBgColor { background-color: #A8B093; }

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

This div background color is #A8B093.


Border color

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

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

This div border color is #A8B093.


Opacity

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

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

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

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

This text has shadow with #A8B093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B093 on black background.


Color preview on white background

This text has color #A8B093 on white background.



Black color preview on #A8B093 background

This text has black color on #A8B093 background.


White color preview on #A8B093 background

This text has white color on #A8B093 background.