COLOR #ABB48E

HEX: #ABB48E
RGB: (171,180,142)

Color info

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

RGB color model

#ABB48E color RGB value is (171,180,142).

  • red value is 171;
  • green value is 180;
  • blue value is 142.
RGB:
(171,180,142)
(67%,71%,56%)

RGB channels and saturation

R 171 of 255 = 67%
G 180 of 255 = 71%
B 142 of 255 = 56%

171
180
142

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

Portions of RGB colors in percentages

R + G + B =
171 + 180 + 142 = 493 (100%)
R 171 of 493 ~ 34.69%
G 180 of 493 ~ 36.51%
B 142 of 493 ~ 28.8%

%34.69
%36.51
%28.8

CMYK color model

#ABB48E color CMYK value is (5,0,21,29).

  • cyan value is 5.00%
  • magenta value is 0.00%
  • yellow value is 21.11%
  • key color value is 29.41%
CMYK:
(5,0,21,29)
C5M0Y21K29 
(5%,0%,21%,29%)
(0.05/0.00/0.21/0.29)	

CMYK percentages

%5
%0
%21.11
%29.41

Codes

Color #ABB48E in popluar color models

ABB48E
RGB171180142
HSL74°20.21%63.14%
HSB/HSV74°21.11%70.59%
CMYK5.00%0.00%21.11%
29.41%

Color #ABB48E in popluar number systems.

HEXABB48E
Decimal171180142
Binary101010111011010010001110
Octal253264216

Shades and tints

Shades of #ABB48E

#ABB48E
(171,180,142)
#9CA482
(156,164,130)
#8D9476
(141,148,118)
#7E846A
(126,132,106)
#6F745E
(111,116,94)
#606452
(96,100,82)
#515446
(81,84,70)
#42443A
(66,68,58)
#33342E
(51,52,46)
#242422
(36,36,34)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABB48E

#ABB48E
(171,180,142)
#B2BA98
(178,186,152)
#B9C0A2
(185,192,162)
#C0C6AC
(192,198,172)
#C7CCB6
(199,204,182)
#CED2C0
(206,210,192)
#D5D8CA
(213,216,202)
#DCDED4
(220,222,212)
#E3E4DE
(227,228,222)
#EAEAE8
(234,234,232)
#F1F0F2
(241,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB48E color. Also use rgb(171,180,142) instead hex code.

Text Font Color

.myTextColor { color: #ABB48E; }

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

This text font color is #ABB48E.


Background Color

.myBgColor { background-color: #ABB48E; }

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

This div background color is #ABB48E.


Border color

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

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

This div border color is #ABB48E.


Opacity

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

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

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

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

This text has shadow with #ABB48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB48E on black background.


Color preview on white background

This text has color #ABB48E on white background.



Black color preview on #ABB48E background

This text has black color on #ABB48E background.


White color preview on #ABB48E background

This text has white color on #ABB48E background.