COLOR #A8B693

HEX: #A8B693
RGB: (168,182,147)

Color info

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

RGB color model

#A8B693 color RGB value is (168,182,147).

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

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 147 of 255 = 58%

168
182
147

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

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 147 = 497 (100%)
R 168 of 497 ~ 33.8%
G 182 of 497 ~ 36.62%
B 147 of 497 ~ 29.58%

%33.8
%36.62
%29.58

CMYK color model

#A8B693 color CMYK value is (8,0,19,29).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 19.23%
  • key color value is 28.63%
CMYK:
(8,0,19,29)
C8M0Y19K29 
(8%,0%,19%,29%)
(0.08/0.00/0.19/0.29)	

CMYK percentages

%7.69
%0
%19.23
%28.63

Codes

Color #A8B693 in popluar color models

A8B693
RGB168182147
HSL84°19.34%64.51%
HSB/HSV84°19.23%71.37%
CMYK7.69%0.00%19.23%
28.63%

Color #A8B693 in popluar number systems.

HEXA8B693
Decimal168182147
Binary101010001011011010010011
Octal250266223

Shades and tints

Shades of #A8B693

#A8B693
(168,182,147)
#99A686
(153,166,134)
#8A9679
(138,150,121)
#7B866C
(123,134,108)
#6C765F
(108,118,95)
#5D6652
(93,102,82)
#4E5645
(78,86,69)
#3F4638
(63,70,56)
#30362B
(48,54,43)
#21261E
(33,38,30)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #A8B693

#A8B693
(168,182,147)
#AFBC9C
(175,188,156)
#B6C2A5
(182,194,165)
#BDC8AE
(189,200,174)
#C4CEB7
(196,206,183)
#CBD4C0
(203,212,192)
#D2DAC9
(210,218,201)
#D9E0D2
(217,224,210)
#E0E6DB
(224,230,219)
#E7ECE4
(231,236,228)
#EEF2ED
(238,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B693; }

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

This text font color is #A8B693.


Background Color

.myBgColor { background-color: #A8B693; }

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

This div background color is #A8B693.


Border color

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

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

This div border color is #A8B693.


Opacity

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

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

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

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

This text has shadow with #A8B693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B693 on black background.


Color preview on white background

This text has color #A8B693 on white background.



Black color preview on #A8B693 background

This text has black color on #A8B693 background.


White color preview on #A8B693 background

This text has white color on #A8B693 background.