COLOR #ABBA69

HEX: #ABBA69 RGB: (171,186,105)

Color info

#ABBA69 contains mainly red and green colors. Web safe color of #ABBA69 is #99CC66 (or #9C6).

RGB color model

#ABBA69 color RGB value is (171,186,105).

RGB: (171,186,105) (67%, 73%, 41%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 105 of 255 = 41%

171
186
105

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

Portions of RGB colors in percentages

R + G + B = 171 + 186 + 105 = 462 (100%)
R 171 of 462 ~ 37.01%
G 186 of 462 ~ 40.26%
B 105 of 462 ~ 22.73'%

%37.01
%40.26
%22.73

CMYK color model

#ABBA69 color CMYK value is (8,0,44,27).

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

CMYK: (8,0,44,27)
C8M0Y44K27 (8%, 0%, 44%, 27%)
(0.08 / 0.00 / 0.44 / 0.27)

CMYK percentages

%8.06
%0
%43.55
%27.06

Codes

Color #ABBA69 in popluar color models

AB BA 69
RGB 171 186 105
HSL 71° 36.99% 57.06%
HSB/HSV 71° 43.55% 72.94%
CMYK 8.06% 0.00% 43.55%
27.06%

Color #ABBA69 in popluar number systems.

HEX AB BA 69
Decimal 171 186 105
Binary 10101011 10111010 1101001
Octal 253 272 151

Shades and tints

Shades of #ABBA69

#ABBA69
(171,186,105)
#9CAA60
(156,170,96)
#8D9A57
(141,154,87)
#7E8A4E
(126,138,78)
#6F7A45
(111,122,69)
#606A3C
(96,106,60)
#515A33
(81,90,51)
#424A2A
(66,74,42)
#333A21
(51,58,33)
#242A18
(36,42,24)
#151A0F
(21,26,15)
#000000
(0,0,0)

Tints of #ABBA69

#ABBA69
(171,186,105)
#B2C076
(178,192,118)
#B9C683
(185,198,131)
#C0CC90
(192,204,144)
#C7D29D
(199,210,157)
#CED8AA
(206,216,170)
#D5DEB7
(213,222,183)
#DCE4C4
(220,228,196)
#E3EAD1
(227,234,209)
#EAF0DE
(234,240,222)
#F1F6EB
(241,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBA69; }

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

This text font color is #ABBA69.

Background Color

.myBgColor { background-color: #ABBA69; }

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

This div background color is #ABBA69.

Border color

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

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

This div border color is #ABBA69.

Opacity

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

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

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

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

This text has shadow with #ABBA69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBA69.

Preview

Color preview on black background

This text has color #ABBA69 on black background.


Color preview on white background

This text has color #ABBA69 on white background.


Black color preview on #ABBA69 background

This text has black color on #ABBA69 background.


White color preview on #ABBA69 background

This text has white color on #ABBA69 background.


Related colors

Complementary color

Complementary color for #hex is #544596.


I love getcolorcode.com

Triadic colors

1 #69ABBA and #BA69AB with #ABBA69 are triadic colors.

2 #69BAAB and #BAAB69 with #ABBA69 are triadic colors.