COLOR #ABBA98

HEX: #ABBA98 RGB: (171,186,152)

Color info

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

RGB color model

#ABBA98 color RGB value is (171,186,152).

RGB: (171,186,152) (67%, 73%, 60%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 152 of 255 = 60%

171
186
152

R + G + B ~ 67%. #ABBA98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 152 = 509 (100%)
R 171 of 509 ~ 33.6%
G 186 of 509 ~ 36.54%
B 152 of 509 ~ 29.86'%

%33.6
%36.54
%29.86

CMYK color model

#ABBA98 color CMYK value is (8,0,18,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 27.06%

CMYK: (8,0,18,27)
C8M0Y18K27 (8%, 0%, 18%, 27%)
(0.08 / 0.00 / 0.18 / 0.27)

CMYK percentages

%8.06
%0
%18.28
%27.06

Codes

Color #ABBA98 in popluar color models

AB BA 98
RGB 171 186 152
HSL 86° 19.77% 66.27%
HSB/HSV 86° 18.28% 72.94%
CMYK 8.06% 0.00% 18.28%
27.06%

Color #ABBA98 in popluar number systems.

HEX AB BA 98
Decimal 171 186 152
Binary 10101011 10111010 10011000
Octal 253 272 230

Shades and tints

Shades of #ABBA98

#ABBA98
(171,186,152)
#9CAA8B
(156,170,139)
#8D9A7E
(141,154,126)
#7E8A71
(126,138,113)
#6F7A64
(111,122,100)
#606A57
(96,106,87)
#515A4A
(81,90,74)
#424A3D
(66,74,61)
#333A30
(51,58,48)
#242A23
(36,42,35)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #ABBA98

#ABBA98
(171,186,152)
#B2C0A1
(178,192,161)
#B9C6AA
(185,198,170)
#C0CCB3
(192,204,179)
#C7D2BC
(199,210,188)
#CED8C5
(206,216,197)
#D5DECE
(213,222,206)
#DCE4D7
(220,228,215)
#E3EAE0
(227,234,224)
#EAF0E9
(234,240,233)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBA98 color. Also use rgb(171,186,152) instead hex code.

Text Font Color

.myTextColor { color: #ABBA98; }

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

This text font color is #ABBA98.

Background Color

.myBgColor { background-color: #ABBA98; }

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

This div background color is #ABBA98.

Border color

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

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

This div border color is #ABBA98.

Opacity

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

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

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

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

This text has shadow with #ABBA98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBA98.

Preview

Color preview on black background

This text has color #ABBA98 on black background.


Color preview on white background

This text has color #ABBA98 on white background.


Black color preview on #ABBA98 background

This text has black color on #ABBA98 background.


White color preview on #ABBA98 background

This text has white color on #ABBA98 background.


Related colors

Complementary color

Complementary color for #hex is #544567.


I love getcolorcode.com

Triadic colors

1 #98ABBA and #BA98AB with #ABBA98 are triadic colors.

2 #98BAAB and #BAAB98 with #ABBA98 are triadic colors.