COLOR #ABAC71

HEX: #ABAC71 RGB: (171,172,113)

Color info

#ABAC71 contains red, green and blue colors in about the same proportion. Web safe color of #ABAC71 is #999966 (or #996).

RGB color model

#ABAC71 color RGB value is (171,172,113).

RGB: (171,172,113) (67%, 67%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 113 of 255 = 44%

171
172
113

R + G + B ~ 59%. #ABAC71 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 113 = 456 (100%)
R 171 of 456 ~ 37.5%
G 172 of 456 ~ 37.72%
B 113 of 456 ~ 24.78'%

%37.5
%37.72
%24.78

CMYK color model

#ABAC71 color CMYK value is (1,0,34,33).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 34.30%
  • key color value is 32.55%
CMYK: (1,0,34,33) C1M0Y34K33 (1%,0%,34%,33%) (0.01/0.00/0.34/0.33) 

CMYK percentages

%0.58
%0
%34.3
%32.55

Codes

Color #ABAC71 in popluar color models

AB AC 71
RGB 171 172 113
HSL 61° 26.22% 55.88%
HSB/HSV 61° 34.30% 67.45%
CMYK 0.58% 0.00% 34.30%
32.55%

Color #ABAC71 in popluar number systems.

HEX AB AC 71
Decimal 171 172 113
Binary 10101011 10101100 1110001
Octal 253 254 161

Shades and tints

Shades of #ABAC71

#ABAC71
(171,172,113)
#9C9D67
(156,157,103)
#8D8E5D
(141,142,93)
#7E7F53
(126,127,83)
#6F7049
(111,112,73)
#60613F
(96,97,63)
#515235
(81,82,53)
#42432B
(66,67,43)
#333421
(51,52,33)
#242517
(36,37,23)
#15160D
(21,22,13)
#000000
(0,0,0)

Tints of #ABAC71

#ABAC71
(171,172,113)
#B2B37D
(178,179,125)
#B9BA89
(185,186,137)
#C0C195
(192,193,149)
#C7C8A1
(199,200,161)
#CECFAD
(206,207,173)
#D5D6B9
(213,214,185)
#DCDDC5
(220,221,197)
#E3E4D1
(227,228,209)
#EAEBDD
(234,235,221)
#F1F2E9
(241,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAC71 color. Also use rgb(171,172,113) instead hex code.

Text Font Color

.myTextColor { color: #ABAC71; }

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

This text font color is #ABAC71.

Background Color

.myBgColor { background-color: #ABAC71; }

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

This div background color is #ABAC71.

Border color

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

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

This div border color is #ABAC71.

Opacity

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

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

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

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

This text has shadow with #ABAC71 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAC71.

Preview

Color preview on black background

This text has color #ABAC71 on black background.


Color preview on white background

This text has color #ABAC71 on white background.


Black color preview on #ABAC71 background

This text has black color on #ABAC71 background.


White color preview on #ABAC71 background

This text has white color on #ABAC71 background.


Related colors

Complementary color

Complementary color for #hex is #54538E.


I love getcolorcode.com

Triadic colors

1 #71ABAC and #AC71AB with #ABAC71 are triadic colors.

2 #71ACAB and #ACAB71 with #ABAC71 are triadic colors.