COLOR #ABBB85

HEX: #ABBB85
RGB: (171,187,133)

Color info

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

RGB color model

#ABBB85 color RGB value is (171,187,133).

  • red value is 171;
  • green value is 187;
  • blue value is 133.
RGB:
(171,187,133)
(67%,73%,52%)

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 133 of 255 = 52%

171
187
133

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

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 133 = 491 (100%)
R 171 of 491 ~ 34.83%
G 187 of 491 ~ 38.09%
B 133 of 491 ~ 27.09%

%34.83
%38.09
%27.09

CMYK color model

#ABBB85 color CMYK value is (9,0,29,27).

  • cyan value is 8.56%
  • magenta value is 0.00%
  • yellow value is 28.88%
  • key color value is 26.67%
CMYK:
(9,0,29,27)
C9M0Y29K27 
(9%,0%,29%,27%)
(0.09/0.00/0.29/0.27)	

CMYK percentages

%8.56
%0
%28.88
%26.67

Codes

Color #ABBB85 in popluar color models

ABBB85
RGB171187133
HSL78°28.42%62.75%
HSB/HSV78°28.88%73.33%
CMYK8.56%0.00%28.88%
26.67%

Color #ABBB85 in popluar number systems.

HEXABBB85
Decimal171187133
Binary101010111011101110000101
Octal253273205

Shades and tints

Shades of #ABBB85

#ABBB85
(171,187,133)
#9CAA79
(156,170,121)
#8D996D
(141,153,109)
#7E8861
(126,136,97)
#6F7755
(111,119,85)
#606649
(96,102,73)
#51553D
(81,85,61)
#424431
(66,68,49)
#333325
(51,51,37)
#242219
(36,34,25)
#15110D
(21,17,13)
#000000
(0,0,0)

Tints of #ABBB85

#ABBB85
(171,187,133)
#B2C190
(178,193,144)
#B9C79B
(185,199,155)
#C0CDA6
(192,205,166)
#C7D3B1
(199,211,177)
#CED9BC
(206,217,188)
#D5DFC7
(213,223,199)
#DCE5D2
(220,229,210)
#E3EBDD
(227,235,221)
#EAF1E8
(234,241,232)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBB85 color. Also use rgb(171,187,133) instead hex code.

Text Font Color

.myTextColor { color: #ABBB85; }

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

This text font color is #ABBB85.


Background Color

.myBgColor { background-color: #ABBB85; }

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

This div background color is #ABBB85.


Border color

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

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

This div border color is #ABBB85.


Opacity

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

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

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

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

This text has shadow with #ABBB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBB85 on black background.


Color preview on white background

This text has color #ABBB85 on white background.



Black color preview on #ABBB85 background

This text has black color on #ABBB85 background.


White color preview on #ABBB85 background

This text has white color on #ABBB85 background.