COLOR #ABB796

HEX: #ABB796 RGB: (171,183,150)

Color info

#ABB796 contains red, green and blue colors in about the same proportion. Web safe color of #ABB796 is #99CC99 (or #9C9).

RGB color model

#ABB796 color RGB value is (171,183,150).

RGB: (171,183,150) (67%, 72%, 59%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 150 of 255 = 59%

171
183
150

R + G + B ~ 66%. #ABB796 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 183 + 150 = 504 (100%)
R 171 of 504 ~ 33.93%
G 183 of 504 ~ 36.31%
B 150 of 504 ~ 29.76'%

%33.93
%36.31
%29.76

CMYK color model

#ABB796 color CMYK value is (7,0,18,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 18.03%
  • key color value is 28.24%

CMYK: (7,0,18,28)
C7M0Y18K28 (7%, 0%, 18%, 28%)
(0.07 / 0.00 / 0.18 / 0.28)

CMYK percentages

%6.56
%0
%18.03
%28.24

Codes

Color #ABB796 in popluar color models

AB B7 96
RGB 171 183 150
HSL 82° 18.64% 65.29%
HSB/HSV 82° 18.03% 71.76%
CMYK 6.56% 0.00% 18.03%
28.24%

Color #ABB796 in popluar number systems.

HEX AB B7 96
Decimal 171 183 150
Binary 10101011 10110111 10010110
Octal 253 267 226

Shades and tints

Shades of #ABB796

#ABB796
(171,183,150)
#9CA789
(156,167,137)
#8D977C
(141,151,124)
#7E876F
(126,135,111)
#6F7762
(111,119,98)
#606755
(96,103,85)
#515748
(81,87,72)
#42473B
(66,71,59)
#33372E
(51,55,46)
#242721
(36,39,33)
#151714
(21,23,20)
#000000
(0,0,0)

Tints of #ABB796

#ABB796
(171,183,150)
#B2BD9F
(178,189,159)
#B9C3A8
(185,195,168)
#C0C9B1
(192,201,177)
#C7CFBA
(199,207,186)
#CED5C3
(206,213,195)
#D5DBCC
(213,219,204)
#DCE1D5
(220,225,213)
#E3E7DE
(227,231,222)
#EAEDE7
(234,237,231)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB796 color. Also use rgb(171,183,150) instead hex code.

Text Font Color

.myTextColor { color: #ABB796; }

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

This text font color is #ABB796.

Background Color

.myBgColor { background-color: #ABB796; }

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

This div background color is #ABB796.

Border color

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

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

This div border color is #ABB796.

Opacity

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

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

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

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

This text has shadow with #ABB796 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB796.

Preview

Color preview on black background

This text has color #ABB796 on black background.


Color preview on white background

This text has color #ABB796 on white background.


Black color preview on #ABB796 background

This text has black color on #ABB796 background.


White color preview on #ABB796 background

This text has white color on #ABB796 background.


Related colors

Complementary color

Complementary color for #hex is #544869.


I love getcolorcode.com

Triadic colors

1 #96ABB7 and #B796AB with #ABB796 are triadic colors.

2 #96B7AB and #B7AB96 with #ABB796 are triadic colors.