COLOR #ABB994

HEX: #ABB994 RGB: (171,185,148)

Color info

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

RGB color model

#ABB994 color RGB value is (171,185,148).

RGB: (171,185,148) (67%, 73%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 148 of 255 = 58%

171
185
148

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

Portions of RGB colors in percentages

R + G + B = 171 + 185 + 148 = 504 (100%)
R 171 of 504 ~ 33.93%
G 185 of 504 ~ 36.71%
B 148 of 504 ~ 29.37'%

%33.93
%36.71
%29.37

CMYK color model

#ABB994 color CMYK value is (8,0,20,27).

  • cyan value is 7.57%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 27.45%

CMYK: (8,0,20,27)
C8M0Y20K27 (8%, 0%, 20%, 27%)
(0.08 / 0.00 / 0.20 / 0.27)

CMYK percentages

%7.57
%0
%20
%27.45

Codes

Color #ABB994 in popluar color models

AB B9 94
RGB 171 185 148
HSL 83° 20.90% 65.29%
HSB/HSV 83° 20.00% 72.55%
CMYK 7.57% 0.00% 20.00%
27.45%

Color #ABB994 in popluar number systems.

HEX AB B9 94
Decimal 171 185 148
Binary 10101011 10111001 10010100
Octal 253 271 224

Shades and tints

Shades of #ABB994

#ABB994
(171,185,148)
#9CA987
(156,169,135)
#8D997A
(141,153,122)
#7E896D
(126,137,109)
#6F7960
(111,121,96)
#606953
(96,105,83)
#515946
(81,89,70)
#424939
(66,73,57)
#33392C
(51,57,44)
#24291F
(36,41,31)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #ABB994

#ABB994
(171,185,148)
#B2BF9D
(178,191,157)
#B9C5A6
(185,197,166)
#C0CBAF
(192,203,175)
#C7D1B8
(199,209,184)
#CED7C1
(206,215,193)
#D5DDCA
(213,221,202)
#DCE3D3
(220,227,211)
#E3E9DC
(227,233,220)
#EAEFE5
(234,239,229)
#F1F5EE
(241,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB994 color. Also use rgb(171,185,148) instead hex code.

Text Font Color

.myTextColor { color: #ABB994; }

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

This text font color is #ABB994.

Background Color

.myBgColor { background-color: #ABB994; }

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

This div background color is #ABB994.

Border color

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

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

This div border color is #ABB994.

Opacity

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

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

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

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

This text has shadow with #ABB994 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB994.

Preview

Color preview on black background

This text has color #ABB994 on black background.


Color preview on white background

This text has color #ABB994 on white background.


Black color preview on #ABB994 background

This text has black color on #ABB994 background.


White color preview on #ABB994 background

This text has white color on #ABB994 background.


Related colors

Complementary color

Complementary color for #hex is #54466B.


I love getcolorcode.com

Triadic colors

1 #94ABB9 and #B994AB with #ABB994 are triadic colors.

2 #94B9AB and #B9AB94 with #ABB994 are triadic colors.