COLOR #ABB078

HEX: #ABB078 RGB: (171,176,120)

Color info

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

RGB color model

#ABB078 color RGB value is (171,176,120).

RGB: (171,176,120) (67%, 69%, 47%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 120 of 255 = 47%

171
176
120

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

Portions of RGB colors in percentages

R + G + B = 171 + 176 + 120 = 467 (100%)
R 171 of 467 ~ 36.62%
G 176 of 467 ~ 37.69%
B 120 of 467 ~ 25.7'%

%36.62
%37.69
%25.7

CMYK color model

#ABB078 color CMYK value is (3,0,32,31).

  • cyan value is 2.84%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 30.98%
CMYK: (3,0,32,31) C3M0Y32K31 (3%,0%,32%,31%) (0.03/0.00/0.32/0.31) 

CMYK percentages

%2.84
%0
%31.82
%30.98

Codes

Color #ABB078 in popluar color models

AB B0 78
RGB 171 176 120
HSL 65° 26.17% 58.04%
HSB/HSV 65° 31.82% 69.02%
CMYK 2.84% 0.00% 31.82%
30.98%

Color #ABB078 in popluar number systems.

HEX AB B0 78
Decimal 171 176 120
Binary 10101011 10110000 1111000
Octal 253 260 170

Shades and tints

Shades of #ABB078

#ABB078
(171,176,120)
#9CA06E
(156,160,110)
#8D9064
(141,144,100)
#7E805A
(126,128,90)
#6F7050
(111,112,80)
#606046
(96,96,70)
#51503C
(81,80,60)
#424032
(66,64,50)
#333028
(51,48,40)
#24201E
(36,32,30)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #ABB078

#ABB078
(171,176,120)
#B2B784
(178,183,132)
#B9BE90
(185,190,144)
#C0C59C
(192,197,156)
#C7CCA8
(199,204,168)
#CED3B4
(206,211,180)
#D5DAC0
(213,218,192)
#DCE1CC
(220,225,204)
#E3E8D8
(227,232,216)
#EAEFE4
(234,239,228)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB078 color. Also use rgb(171,176,120) instead hex code.

Text Font Color

.myTextColor { color: #ABB078; }

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

This text font color is #ABB078.

Background Color

.myBgColor { background-color: #ABB078; }

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

This div background color is #ABB078.

Border color

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

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

This div border color is #ABB078.

Opacity

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

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

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

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

This text has shadow with #ABB078 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB078.

Preview

Color preview on black background

This text has color #ABB078 on black background.


Color preview on white background

This text has color #ABB078 on white background.


Black color preview on #ABB078 background

This text has black color on #ABB078 background.


White color preview on #ABB078 background

This text has white color on #ABB078 background.


Related colors

Complementary color

Complementary color for #hex is #544F87.


I love getcolorcode.com

Triadic colors

1 #78ABB0 and #B078AB with #ABB078 are triadic colors.

2 #78B0AB and #B0AB78 with #ABB078 are triadic colors.