COLOR #ABAD7E

HEX: #ABAD7E
RGB: (171,173,126)

Color info

#ABAD7E contains red, green and blue colors in about the same proportion. Web safe color of #ABAD7E is #999966 (or #996).

RGB color model

#ABAD7E color RGB value is (171,173,126).

  • red value is 171;
  • green value is 173;
  • blue value is 126.
RGB:
(171,173,126)
(67%,68%,49%)

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 126 of 255 = 49%

171
173
126

R + G + B ~ 61%. #ABAD7E is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 126 = 470 (100%)
R 171 of 470 ~ 36.38%
G 173 of 470 ~ 36.81%
B 126 of 470 ~ 26.81%

%36.38
%36.81
%26.81

CMYK color model

#ABAD7E color CMYK value is (1,0,27,32).

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 32.16%
CMYK:
(1,0,27,32)
C1M0Y27K32 
(1%,0%,27%,32%)
(0.01/0.00/0.27/0.32)	

CMYK percentages

%1.16
%0
%27.17
%32.16

Codes

Color #ABAD7E in popluar color models

ABAD7E
RGB171173126
HSL63°22.27%58.63%
HSB/HSV63°27.17%67.84%
CMYK1.16%0.00%27.17%
32.16%

Color #ABAD7E in popluar number systems.

HEXABAD7E
Decimal171173126
Binary10101011101011011111110
Octal253255176

Shades and tints

Shades of #ABAD7E

#ABAD7E
(171,173,126)
#9C9E73
(156,158,115)
#8D8F68
(141,143,104)
#7E805D
(126,128,93)
#6F7152
(111,113,82)
#606247
(96,98,71)
#51533C
(81,83,60)
#424431
(66,68,49)
#333526
(51,53,38)
#24261B
(36,38,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABAD7E

#ABAD7E
(171,173,126)
#B2B489
(178,180,137)
#B9BB94
(185,187,148)
#C0C29F
(192,194,159)
#C7C9AA
(199,201,170)
#CED0B5
(206,208,181)
#D5D7C0
(213,215,192)
#DCDECB
(220,222,203)
#E3E5D6
(227,229,214)
#EAECE1
(234,236,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAD7E color. Also use rgb(171,173,126) instead hex code.

Text Font Color

.myTextColor { color: #ABAD7E; }

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

This text font color is #ABAD7E.


Background Color

.myBgColor { background-color: #ABAD7E; }

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

This div background color is #ABAD7E.


Border color

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

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

This div border color is #ABAD7E.


Opacity

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

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

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

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

This text has shadow with #ABAD7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD7E on black background.


Color preview on white background

This text has color #ABAD7E on white background.



Black color preview on #ABAD7E background

This text has black color on #ABAD7E background.


White color preview on #ABAD7E background

This text has white color on #ABAD7E background.