COLOR #ABB69A

HEX: #ABB69A
RGB: (171,182,154)

Color info

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

RGB color model

#ABB69A color RGB value is (171,182,154).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 154 of 255 = 60%

171
182
154

R + G + B ~ 66%. #ABB69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 154 = 507 (100%)
R 171 of 507 ~ 33.73%
G 182 of 507 ~ 35.9%
B 154 of 507 ~ 30.37%

%33.73
%35.9
%30.37

CMYK color model

#ABB69A color CMYK value is (6,0,15,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 28.63%
CMYK:
(6,0,15,29)
C6M0Y15K29 
(6%,0%,15%,29%)
(0.06/0.00/0.15/0.29)	

CMYK percentages

%6.04
%0
%15.38
%28.63

Codes

Color #ABB69A in popluar color models

ABB69A
RGB171182154
HSL84°16.09%65.88%
HSB/HSV84°15.38%71.37%
CMYK6.04%0.00%15.38%
28.63%

Color #ABB69A in popluar number systems.

HEXABB69A
Decimal171182154
Binary101010111011011010011010
Octal253266232

Shades and tints

Shades of #ABB69A

#ABB69A
(171,182,154)
#9CA68C
(156,166,140)
#8D967E
(141,150,126)
#7E8670
(126,134,112)
#6F7662
(111,118,98)
#606654
(96,102,84)
#515646
(81,86,70)
#424638
(66,70,56)
#33362A
(51,54,42)
#24261C
(36,38,28)
#15160E
(21,22,14)
#000000
(0,0,0)

Tints of #ABB69A

#ABB69A
(171,182,154)
#B2BCA3
(178,188,163)
#B9C2AC
(185,194,172)
#C0C8B5
(192,200,181)
#C7CEBE
(199,206,190)
#CED4C7
(206,212,199)
#D5DAD0
(213,218,208)
#DCE0D9
(220,224,217)
#E3E6E2
(227,230,226)
#EAECEB
(234,236,235)
#F1F2F4
(241,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB69A; }

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

This text font color is #ABB69A.


Background Color

.myBgColor { background-color: #ABB69A; }

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

This div background color is #ABB69A.


Border color

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

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

This div border color is #ABB69A.


Opacity

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

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

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

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

This text has shadow with #ABB69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB69A on black background.


Color preview on white background

This text has color #ABB69A on white background.



Black color preview on #ABB69A background

This text has black color on #ABB69A background.


White color preview on #ABB69A background

This text has white color on #ABB69A background.