COLOR #ABAF90

HEX: #ABAF90 RGB: (171,175,144)

Color info

#ABAF90 contains red, green and blue colors in about the same proportion. Web safe color of #ABAF90 is #999999 (or #999).

RGB color model

#ABAF90 color RGB value is (171,175,144).

RGB: (171,175,144) (67%, 69%, 56%)

RGB channels and saturation

R 171 of 255 = 67%
G 175 of 255 = 69%
B 144 of 255 = 56%

171
175
144

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

Portions of RGB colors in percentages

R + G + B = 171 + 175 + 144 = 490 (100%)
R 171 of 490 ~ 34.9%
G 175 of 490 ~ 35.71%
B 144 of 490 ~ 29.39'%

%34.9
%35.71
%29.39

CMYK color model

#ABAF90 color CMYK value is (2,0,18,31).

  • cyan value is 2.29%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • key color value is 31.37%

CMYK: (2,0,18,31)
C2M0Y18K31 (2%, 0%, 18%, 31%)
(0.02 / 0.00 / 0.18 / 0.31)

CMYK percentages

%2.29
%0
%17.71
%31.37

Codes

Color #ABAF90 in popluar color models

AB AF 90
RGB 171 175 144
HSL 68° 16.23% 62.55%
HSB/HSV 68° 17.71% 68.63%
CMYK 2.29% 0.00% 17.71%
31.37%

Color #ABAF90 in popluar number systems.

HEX AB AF 90
Decimal 171 175 144
Binary 10101011 10101111 10010000
Octal 253 257 220

Shades and tints

Shades of #ABAF90

#ABAF90
(171,175,144)
#9CA083
(156,160,131)
#8D9176
(141,145,118)
#7E8269
(126,130,105)
#6F735C
(111,115,92)
#60644F
(96,100,79)
#515542
(81,85,66)
#424635
(66,70,53)
#333728
(51,55,40)
#24281B
(36,40,27)
#15190E
(21,25,14)
#000000
(0,0,0)

Tints of #ABAF90

#ABAF90
(171,175,144)
#B2B69A
(178,182,154)
#B9BDA4
(185,189,164)
#C0C4AE
(192,196,174)
#C7CBB8
(199,203,184)
#CED2C2
(206,210,194)
#D5D9CC
(213,217,204)
#DCE0D6
(220,224,214)
#E3E7E0
(227,231,224)
#EAEEEA
(234,238,234)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAF90 color. Also use rgb(171,175,144) instead hex code.

Text Font Color

.myTextColor { color: #ABAF90; }

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

This text font color is #ABAF90.

Background Color

.myBgColor { background-color: #ABAF90; }

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

This div background color is #ABAF90.

Border color

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

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

This div border color is #ABAF90.

Opacity

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

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

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

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

This text has shadow with #ABAF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAF90.

Preview

Color preview on black background

This text has color #ABAF90 on black background.


Color preview on white background

This text has color #ABAF90 on white background.


Black color preview on #ABAF90 background

This text has black color on #ABAF90 background.


White color preview on #ABAF90 background

This text has white color on #ABAF90 background.


Related colors

Complementary color

Complementary color for #hex is #54506F.


I love getcolorcode.com

Triadic colors

1 #90ABAF and #AF90AB with #ABAF90 are triadic colors.

2 #90AFAB and #AFAB90 with #ABAF90 are triadic colors.