COLOR #ABB69F

HEX: #ABB69F
RGB: (171,182,159)

Color info

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

RGB color model

#ABB69F color RGB value is (171,182,159).

  • red value is 171;
  • green value is 182;
  • blue value is 159.
RGB:
(171,182,159)
(67%,71%,62%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 159 of 255 = 62%

171
182
159

R + G + B ~ 67%. #ABB69F is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 159 = 512 (100%)
R 171 of 512 ~ 33.4%
G 182 of 512 ~ 35.55%
B 159 of 512 ~ 31.05%

%33.4
%35.55
%31.05

CMYK color model

#ABB69F color CMYK value is (6,0,13,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 12.64%
  • key color value is 28.63%
CMYK:
(6,0,13,29)
C6M0Y13K29 
(6%,0%,13%,29%)
(0.06/0.00/0.13/0.29)	

CMYK percentages

%6.04
%0
%12.64
%28.63

Codes

Color #ABB69F in popluar color models

ABB69F
RGB171182159
HSL89°13.61%66.86%
HSB/HSV89°12.64%71.37%
CMYK6.04%0.00%12.64%
28.63%

Color #ABB69F in popluar number systems.

HEXABB69F
Decimal171182159
Binary101010111011011010011111
Octal253266237

Shades and tints

Shades of #ABB69F

#ABB69F
(171,182,159)
#9CA691
(156,166,145)
#8D9683
(141,150,131)
#7E8675
(126,134,117)
#6F7667
(111,118,103)
#606659
(96,102,89)
#51564B
(81,86,75)
#42463D
(66,70,61)
#33362F
(51,54,47)
#242621
(36,38,33)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABB69F

#ABB69F
(171,182,159)
#B2BCA7
(178,188,167)
#B9C2AF
(185,194,175)
#C0C8B7
(192,200,183)
#C7CEBF
(199,206,191)
#CED4C7
(206,212,199)
#D5DACF
(213,218,207)
#DCE0D7
(220,224,215)
#E3E6DF
(227,230,223)
#EAECE7
(234,236,231)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB69F color. Also use rgb(171,182,159) instead hex code.

Text Font Color

.myTextColor { color: #ABB69F; }

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

This text font color is #ABB69F.


Background Color

.myBgColor { background-color: #ABB69F; }

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

This div background color is #ABB69F.


Border color

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

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

This div border color is #ABB69F.


Opacity

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

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

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

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

This text has shadow with #ABB69F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB69F on black background.


Color preview on white background

This text has color #ABB69F on white background.



Black color preview on #ABB69F background

This text has black color on #ABB69F background.


White color preview on #ABB69F background

This text has white color on #ABB69F background.