COLOR #ACBF7E

HEX: #ACBF7E RGB: (172,191,126)

Color info

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

RGB color model

#ACBF7E color RGB value is (172,191,126).

RGB: (172,191,126) (67%, 75%, 49%)

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 126 of 255 = 49%

172
191
126

R + G + B ~ 64%. #ACBF7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 191 + 126 = 489 (100%)
R 172 of 489 ~ 35.17%
G 191 of 489 ~ 39.06%
B 126 of 489 ~ 25.77'%

%35.17
%39.06
%25.77

CMYK color model

#ACBF7E color CMYK value is (10,0,34,25).

  • cyan value is 9.95%
  • magenta value is 0.00%
  • yellow value is 34.03%
  • key color value is 25.10%

CMYK: (10,0,34,25)
C10M0Y34K25 (10%, 0%, 34%, 25%)
(0.10 / 0.00 / 0.34 / 0.25)

CMYK percentages

%9.95
%0
%34.03
%25.1

Codes

Color #ACBF7E in popluar color models

AC BF 7E
RGB 172 191 126
HSL 78° 33.68% 62.16%
HSB/HSV 78° 34.03% 74.90%
CMYK 9.95% 0.00% 34.03%
25.10%

Color #ACBF7E in popluar number systems.

HEX AC BF 7E
Decimal 172 191 126
Binary 10101100 10111111 1111110
Octal 254 277 176

Shades and tints

Shades of #ACBF7E

#ACBF7E
(172,191,126)
#9DAE73
(157,174,115)
#8E9D68
(142,157,104)
#7F8C5D
(127,140,93)
#707B52
(112,123,82)
#616A47
(97,106,71)
#52593C
(82,89,60)
#434831
(67,72,49)
#343726
(52,55,38)
#25261B
(37,38,27)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #ACBF7E

#ACBF7E
(172,191,126)
#B3C489
(179,196,137)
#BAC994
(186,201,148)
#C1CE9F
(193,206,159)
#C8D3AA
(200,211,170)
#CFD8B5
(207,216,181)
#D6DDC0
(214,221,192)
#DDE2CB
(221,226,203)
#E4E7D6
(228,231,214)
#EBECE1
(235,236,225)
#F2F1EC
(242,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBF7E; }

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

This text font color is #ACBF7E.

Background Color

.myBgColor { background-color: #ACBF7E; }

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

This div background color is #ACBF7E.

Border color

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

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

This div border color is #ACBF7E.

Opacity

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

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

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

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

This text has shadow with #ACBF7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACBF7E.

Preview

Color preview on black background

This text has color #ACBF7E on black background.


Color preview on white background

This text has color #ACBF7E on white background.


Black color preview on #ACBF7E background

This text has black color on #ACBF7E background.


White color preview on #ACBF7E background

This text has white color on #ACBF7E background.


Related colors

Complementary color

Complementary color for #hex is #534081.


I love getcolorcode.com

Triadic colors

1 #7EACBF and #BF7EAC with #ACBF7E are triadic colors.

2 #7EBFAC and #BFAC7E with #ACBF7E are triadic colors.