COLOR #ABB27D

HEX: #ABB27D
RGB: (171,178,125)

Color info

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

RGB color model

#ABB27D color RGB value is (171,178,125).

  • red value is 171;
  • green value is 178;
  • blue value is 125.
RGB:
(171,178,125)
(67%,70%,49%)

RGB channels and saturation

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

171
178
125

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

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 125 = 474 (100%)
R 171 of 474 ~ 36.08%
G 178 of 474 ~ 37.55%
B 125 of 474 ~ 26.37%

%36.08
%37.55
%26.37

CMYK color model

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

  • cyan value is 3.93%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(4,0,30,30)
C4M0Y30K30 
(4%,0%,30%,30%)
(0.04/0.00/0.30/0.30)	

CMYK percentages

%3.93
%0
%29.78
%30.2

Codes

Color #ABB27D in popluar color models

ABB27D
RGB171178125
HSL68°25.60%59.41%
HSB/HSV68°29.78%69.80%
CMYK3.93%0.00%29.78%
30.20%

Color #ABB27D in popluar number systems.

HEXABB27D
Decimal171178125
Binary10101011101100101111101
Octal253262175

Shades and tints

Shades of #ABB27D

#ABB27D
(171,178,125)
#9CA272
(156,162,114)
#8D9267
(141,146,103)
#7E825C
(126,130,92)
#6F7251
(111,114,81)
#606246
(96,98,70)
#51523B
(81,82,59)
#424230
(66,66,48)
#333225
(51,50,37)
#24221A
(36,34,26)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #ABB27D

#ABB27D
(171,178,125)
#B2B988
(178,185,136)
#B9C093
(185,192,147)
#C0C79E
(192,199,158)
#C7CEA9
(199,206,169)
#CED5B4
(206,213,180)
#D5DCBF
(213,220,191)
#DCE3CA
(220,227,202)
#E3EAD5
(227,234,213)
#EAF1E0
(234,241,224)
#F1F8EB
(241,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB27D; }

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

This text font color is #ABB27D.


Background Color

.myBgColor { background-color: #ABB27D; }

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

This div background color is #ABB27D.


Border color

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

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

This div border color is #ABB27D.


Opacity

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

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

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

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

This text has shadow with #ABB27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB27D on black background.


Color preview on white background

This text has color #ABB27D on white background.



Black color preview on #ABB27D background

This text has black color on #ABB27D background.


White color preview on #ABB27D background

This text has white color on #ABB27D background.