COLOR #ABBD82

HEX: #ABBD82 RGB: (171,189,130)

Color info

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

RGB color model

#ABBD82 color RGB value is (171,189,130).

RGB: (171,189,130) (67%, 74%, 51%)

RGB channels and saturation

R 171 of 255 = 67%
G 189 of 255 = 74%
B 130 of 255 = 51%

171
189
130

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

Portions of RGB colors in percentages

R + G + B = 171 + 189 + 130 = 490 (100%)
R 171 of 490 ~ 34.9%
G 189 of 490 ~ 38.57%
B 130 of 490 ~ 26.53'%

%34.9
%38.57
%26.53

CMYK color model

#ABBD82 color CMYK value is (10,0,31,26).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 31.22%
  • key color value is 25.88%

CMYK: (10,0,31,26)
C10M0Y31K26 (10%, 0%, 31%, 26%)
(0.10 / 0.00 / 0.31 / 0.26)

CMYK percentages

%9.52
%0
%31.22
%25.88

Codes

Color #ABBD82 in popluar color models

AB BD 82
RGB 171 189 130
HSL 78° 30.89% 62.55%
HSB/HSV 78° 31.22% 74.12%
CMYK 9.52% 0.00% 31.22%
25.88%

Color #ABBD82 in popluar number systems.

HEX AB BD 82
Decimal 171 189 130
Binary 10101011 10111101 10000010
Octal 253 275 202

Shades and tints

Shades of #ABBD82

#ABBD82
(171,189,130)
#9CAC77
(156,172,119)
#8D9B6C
(141,155,108)
#7E8A61
(126,138,97)
#6F7956
(111,121,86)
#60684B
(96,104,75)
#515740
(81,87,64)
#424635
(66,70,53)
#33352A
(51,53,42)
#24241F
(36,36,31)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #ABBD82

#ABBD82
(171,189,130)
#B2C38D
(178,195,141)
#B9C998
(185,201,152)
#C0CFA3
(192,207,163)
#C7D5AE
(199,213,174)
#CEDBB9
(206,219,185)
#D5E1C4
(213,225,196)
#DCE7CF
(220,231,207)
#E3EDDA
(227,237,218)
#EAF3E5
(234,243,229)
#F1F9F0
(241,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABBD82 color. Also use rgb(171,189,130) instead hex code.

Text Font Color

.myTextColor { color: #ABBD82; }

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

This text font color is #ABBD82.

Background Color

.myBgColor { background-color: #ABBD82; }

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

This div background color is #ABBD82.

Border color

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

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

This div border color is #ABBD82.

Opacity

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

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

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

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

This text has shadow with #ABBD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABBD82.

Preview

Color preview on black background

This text has color #ABBD82 on black background.


Color preview on white background

This text has color #ABBD82 on white background.


Black color preview on #ABBD82 background

This text has black color on #ABBD82 background.


White color preview on #ABBD82 background

This text has white color on #ABBD82 background.


Related colors

Complementary color

Complementary color for #hex is #54427D.


I love getcolorcode.com

Triadic colors

1 #82ABBD and #BD82AB with #ABBD82 are triadic colors.

2 #82BDAB and #BDAB82 with #ABBD82 are triadic colors.