COLOR #A8B692

HEX: #A8B692
RGB: (168,182,146)

Color info

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

RGB color model

#A8B692 color RGB value is (168,182,146).

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

RGB channels and saturation

R 168 of 255 = 66%
G 182 of 255 = 71%
B 146 of 255 = 57%

168
182
146

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

Portions of RGB colors in percentages

R + G + B =
168 + 182 + 146 = 496 (100%)
R 168 of 496 ~ 33.87%
G 182 of 496 ~ 36.69%
B 146 of 496 ~ 29.44%

%33.87
%36.69
%29.44

CMYK color model

#A8B692 color CMYK value is (8,0,20,29).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 19.78%
  • key color value is 28.63%
CMYK:
(8,0,20,29)
C8M0Y20K29 
(8%,0%,20%,29%)
(0.08/0.00/0.20/0.29)	

CMYK percentages

%7.69
%0
%19.78
%28.63

Codes

Color #A8B692 in popluar color models

A8B692
RGB168182146
HSL83°19.78%64.31%
HSB/HSV83°19.78%71.37%
CMYK7.69%0.00%19.78%
28.63%

Color #A8B692 in popluar number systems.

HEXA8B692
Decimal168182146
Binary101010001011011010010010
Octal250266222

Shades and tints

Shades of #A8B692

#A8B692
(168,182,146)
#99A685
(153,166,133)
#8A9678
(138,150,120)
#7B866B
(123,134,107)
#6C765E
(108,118,94)
#5D6651
(93,102,81)
#4E5644
(78,86,68)
#3F4637
(63,70,55)
#30362A
(48,54,42)
#21261D
(33,38,29)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #A8B692

#A8B692
(168,182,146)
#AFBC9B
(175,188,155)
#B6C2A4
(182,194,164)
#BDC8AD
(189,200,173)
#C4CEB6
(196,206,182)
#CBD4BF
(203,212,191)
#D2DAC8
(210,218,200)
#D9E0D1
(217,224,209)
#E0E6DA
(224,230,218)
#E7ECE3
(231,236,227)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8B692; }

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

This text font color is #A8B692.


Background Color

.myBgColor { background-color: #A8B692; }

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

This div background color is #A8B692.


Border color

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

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

This div border color is #A8B692.


Opacity

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

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

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

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

This text has shadow with #A8B692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8B692 on black background.


Color preview on white background

This text has color #A8B692 on white background.



Black color preview on #A8B692 background

This text has black color on #A8B692 background.


White color preview on #A8B692 background

This text has white color on #A8B692 background.