COLOR #ABB169

HEX: #ABB169 RGB: (171,177,105)

Color info

#ABB169 contains mainly red and green colors. Web safe color of #ABB169 is #999966 (or #996).

RGB color model

#ABB169 color RGB value is (171,177,105).

RGB: (171,177,105) (67%, 69%, 41%)

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 105 of 255 = 41%

171
177
105

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

Portions of RGB colors in percentages

R + G + B = 171 + 177 + 105 = 453 (100%)
R 171 of 453 ~ 37.75%
G 177 of 453 ~ 39.07%
B 105 of 453 ~ 23.18'%

%37.75
%39.07
%23.18

CMYK color model

#ABB169 color CMYK value is (3,0,41,31).

  • cyan value is 3.39%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 30.59%
CMYK: (3,0,41,31) C3M0Y41K31 (3%,0%,41%,31%) (0.03/0.00/0.41/0.31) 

CMYK percentages

%3.39
%0
%40.68
%30.59

Codes

Color #ABB169 in popluar color models

AB B1 69
RGB 171 177 105
HSL 65° 31.58% 55.29%
HSB/HSV 65° 40.68% 69.41%
CMYK 3.39% 0.00% 40.68%
30.59%

Color #ABB169 in popluar number systems.

HEX AB B1 69
Decimal 171 177 105
Binary 10101011 10110001 1101001
Octal 253 261 151

Shades and tints

Shades of #ABB169

#ABB169
(171,177,105)
#9CA160
(156,161,96)
#8D9157
(141,145,87)
#7E814E
(126,129,78)
#6F7145
(111,113,69)
#60613C
(96,97,60)
#515133
(81,81,51)
#42412A
(66,65,42)
#333121
(51,49,33)
#242118
(36,33,24)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #ABB169

#ABB169
(171,177,105)
#B2B876
(178,184,118)
#B9BF83
(185,191,131)
#C0C690
(192,198,144)
#C7CD9D
(199,205,157)
#CED4AA
(206,212,170)
#D5DBB7
(213,219,183)
#DCE2C4
(220,226,196)
#E3E9D1
(227,233,209)
#EAF0DE
(234,240,222)
#F1F7EB
(241,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB169; }

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

This text font color is #ABB169.

Background Color

.myBgColor { background-color: #ABB169; }

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

This div background color is #ABB169.

Border color

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

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

This div border color is #ABB169.

Opacity

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

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

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

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

This text has shadow with #ABB169 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB169.

Preview

Color preview on black background

This text has color #ABB169 on black background.


Color preview on white background

This text has color #ABB169 on white background.


Black color preview on #ABB169 background

This text has black color on #ABB169 background.


White color preview on #ABB169 background

This text has white color on #ABB169 background.


Related colors

Complementary color

Complementary color for #hex is #544E96.


I love getcolorcode.com

Triadic colors

1 #69ABB1 and #B169AB with #ABB169 are triadic colors.

2 #69B1AB and #B1AB69 with #ABB169 are triadic colors.