COLOR #ABBA47

HEX: #ABBA47 RGB: (171,186,71)

Color info

#ABBA47 contains mainly red and green colors. Web safe color of #ABBA47 is #99CC33 (or #9C3).

RGB color model

#ABBA47 color RGB value is (171,186,71).

RGB: (171,186,71) (67%, 73%, 28%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 71 of 255 = 28%

171
186
71

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 71 = 428 (100%)
R 171 of 428 ~ 39.95%
G 186 of 428 ~ 43.46%
B 71 of 428 ~ 16.59'%

%39.95
%43.46
%16.59

CMYK color model

#ABBA47 color CMYK value is (8,0,62,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 61.83%
  • key color value is 27.06%

CMYK: (8,0,62,27)
C8M0Y62K27 (8%, 0%, 62%, 27%)
(0.08 / 0.00 / 0.62 / 0.27)

CMYK percentages

%8.06
%0
%61.83
%27.06

Codes

Color #ABBA47 in popluar color models

AB BA 47
RGB 171 186 71
HSL 68° 45.45% 50.39%
HSB/HSV 68° 61.83% 72.94%
CMYK 8.06% 0.00% 61.83%
27.06%

Color #ABBA47 in popluar number systems.

HEX AB BA 47
Decimal 171 186 71
Binary 10101011 10111010 1000111
Octal 253 272 107

Shades and tints

Shades of #ABBA47

#ABBA47
(171,186,71)
#9CAA41
(156,170,65)
#8D9A3B
(141,154,59)
#7E8A35
(126,138,53)
#6F7A2F
(111,122,47)
#606A29
(96,106,41)
#515A23
(81,90,35)
#424A1D
(66,74,29)
#333A17
(51,58,23)
#242A11
(36,42,17)
#151A0B
(21,26,11)
#000000
(0,0,0)

Tints of #ABBA47

#ABBA47
(171,186,71)
#B2C057
(178,192,87)
#B9C667
(185,198,103)
#C0CC77
(192,204,119)
#C7D287
(199,210,135)
#CED897
(206,216,151)
#D5DEA7
(213,222,167)
#DCE4B7
(220,228,183)
#E3EAC7
(227,234,199)
#EAF0D7
(234,240,215)
#F1F6E7
(241,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBA47 color. Also use rgb(171,186,71) instead hex code.

Text Font Color

.myTextColor { color: #ABBA47; }

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

This text font color is #ABBA47.

Background Color

.myBgColor { background-color: #ABBA47; }

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

This div background color is #ABBA47.

Border color

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

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

This div border color is #ABBA47.

Opacity

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

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

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

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

This text has shadow with #ABBA47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBA47.

Preview

Color preview on black background

This text has color #ABBA47 on black background.


Color preview on white background

This text has color #ABBA47 on white background.


Black color preview on #ABBA47 background

This text has black color on #ABBA47 background.


White color preview on #ABBA47 background

This text has white color on #ABBA47 background.


Related colors

Complementary color

Complementary color for #hex is #5445B8.


I love getcolorcode.com

Triadic colors

1 #47ABBA and #BA47AB with #ABBA47 are triadic colors.

2 #47BAAB and #BAAB47 with #ABBA47 are triadic colors.