COLOR #ACBF7A

HEX: #ACBF7A
RGB: (172,191,122)

Color info

#ACBF7A contains mainly red and green colors. Web safe color of #ACBF7A is #99CC66 (or #9C6).

RGB color model

#ACBF7A color RGB value is (172,191,122).

  • red value is 172;
  • green value is 191;
  • blue value is 122.
RGB:
(172,191,122)
(67%,75%,48%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 122 of 255 = 48%

172
191
122

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

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 122 = 485 (100%)
R 172 of 485 ~ 35.46%
G 191 of 485 ~ 39.38%
B 122 of 485 ~ 25.15%

%35.46
%39.38
%25.15

CMYK color model

#ACBF7A color CMYK value is (10,0,36,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%
CMYK:
(10,0,36,25)
C10M0Y36K25 
(10%,0%,36%,25%)
(0.10/0.00/0.36/0.25)	

CMYK percentages

%9.95
%0
%36.13
%25.1

Codes

Color #ACBF7A in popluar color models

ACBF7A
RGB172191122
HSL77°35.03%61.37%
HSB/HSV77°36.13%74.90%
CMYK9.95%0.00%36.13%
25.10%

Color #ACBF7A in popluar number systems.

HEXACBF7A
Decimal172191122
Binary10101100101111111111010
Octal254277172

Shades and tints

Shades of #ACBF7A

#ACBF7A
(172,191,122)
#9DAE6F
(157,174,111)
#8E9D64
(142,157,100)
#7F8C59
(127,140,89)
#707B4E
(112,123,78)
#616A43
(97,106,67)
#525938
(82,89,56)
#43482D
(67,72,45)
#343722
(52,55,34)
#252617
(37,38,23)
#16150C
(22,21,12)
#000000
(0,0,0)

Tints of #ACBF7A

#ACBF7A
(172,191,122)
#B3C486
(179,196,134)
#BAC992
(186,201,146)
#C1CE9E
(193,206,158)
#C8D3AA
(200,211,170)
#CFD8B6
(207,216,182)
#D6DDC2
(214,221,194)
#DDE2CE
(221,226,206)
#E4E7DA
(228,231,218)
#EBECE6
(235,236,230)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBF7A color. Also use rgb(172,191,122) instead hex code.

Text Font Color

.myTextColor { color: #ACBF7A; }

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

This text font color is #ACBF7A.


Background Color

.myBgColor { background-color: #ACBF7A; }

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

This div background color is #ACBF7A.


Border color

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

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

This div border color is #ACBF7A.


Opacity

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

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

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

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

This text has shadow with #ACBF7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBF7A on black background.


Color preview on white background

This text has color #ACBF7A on white background.



Black color preview on #ACBF7A background

This text has black color on #ACBF7A background.


White color preview on #ACBF7A background

This text has white color on #ACBF7A background.