COLOR #ABB77E

HEX: #ABB77E RGB: (171,183,126)

Color info

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

RGB color model

#ABB77E color RGB value is (171,183,126).

RGB: (171,183,126) (67%, 72%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 126 of 255 = 49%

171
183
126

R + G + B ~ 63%. #ABB77E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 183 + 126 = 480 (100%)
R 171 of 480 ~ 35.63%
G 183 of 480 ~ 38.13%
B 126 of 480 ~ 26.25'%

%35.63
%38.13
%26.25

CMYK color model

#ABB77E color CMYK value is (7,0,31,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 31.15%
  • key color value is 28.24%

CMYK: (7,0,31,28)
C7M0Y31K28 (7%, 0%, 31%, 28%)
(0.07 / 0.00 / 0.31 / 0.28)

CMYK percentages

%6.56
%0
%31.15
%28.24

Codes

Color #ABB77E in popluar color models

AB B7 7E
RGB 171 183 126
HSL 73° 28.36% 60.59%
HSB/HSV 73° 31.15% 71.76%
CMYK 6.56% 0.00% 31.15%
28.24%

Color #ABB77E in popluar number systems.

HEX AB B7 7E
Decimal 171 183 126
Binary 10101011 10110111 1111110
Octal 253 267 176

Shades and tints

Shades of #ABB77E

#ABB77E
(171,183,126)
#9CA773
(156,167,115)
#8D9768
(141,151,104)
#7E875D
(126,135,93)
#6F7752
(111,119,82)
#606747
(96,103,71)
#51573C
(81,87,60)
#424731
(66,71,49)
#333726
(51,55,38)
#24271B
(36,39,27)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABB77E

#ABB77E
(171,183,126)
#B2BD89
(178,189,137)
#B9C394
(185,195,148)
#C0C99F
(192,201,159)
#C7CFAA
(199,207,170)
#CED5B5
(206,213,181)
#D5DBC0
(213,219,192)
#DCE1CB
(220,225,203)
#E3E7D6
(227,231,214)
#EAEDE1
(234,237,225)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB77E color. Also use rgb(171,183,126) instead hex code.

Text Font Color

.myTextColor { color: #ABB77E; }

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

This text font color is #ABB77E.

Background Color

.myBgColor { background-color: #ABB77E; }

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

This div background color is #ABB77E.

Border color

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

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

This div border color is #ABB77E.

Opacity

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

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

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

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

This text has shadow with #ABB77E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB77E.

Preview

Color preview on black background

This text has color #ABB77E on black background.


Color preview on white background

This text has color #ABB77E on white background.


Black color preview on #ABB77E background

This text has black color on #ABB77E background.


White color preview on #ABB77E background

This text has white color on #ABB77E background.


Related colors

Complementary color

Complementary color for #hex is #544881.


I love getcolorcode.com

Triadic colors

1 #7EABB7 and #B77EAB with #ABB77E are triadic colors.

2 #7EB7AB and #B7AB7E with #ABB77E are triadic colors.