COLOR #ABB470

HEX: #ABB470 RGB: (171,180,112)

Color info

#ABB470 contains mainly red and green colors. Web safe color of #ABB470 is #99CC66 (or #9C6).

RGB color model

#ABB470 color RGB value is (171,180,112).

RGB: (171,180,112) (67%, 71%, 44%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 112 of 255 = 44%

171
180
112

R + G + B ~ 61%. #ABB470 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 180 + 112 = 463 (100%)
R 171 of 463 ~ 36.93%
G 180 of 463 ~ 38.88%
B 112 of 463 ~ 24.19'%

%36.93
%38.88
%24.19

CMYK color model

#ABB470 color CMYK value is (5,0,38,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 29.41%

CMYK: (5,0,38,29)
C5M0Y38K29 (5%, 0%, 38%, 29%)
(0.05 / 0.00 / 0.38 / 0.29)

CMYK percentages

%5
%0
%37.78
%29.41

Codes

Color #ABB470 in popluar color models

AB B4 70
RGB 171 180 112
HSL 68° 31.19% 57.25%
HSB/HSV 68° 37.78% 70.59%
CMYK 5.00% 0.00% 37.78%
29.41%

Color #ABB470 in popluar number systems.

HEX AB B4 70
Decimal 171 180 112
Binary 10101011 10110100 1110000
Octal 253 264 160

Shades and tints

Shades of #ABB470

#ABB470
(171,180,112)
#9CA466
(156,164,102)
#8D945C
(141,148,92)
#7E8452
(126,132,82)
#6F7448
(111,116,72)
#60643E
(96,100,62)
#515434
(81,84,52)
#42442A
(66,68,42)
#333420
(51,52,32)
#242416
(36,36,22)
#15140C
(21,20,12)
#000000
(0,0,0)

Tints of #ABB470

#ABB470
(171,180,112)
#B2BA7D
(178,186,125)
#B9C08A
(185,192,138)
#C0C697
(192,198,151)
#C7CCA4
(199,204,164)
#CED2B1
(206,210,177)
#D5D8BE
(213,216,190)
#DCDECB
(220,222,203)
#E3E4D8
(227,228,216)
#EAEAE5
(234,234,229)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB470 color. Also use rgb(171,180,112) instead hex code.

Text Font Color

.myTextColor { color: #ABB470; }

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

This text font color is #ABB470.

Background Color

.myBgColor { background-color: #ABB470; }

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

This div background color is #ABB470.

Border color

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

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

This div border color is #ABB470.

Opacity

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

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

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

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

This text has shadow with #ABB470 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB470.

Preview

Color preview on black background

This text has color #ABB470 on black background.


Color preview on white background

This text has color #ABB470 on white background.


Black color preview on #ABB470 background

This text has black color on #ABB470 background.


White color preview on #ABB470 background

This text has white color on #ABB470 background.


Related colors

Complementary color

Complementary color for #hex is #544B8F.


I love getcolorcode.com

Triadic colors

1 #70ABB4 and #B470AB with #ABB470 are triadic colors.

2 #70B4AB and #B4AB70 with #ABB470 are triadic colors.