COLOR #ABB27E

HEX: #ABB27E RGB: (171,178,126)

Color info

#ABB27E contains red, green and blue colors in about the same proportion. Web safe color of #ABB27E is #999966 (or #996).

RGB color model

#ABB27E color RGB value is (171,178,126).

RGB: (171,178,126) (67%, 70%, 49%)

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 126 of 255 = 49%

171
178
126

R + G + B ~ 62%. #ABB27E is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 178 + 126 = 475 (100%)
R 171 of 475 ~ 36%
G 178 of 475 ~ 37.47%
B 126 of 475 ~ 26.53'%

%36
%37.47
%26.53

CMYK color model

#ABB27E color CMYK value is (4,0,29,30).

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 30.20%
CMYK: (4,0,29,30) C4M0Y29K30 (4%,0%,29%,30%) (0.04/0.00/0.29/0.30) 

CMYK percentages

%3.93
%0
%29.21
%30.2

Codes

Color #ABB27E in popluar color models

AB B2 7E
RGB 171 178 126
HSL 68° 25.24% 59.61%
HSB/HSV 68° 29.21% 69.80%
CMYK 3.93% 0.00% 29.21%
30.20%

Color #ABB27E in popluar number systems.

HEX AB B2 7E
Decimal 171 178 126
Binary 10101011 10110010 1111110
Octal 253 262 176

Shades and tints

Shades of #ABB27E

#ABB27E
(171,178,126)
#9CA273
(156,162,115)
#8D9268
(141,146,104)
#7E825D
(126,130,93)
#6F7252
(111,114,82)
#606247
(96,98,71)
#51523C
(81,82,60)
#424231
(66,66,49)
#333226
(51,50,38)
#24221B
(36,34,27)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #ABB27E

#ABB27E
(171,178,126)
#B2B989
(178,185,137)
#B9C094
(185,192,148)
#C0C79F
(192,199,159)
#C7CEAA
(199,206,170)
#CED5B5
(206,213,181)
#D5DCC0
(213,220,192)
#DCE3CB
(220,227,203)
#E3EAD6
(227,234,214)
#EAF1E1
(234,241,225)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB27E; }

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

This text font color is #ABB27E.

Background Color

.myBgColor { background-color: #ABB27E; }

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

This div background color is #ABB27E.

Border color

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

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

This div border color is #ABB27E.

Opacity

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

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

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

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

This text has shadow with #ABB27E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABB27E.

Preview

Color preview on black background

This text has color #ABB27E on black background.


Color preview on white background

This text has color #ABB27E on white background.


Black color preview on #ABB27E background

This text has black color on #ABB27E background.


White color preview on #ABB27E background

This text has white color on #ABB27E background.


Related colors

Complementary color

Complementary color for #hex is #544D81.


I love getcolorcode.com

Triadic colors

1 #7EABB2 and #B27EAB with #ABB27E are triadic colors.

2 #7EB2AB and #B2AB7E with #ABB27E are triadic colors.