COLOR #ABB174

HEX: #ABB174 RGB: (171,177,116)

Color info

#ABB174 contains mainly red and green colors. Web safe color of #ABB174 is #999966 (or #996).

RGB color model

#ABB174 color RGB value is (171,177,116).

RGB: (171,177,116) (67%, 69%, 45%)

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 116 of 255 = 45%

171
177
116

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

Portions of RGB colors in percentages

R + G + B = 171 + 177 + 116 = 464 (100%)
R 171 of 464 ~ 36.85%
G 177 of 464 ~ 38.15%
B 116 of 464 ~ 25'%

%36.85
%38.15
%25

CMYK color model

#ABB174 color CMYK value is (3,0,34,31).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 34.46%
  • key color value is 30.59%

CMYK: (3,0,34,31)
C3M0Y34K31 (3%, 0%, 34%, 31%)
(0.03 / 0.00 / 0.34 / 0.31)

CMYK percentages

%3.39
%0
%34.46
%30.59

Codes

Color #ABB174 in popluar color models

AB B1 74
RGB 171 177 116
HSL 66° 28.11% 57.45%
HSB/HSV 66° 34.46% 69.41%
CMYK 3.39% 0.00% 34.46%
30.59%

Color #ABB174 in popluar number systems.

HEX AB B1 74
Decimal 171 177 116
Binary 10101011 10110001 1110100
Octal 253 261 164

Shades and tints

Shades of #ABB174

#ABB174
(171,177,116)
#9CA16A
(156,161,106)
#8D9160
(141,145,96)
#7E8156
(126,129,86)
#6F714C
(111,113,76)
#606142
(96,97,66)
#515138
(81,81,56)
#42412E
(66,65,46)
#333124
(51,49,36)
#24211A
(36,33,26)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #ABB174

#ABB174
(171,177,116)
#B2B880
(178,184,128)
#B9BF8C
(185,191,140)
#C0C698
(192,198,152)
#C7CDA4
(199,205,164)
#CED4B0
(206,212,176)
#D5DBBC
(213,219,188)
#DCE2C8
(220,226,200)
#E3E9D4
(227,233,212)
#EAF0E0
(234,240,224)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB174 color. Also use rgb(171,177,116) instead hex code.

Text Font Color

.myTextColor { color: #ABB174; }

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

This text font color is #ABB174.

Background Color

.myBgColor { background-color: #ABB174; }

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

This div background color is #ABB174.

Border color

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

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

This div border color is #ABB174.

Opacity

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

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

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

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

This text has shadow with #ABB174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB174.

Preview

Color preview on black background

This text has color #ABB174 on black background.


Color preview on white background

This text has color #ABB174 on white background.


Black color preview on #ABB174 background

This text has black color on #ABB174 background.


White color preview on #ABB174 background

This text has white color on #ABB174 background.


Related colors

Complementary color

Complementary color for #hex is #544E8B.


I love getcolorcode.com

Triadic colors

1 #74ABB1 and #B174AB with #ABB174 are triadic colors.

2 #74B1AB and #B1AB74 with #ABB174 are triadic colors.