COLOR #ACB27D

HEX: #ACB27D
RGB: (172,178,125)

Color info

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

RGB color model

#ACB27D color RGB value is (172,178,125).

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

RGB channels and saturation

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

172
178
125

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 125 = 475 (100%)
R 172 of 475 ~ 36.21%
G 178 of 475 ~ 37.47%
B 125 of 475 ~ 26.32%

%36.21
%37.47
%26.32

CMYK color model

#ACB27D color CMYK value is (3,0,30,30).

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 29.78%
  • key color value is 30.20%
CMYK:
(3,0,30,30)
C3M0Y30K30 
(3%,0%,30%,30%)
(0.03/0.00/0.30/0.30)	

CMYK percentages

%3.37
%0
%29.78
%30.2

Codes

Color #ACB27D in popluar color models

ACB27D
RGB172178125
HSL67°25.60%59.41%
HSB/HSV67°29.78%69.80%
CMYK3.37%0.00%29.78%
30.20%

Color #ACB27D in popluar number systems.

HEXACB27D
Decimal172178125
Binary10101100101100101111101
Octal254262175

Shades and tints

Shades of #ACB27D

#ACB27D
(172,178,125)
#9DA272
(157,162,114)
#8E9267
(142,146,103)
#7F825C
(127,130,92)
#707251
(112,114,81)
#616246
(97,98,70)
#52523B
(82,82,59)
#434230
(67,66,48)
#343225
(52,50,37)
#25221A
(37,34,26)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #ACB27D

#ACB27D
(172,178,125)
#B3B988
(179,185,136)
#BAC093
(186,192,147)
#C1C79E
(193,199,158)
#C8CEA9
(200,206,169)
#CFD5B4
(207,213,180)
#D6DCBF
(214,220,191)
#DDE3CA
(221,227,202)
#E4EAD5
(228,234,213)
#EBF1E0
(235,241,224)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB27D; }

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

This text font color is #ACB27D.


Background Color

.myBgColor { background-color: #ACB27D; }

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

This div background color is #ACB27D.


Border color

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

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

This div border color is #ACB27D.


Opacity

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

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

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

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

This text has shadow with #ACB27D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB27D on black background.


Color preview on white background

This text has color #ACB27D on white background.



Black color preview on #ACB27D background

This text has black color on #ACB27D background.


White color preview on #ACB27D background

This text has white color on #ACB27D background.