COLOR #ABBD83

HEX: #ABBD83
RGB: (171,189,131)

Color info

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

RGB color model

#ABBD83 color RGB value is (171,189,131).

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

RGB channels and saturation

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

171
189
131

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

Portions of RGB colors in percentages

R + G + B =
171 + 189 + 131 = 491 (100%)
R 171 of 491 ~ 34.83%
G 189 of 491 ~ 38.49%
B 131 of 491 ~ 26.68%

%34.83
%38.49
%26.68

CMYK color model

#ABBD83 color CMYK value is (10,0,31,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 30.69%
  • key color value is 25.88%
CMYK:
(10,0,31,26)
C10M0Y31K26 
(10%,0%,31%,26%)
(0.10/0.00/0.31/0.26)	

CMYK percentages

%9.52
%0
%30.69
%25.88

Codes

Color #ABBD83 in popluar color models

ABBD83
RGB171189131
HSL79°30.53%62.75%
HSB/HSV79°30.69%74.12%
CMYK9.52%0.00%30.69%
25.88%

Color #ABBD83 in popluar number systems.

HEXABBD83
Decimal171189131
Binary101010111011110110000011
Octal253275203

Shades and tints

Shades of #ABBD83

#ABBD83
(171,189,131)
#9CAC78
(156,172,120)
#8D9B6D
(141,155,109)
#7E8A62
(126,138,98)
#6F7957
(111,121,87)
#60684C
(96,104,76)
#515741
(81,87,65)
#424636
(66,70,54)
#33352B
(51,53,43)
#242420
(36,36,32)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABBD83

#ABBD83
(171,189,131)
#B2C38E
(178,195,142)
#B9C999
(185,201,153)
#C0CFA4
(192,207,164)
#C7D5AF
(199,213,175)
#CEDBBA
(206,219,186)
#D5E1C5
(213,225,197)
#DCE7D0
(220,231,208)
#E3EDDB
(227,237,219)
#EAF3E6
(234,243,230)
#F1F9F1
(241,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBD83; }

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

This text font color is #ABBD83.


Background Color

.myBgColor { background-color: #ABBD83; }

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

This div background color is #ABBD83.


Border color

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

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

This div border color is #ABBD83.


Opacity

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

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

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

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

This text has shadow with #ABBD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBD83 on black background.


Color preview on white background

This text has color #ABBD83 on white background.



Black color preview on #ABBD83 background

This text has black color on #ABBD83 background.


White color preview on #ABBD83 background

This text has white color on #ABBD83 background.