COLOR #ABB386

HEX: #ABB386 RGB: (171,179,134)

Color info

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

RGB color model

#ABB386 color RGB value is (171,179,134).

RGB: (171,179,134) (67%, 70%, 53%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 134 of 255 = 53%

171
179
134

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

Portions of RGB colors in percentages

R + G + B = 171 + 179 + 134 = 484 (100%)
R 171 of 484 ~ 35.33%
G 179 of 484 ~ 36.98%
B 134 of 484 ~ 27.69'%

%35.33
%36.98
%27.69

CMYK color model

#ABB386 color CMYK value is (4,0,25,30).

  • cyan value is 4.47%
  • magenta value is 0.00%
  • yellow value is 25.14%
  • key color value is 29.80%

CMYK: (4,0,25,30)
C4M0Y25K30 (4%, 0%, 25%, 30%)
(0.04 / 0.00 / 0.25 / 0.30)

CMYK percentages

%4.47
%0
%25.14
%29.8

Codes

Color #ABB386 in popluar color models

AB B3 86
RGB 171 179 134
HSL 71° 22.84% 61.37%
HSB/HSV 71° 25.14% 70.20%
CMYK 4.47% 0.00% 25.14%
29.80%

Color #ABB386 in popluar number systems.

HEX AB B3 86
Decimal 171 179 134
Binary 10101011 10110011 10000110
Octal 253 263 206

Shades and tints

Shades of #ABB386

#ABB386
(171,179,134)
#9CA37A
(156,163,122)
#8D936E
(141,147,110)
#7E8362
(126,131,98)
#6F7356
(111,115,86)
#60634A
(96,99,74)
#51533E
(81,83,62)
#424332
(66,67,50)
#333326
(51,51,38)
#24231A
(36,35,26)
#15130E
(21,19,14)
#000000
(0,0,0)

Tints of #ABB386

#ABB386
(171,179,134)
#B2B991
(178,185,145)
#B9BF9C
(185,191,156)
#C0C5A7
(192,197,167)
#C7CBB2
(199,203,178)
#CED1BD
(206,209,189)
#D5D7C8
(213,215,200)
#DCDDD3
(220,221,211)
#E3E3DE
(227,227,222)
#EAE9E9
(234,233,233)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB386 color. Also use rgb(171,179,134) instead hex code.

Text Font Color

.myTextColor { color: #ABB386; }

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

This text font color is #ABB386.

Background Color

.myBgColor { background-color: #ABB386; }

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

This div background color is #ABB386.

Border color

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

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

This div border color is #ABB386.

Opacity

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

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

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

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

This text has shadow with #ABB386 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB386.

Preview

Color preview on black background

This text has color #ABB386 on black background.


Color preview on white background

This text has color #ABB386 on white background.


Black color preview on #ABB386 background

This text has black color on #ABB386 background.


White color preview on #ABB386 background

This text has white color on #ABB386 background.


Related colors

Complementary color

Complementary color for #hex is #544C79.


I love getcolorcode.com

Triadic colors

1 #86ABB3 and #B386AB with #ABB386 are triadic colors.

2 #86B3AB and #B3AB86 with #ABB386 are triadic colors.