COLOR #ABB284

HEX: #ABB284 RGB: (171,178,132)

Color info

#ABB284 contains red, green and blue colors in about the same proportion. Web safe color of #ABB284 is #999999 (or #999).

RGB color model

#ABB284 color RGB value is (171,178,132).

RGB: (171,178,132) (67%, 70%, 52%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 132 of 255 = 52%

171
178
132

R + G + B ~ 63%. #ABB284 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 132 = 481 (100%)
R 171 of 481 ~ 35.55%
G 178 of 481 ~ 37.01%
B 132 of 481 ~ 27.44'%

%35.55
%37.01
%27.44

CMYK color model

#ABB284 color CMYK value is (4,0,26,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 25.84%
  • key color value is 30.20%

CMYK: (4,0,26,30)
C4M0Y26K30 (4%, 0%, 26%, 30%)
(0.04 / 0.00 / 0.26 / 0.30)

CMYK percentages

%3.93
%0
%25.84
%30.2

Codes

Color #ABB284 in popluar color models

AB B2 84
RGB 171 178 132
HSL 69° 23.00% 60.78%
HSB/HSV 69° 25.84% 69.80%
CMYK 3.93% 0.00% 25.84%
30.20%

Color #ABB284 in popluar number systems.

HEX AB B2 84
Decimal 171 178 132
Binary 10101011 10110010 10000100
Octal 253 262 204

Shades and tints

Shades of #ABB284

#ABB284
(171,178,132)
#9CA278
(156,162,120)
#8D926C
(141,146,108)
#7E8260
(126,130,96)
#6F7254
(111,114,84)
#606248
(96,98,72)
#51523C
(81,82,60)
#424230
(66,66,48)
#333224
(51,50,36)
#242218
(36,34,24)
#15120C
(21,18,12)
#000000
(0,0,0)

Tints of #ABB284

#ABB284
(171,178,132)
#B2B98F
(178,185,143)
#B9C09A
(185,192,154)
#C0C7A5
(192,199,165)
#C7CEB0
(199,206,176)
#CED5BB
(206,213,187)
#D5DCC6
(213,220,198)
#DCE3D1
(220,227,209)
#E3EADC
(227,234,220)
#EAF1E7
(234,241,231)
#F1F8F2
(241,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB284 color. Also use rgb(171,178,132) instead hex code.

Text Font Color

.myTextColor { color: #ABB284; }

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

This text font color is #ABB284.

Background Color

.myBgColor { background-color: #ABB284; }

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

This div background color is #ABB284.

Border color

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

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

This div border color is #ABB284.

Opacity

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

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

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

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

This text has shadow with #ABB284 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB284.

Preview

Color preview on black background

This text has color #ABB284 on black background.


Color preview on white background

This text has color #ABB284 on white background.


Black color preview on #ABB284 background

This text has black color on #ABB284 background.


White color preview on #ABB284 background

This text has white color on #ABB284 background.


Related colors

Complementary color

Complementary color for #hex is #544D7B.


I love getcolorcode.com

Triadic colors

1 #84ABB2 and #B284AB with #ABB284 are triadic colors.

2 #84B2AB and #B2AB84 with #ABB284 are triadic colors.