COLOR #ACBE79

HEX: #ACBE79
RGB: (172,190,121)

Color info

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

RGB color model

#ACBE79 color RGB value is (172,190,121).

  • red value is 172;
  • green value is 190;
  • blue value is 121.
RGB:
(172,190,121)
(67%,75%,47%)

RGB channels and saturation

R 172 of 255 = 67%
G 190 of 255 = 75%
B 121 of 255 = 47%

172
190
121

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

Portions of RGB colors in percentages

R + G + B =
172 + 190 + 121 = 483 (100%)
R 172 of 483 ~ 35.61%
G 190 of 483 ~ 39.34%
B 121 of 483 ~ 25.05%

%35.61
%39.34
%25.05

CMYK color model

#ACBE79 color CMYK value is (9,0,36,25).

  • cyan value is 9.47%
  • magenta value is 0.00%
  • yellow value is 36.32%
  • key color value is 25.49%
CMYK:
(9,0,36,25)
C9M0Y36K25 
(9%,0%,36%,25%)
(0.09/0.00/0.36/0.25)	

CMYK percentages

%9.47
%0
%36.32
%25.49

Codes

Color #ACBE79 in popluar color models

ACBE79
RGB172190121
HSL76°34.67%60.98%
HSB/HSV76°36.32%74.51%
CMYK9.47%0.00%36.32%
25.49%

Color #ACBE79 in popluar number systems.

HEXACBE79
Decimal172190121
Binary10101100101111101111001
Octal254276171

Shades and tints

Shades of #ACBE79

#ACBE79
(172,190,121)
#9DAD6E
(157,173,110)
#8E9C63
(142,156,99)
#7F8B58
(127,139,88)
#707A4D
(112,122,77)
#616942
(97,105,66)
#525837
(82,88,55)
#43472C
(67,71,44)
#343621
(52,54,33)
#252516
(37,37,22)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #ACBE79

#ACBE79
(172,190,121)
#B3C385
(179,195,133)
#BAC891
(186,200,145)
#C1CD9D
(193,205,157)
#C8D2A9
(200,210,169)
#CFD7B5
(207,215,181)
#D6DCC1
(214,220,193)
#DDE1CD
(221,225,205)
#E4E6D9
(228,230,217)
#EBEBE5
(235,235,229)
#F2F0F1
(242,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACBE79 color. Also use rgb(172,190,121) instead hex code.

Text Font Color

.myTextColor { color: #ACBE79; }

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

This text font color is #ACBE79.


Background Color

.myBgColor { background-color: #ACBE79; }

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

This div background color is #ACBE79.


Border color

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

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

This div border color is #ACBE79.


Opacity

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

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

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

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

This text has shadow with #ACBE79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBE79 on black background.


Color preview on white background

This text has color #ACBE79 on white background.



Black color preview on #ACBE79 background

This text has black color on #ACBE79 background.


White color preview on #ACBE79 background

This text has white color on #ACBE79 background.