COLOR #ABA697

HEX: #ABA697
RGB: (171,166,151)

Color info

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

RGB color model

#ABA697 color RGB value is (171,166,151).

  • red value is 171;
  • green value is 166;
  • blue value is 151.
RGB:
(171,166,151)
(67%,65%,59%)

RGB channels and saturation

R 171 of 255 = 67%
G 166 of 255 = 65%
B 151 of 255 = 59%

171
166
151

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

Portions of RGB colors in percentages

R + G + B =
171 + 166 + 151 = 488 (100%)
R 171 of 488 ~ 35.04%
G 166 of 488 ~ 34.02%
B 151 of 488 ~ 30.94%

%35.04
%34.02
%30.94

CMYK color model

#ABA697 color CMYK value is (0,3,12,33).

  • cyan value is 0.00%
  • magenta value is 2.92%
  • yellow value is 11.70%
  • key color value is 32.94%
CMYK:
(0,3,12,33)
C0M3Y12K33 
(0%,3%,12%,33%)
(0.00/0.03/0.12/0.33)	

CMYK percentages

%0
%2.92
%11.7
%32.94

Codes

Color #ABA697 in popluar color models

ABA697
RGB171166151
HSL45°10.64%63.14%
HSB/HSV45°11.70%67.06%
CMYK0.00%2.92%11.70%
32.94%

Color #ABA697 in popluar number systems.

HEXABA697
Decimal171166151
Binary101010111010011010010111
Octal253246227

Shades and tints

Shades of #ABA697

#ABA697
(171,166,151)
#9C978A
(156,151,138)
#8D887D
(141,136,125)
#7E7970
(126,121,112)
#6F6A63
(111,106,99)
#605B56
(96,91,86)
#514C49
(81,76,73)
#423D3C
(66,61,60)
#332E2F
(51,46,47)
#241F22
(36,31,34)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #ABA697

#ABA697
(171,166,151)
#B2AEA0
(178,174,160)
#B9B6A9
(185,182,169)
#C0BEB2
(192,190,178)
#C7C6BB
(199,198,187)
#CECEC4
(206,206,196)
#D5D6CD
(213,214,205)
#DCDED6
(220,222,214)
#E3E6DF
(227,230,223)
#EAEEE8
(234,238,232)
#F1F6F1
(241,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA697 color. Also use rgb(171,166,151) instead hex code.

Text Font Color

.myTextColor { color: #ABA697; }

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

This text font color is #ABA697.


Background Color

.myBgColor { background-color: #ABA697; }

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

This div background color is #ABA697.


Border color

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

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

This div border color is #ABA697.


Opacity

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

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

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

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

This text has shadow with #ABA697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA697 on black background.


Color preview on white background

This text has color #ABA697 on white background.



Black color preview on #ABA697 background

This text has black color on #ABA697 background.


White color preview on #ABA697 background

This text has white color on #ABA697 background.