COLOR #ABB792

HEX: #ABB792
RGB: (171,183,146)

Color info

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

RGB color model

#ABB792 color RGB value is (171,183,146).

  • red value is 171;
  • green value is 183;
  • blue value is 146.
RGB: (171,183,146) (67%,72%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 146 of 255 = 57%

171
183
146

R + G + B ~ 65%. #ABB792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 146 = 500 (100%)
R 171 of 500 ~ 34.2%
G 183 of 500 ~ 36.6%
B 146 of 500 ~ 29.2%

%34.2
%36.6
%29.2

CMYK color model

#ABB792 color CMYK value is (7,0,20,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%
CMYK: (7,0,20,28) C7M0Y20K28 (7%,0%,20%,28%) (0.07/0.00/0.20/0.28)

CMYK percentages

%6.56
%0
%20.22
%28.24

Codes

Color #ABB792 in popluar color models

ABB792
RGB171183146
HSL79°20.44%64.51%
HSB/HSV79°20.22%71.76%
CMYK6.56%0.00%20.22%
28.24%

Color #ABB792 in popluar number systems.

HEXABB792
Decimal171183146
Binary101010111011011110010010
Octal253267222

Shades and tints

Shades of #ABB792

#ABB792
(171,183,146)
#9CA785
(156,167,133)
#8D9778
(141,151,120)
#7E876B
(126,135,107)
#6F775E
(111,119,94)
#606751
(96,103,81)
#515744
(81,87,68)
#424737
(66,71,55)
#33372A
(51,55,42)
#24271D
(36,39,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABB792

#ABB792
(171,183,146)
#B2BD9B
(178,189,155)
#B9C3A4
(185,195,164)
#C0C9AD
(192,201,173)
#C7CFB6
(199,207,182)
#CED5BF
(206,213,191)
#D5DBC8
(213,219,200)
#DCE1D1
(220,225,209)
#E3E7DA
(227,231,218)
#EAEDE3
(234,237,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB792; }

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

This text font color is #ABB792.


Background Color

.myBgColor { background-color: #ABB792; }

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

This div background color is #ABB792.


Border color

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

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

This div border color is #ABB792.


Opacity

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

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

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

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

This text has shadow with #ABB792 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #ABB792; -webkit-box-shadow:	1px 1px 3px 2px #ABB792; box-shadow:	1px 1px 3px 2px #ABB792; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #ABB792; -webkit-box-shadow: 1px 1px 3px 2px #ABB792; box-shadow:1px 1px 3px 2px #ABB792;">
Div content here</div>
This div box has shadow with color #ABB792.

Preview

Color preview on black background

This text has color #ABB792 on black background.


Color preview on white background

This text has color #ABB792 on white background.



Black color preview on #ABB792 background

This text has black color on #ABB792 background.


White color preview on #ABB792 background

This text has white color on #ABB792 background.