COLOR #ABAD75

HEX: #ABAD75
RGB: (171,173,117)

Color info

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

RGB color model

#ABAD75 color RGB value is (171,173,117).

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

RGB channels and saturation

R 171 of 255 = 67%
G 173 of 255 = 68%
B 117 of 255 = 46%

171
173
117

R + G + B ~ 60%. #ABAD75 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
171 + 173 + 117 = 461 (100%)
R 171 of 461 ~ 37.09%
G 173 of 461 ~ 37.53%
B 117 of 461 ~ 25.38%

%37.09
%37.53
%25.38

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 32.37%
  • key color value is 32.16%
CMYK:
(1,0,32,32)
C1M0Y32K32 
(1%,0%,32%,32%)
(0.01/0.00/0.32/0.32)	

CMYK percentages

%1.16
%0
%32.37
%32.16

Codes

Color #ABAD75 in popluar color models

ABAD75
RGB171173117
HSL62°25.45%56.86%
HSB/HSV62°32.37%67.84%
CMYK1.16%0.00%32.37%
32.16%

Color #ABAD75 in popluar number systems.

HEXABAD75
Decimal171173117
Binary10101011101011011110101
Octal253255165

Shades and tints

Shades of #ABAD75

#ABAD75
(171,173,117)
#9C9E6B
(156,158,107)
#8D8F61
(141,143,97)
#7E8057
(126,128,87)
#6F714D
(111,113,77)
#606243
(96,98,67)
#515339
(81,83,57)
#42442F
(66,68,47)
#333525
(51,53,37)
#24261B
(36,38,27)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #ABAD75

#ABAD75
(171,173,117)
#B2B481
(178,180,129)
#B9BB8D
(185,187,141)
#C0C299
(192,194,153)
#C7C9A5
(199,201,165)
#CED0B1
(206,208,177)
#D5D7BD
(213,215,189)
#DCDEC9
(220,222,201)
#E3E5D5
(227,229,213)
#EAECE1
(234,236,225)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAD75; }

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

This text font color is #ABAD75.


Background Color

.myBgColor { background-color: #ABAD75; }

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

This div background color is #ABAD75.


Border color

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

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

This div border color is #ABAD75.


Opacity

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

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

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

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

This text has shadow with #ABAD75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAD75 on black background.


Color preview on white background

This text has color #ABAD75 on white background.



Black color preview on #ABAD75 background

This text has black color on #ABAD75 background.


White color preview on #ABAD75 background

This text has white color on #ABAD75 background.