COLOR #A9B694

HEX: #A9B694
RGB: (169,182,148)

Color info

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

RGB color model

#A9B694 color RGB value is (169,182,148).

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

RGB channels and saturation

R 169 of 255 = 66%
G 182 of 255 = 71%
B 148 of 255 = 58%

169
182
148

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

Portions of RGB colors in percentages

R + G + B =
169 + 182 + 148 = 499 (100%)
R 169 of 499 ~ 33.87%
G 182 of 499 ~ 36.47%
B 148 of 499 ~ 29.66%

%33.87
%36.47
%29.66

CMYK color model

#A9B694 color CMYK value is (7,0,19,29).

  • cyan value is 7.14%
  • magenta value is 0.00%
  • yellow value is 18.68%
  • key color value is 28.63%
CMYK:
(7,0,19,29)
C7M0Y19K29 
(7%,0%,19%,29%)
(0.07/0.00/0.19/0.29)	

CMYK percentages

%7.14
%0
%18.68
%28.63

Codes

Color #A9B694 in popluar color models

A9B694
RGB169182148
HSL83°18.89%64.71%
HSB/HSV83°18.68%71.37%
CMYK7.14%0.00%18.68%
28.63%

Color #A9B694 in popluar number systems.

HEXA9B694
Decimal169182148
Binary101010011011011010010100
Octal251266224

Shades and tints

Shades of #A9B694

#A9B694
(169,182,148)
#9AA687
(154,166,135)
#8B967A
(139,150,122)
#7C866D
(124,134,109)
#6D7660
(109,118,96)
#5E6653
(94,102,83)
#4F5646
(79,86,70)
#404639
(64,70,57)
#31362C
(49,54,44)
#22261F
(34,38,31)
#131612
(19,22,18)
#000000
(0,0,0)

Tints of #A9B694

#A9B694
(169,182,148)
#B0BC9D
(176,188,157)
#B7C2A6
(183,194,166)
#BEC8AF
(190,200,175)
#C5CEB8
(197,206,184)
#CCD4C1
(204,212,193)
#D3DACA
(211,218,202)
#DAE0D3
(218,224,211)
#E1E6DC
(225,230,220)
#E8ECE5
(232,236,229)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B694 color. Also use rgb(169,182,148) instead hex code.

Text Font Color

.myTextColor { color: #A9B694; }

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

This text font color is #A9B694.


Background Color

.myBgColor { background-color: #A9B694; }

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

This div background color is #A9B694.


Border color

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

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

This div border color is #A9B694.


Opacity

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

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

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

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

This text has shadow with #A9B694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B694 on black background.


Color preview on white background

This text has color #A9B694 on white background.



Black color preview on #A9B694 background

This text has black color on #A9B694 background.


White color preview on #A9B694 background

This text has white color on #A9B694 background.