COLOR #ACB398

HEX: #ACB398
RGB: (172,179,152)

Color info

#ACB398 contains red, green and blue colors in about the same proportion. Web safe color of #ACB398 is #999999 (or #999).

RGB color model

#ACB398 color RGB value is (172,179,152).

  • red value is 172;
  • green value is 179;
  • blue value is 152.
RGB:
(172,179,152)
(67%,70%,60%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 152 of 255 = 60%

172
179
152

R + G + B ~ 66%. #ACB398 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 152 = 503 (100%)
R 172 of 503 ~ 34.19%
G 179 of 503 ~ 35.59%
B 152 of 503 ~ 30.22%

%34.19
%35.59
%30.22

CMYK color model

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

  • cyan value is 3.91%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 29.80%
CMYK:
(4,0,15,30)
C4M0Y15K30 
(4%,0%,15%,30%)
(0.04/0.00/0.15/0.30)	

CMYK percentages

%3.91
%0
%15.08
%29.8

Codes

Color #ACB398 in popluar color models

ACB398
RGB172179152
HSL76°15.08%64.90%
HSB/HSV76°15.08%70.20%
CMYK3.91%0.00%15.08%
29.80%

Color #ACB398 in popluar number systems.

HEXACB398
Decimal172179152
Binary101011001011001110011000
Octal254263230

Shades and tints

Shades of #ACB398

#ACB398
(172,179,152)
#9DA38B
(157,163,139)
#8E937E
(142,147,126)
#7F8371
(127,131,113)
#707364
(112,115,100)
#616357
(97,99,87)
#52534A
(82,83,74)
#43433D
(67,67,61)
#343330
(52,51,48)
#252323
(37,35,35)
#161316
(22,19,22)
#000000
(0,0,0)

Tints of #ACB398

#ACB398
(172,179,152)
#B3B9A1
(179,185,161)
#BABFAA
(186,191,170)
#C1C5B3
(193,197,179)
#C8CBBC
(200,203,188)
#CFD1C5
(207,209,197)
#D6D7CE
(214,215,206)
#DDDDD7
(221,221,215)
#E4E3E0
(228,227,224)
#EBE9E9
(235,233,233)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB398 color. Also use rgb(172,179,152) instead hex code.

Text Font Color

.myTextColor { color: #ACB398; }

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

This text font color is #ACB398.


Background Color

.myBgColor { background-color: #ACB398; }

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

This div background color is #ACB398.


Border color

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

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

This div border color is #ACB398.


Opacity

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

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

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

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

This text has shadow with #ACB398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB398 on black background.


Color preview on white background

This text has color #ACB398 on white background.



Black color preview on #ACB398 background

This text has black color on #ACB398 background.


White color preview on #ACB398 background

This text has white color on #ACB398 background.