COLOR #ABBC83

HEX: #ABBC83
RGB: (171,188,131)

Color info

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

RGB color model

#ABBC83 color RGB value is (171,188,131).

  • red value is 171;
  • green value is 188;
  • blue value is 131.
RGB:
(171,188,131)
(67%,74%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 188 of 255 = 74%
B 131 of 255 = 51%

171
188
131

R + G + B ~ 64%. #ABBC83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 188 + 131 = 490 (100%)
R 171 of 490 ~ 34.9%
G 188 of 490 ~ 38.37%
B 131 of 490 ~ 26.73%

%34.9
%38.37
%26.73

CMYK color model

#ABBC83 color CMYK value is (9,0,30,26).

  • cyan value is 9.04%
  • magenta value is 0.00%
  • yellow value is 30.32%
  • key color value is 26.27%
CMYK:
(9,0,30,26)
C9M0Y30K26 
(9%,0%,30%,26%)
(0.09/0.00/0.30/0.26)	

CMYK percentages

%9.04
%0
%30.32
%26.27

Codes

Color #ABBC83 in popluar color models

ABBC83
RGB171188131
HSL78°29.84%62.55%
HSB/HSV78°30.32%73.73%
CMYK9.04%0.00%30.32%
26.27%

Color #ABBC83 in popluar number systems.

HEXABBC83
Decimal171188131
Binary101010111011110010000011
Octal253274203

Shades and tints

Shades of #ABBC83

#ABBC83
(171,188,131)
#9CAB78
(156,171,120)
#8D9A6D
(141,154,109)
#7E8962
(126,137,98)
#6F7857
(111,120,87)
#60674C
(96,103,76)
#515641
(81,86,65)
#424536
(66,69,54)
#33342B
(51,52,43)
#242320
(36,35,32)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABBC83

#ABBC83
(171,188,131)
#B2C28E
(178,194,142)
#B9C899
(185,200,153)
#C0CEA4
(192,206,164)
#C7D4AF
(199,212,175)
#CEDABA
(206,218,186)
#D5E0C5
(213,224,197)
#DCE6D0
(220,230,208)
#E3ECDB
(227,236,219)
#EAF2E6
(234,242,230)
#F1F8F1
(241,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBC83 color. Also use rgb(171,188,131) instead hex code.

Text Font Color

.myTextColor { color: #ABBC83; }

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

This text font color is #ABBC83.


Background Color

.myBgColor { background-color: #ABBC83; }

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

This div background color is #ABBC83.


Border color

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

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

This div border color is #ABBC83.


Opacity

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

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

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

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

This text has shadow with #ABBC83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBC83 on black background.


Color preview on white background

This text has color #ABBC83 on white background.



Black color preview on #ABBC83 background

This text has black color on #ABBC83 background.


White color preview on #ABBC83 background

This text has white color on #ABBC83 background.