COLOR #ACB298

HEX: #ACB298
RGB: (172,178,152)

Color info

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

RGB color model

#ACB298 color RGB value is (172,178,152).

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

RGB channels and saturation

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

172
178
152

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

Portions of RGB colors in percentages

R + G + B =
172 + 178 + 152 = 502 (100%)
R 172 of 502 ~ 34.26%
G 178 of 502 ~ 35.46%
B 152 of 502 ~ 30.28%

%34.26
%35.46
%30.28

CMYK color model

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

  • cyan value is 3.37%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 30.20%
CMYK:
(3,0,15,30)
C3M0Y15K30 
(3%,0%,15%,30%)
(0.03/0.00/0.15/0.30)	

CMYK percentages

%3.37
%0
%14.61
%30.2

Codes

Color #ACB298 in popluar color models

ACB298
RGB172178152
HSL74°14.44%64.71%
HSB/HSV74°14.61%69.80%
CMYK3.37%0.00%14.61%
30.20%

Color #ACB298 in popluar number systems.

HEXACB298
Decimal172178152
Binary101011001011001010011000
Octal254262230

Shades and tints

Shades of #ACB298

#ACB298
(172,178,152)
#9DA28B
(157,162,139)
#8E927E
(142,146,126)
#7F8271
(127,130,113)
#707264
(112,114,100)
#616257
(97,98,87)
#52524A
(82,82,74)
#43423D
(67,66,61)
#343230
(52,50,48)
#252223
(37,34,35)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #ACB298

#ACB298
(172,178,152)
#B3B9A1
(179,185,161)
#BAC0AA
(186,192,170)
#C1C7B3
(193,199,179)
#C8CEBC
(200,206,188)
#CFD5C5
(207,213,197)
#D6DCCE
(214,220,206)
#DDE3D7
(221,227,215)
#E4EAE0
(228,234,224)
#EBF1E9
(235,241,233)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB298; }

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

This text font color is #ACB298.


Background Color

.myBgColor { background-color: #ACB298; }

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

This div background color is #ACB298.


Border color

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

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

This div border color is #ACB298.


Opacity

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

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

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

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

This text has shadow with #ACB298 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB298 on black background.


Color preview on white background

This text has color #ACB298 on white background.



Black color preview on #ACB298 background

This text has black color on #ACB298 background.


White color preview on #ACB298 background

This text has white color on #ACB298 background.