COLOR #ACAF98

HEX: #ACAF98
RGB: (172,175,152)

Color info

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

RGB color model

#ACAF98 color RGB value is (172,175,152).

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

RGB channels and saturation

R 172 of 255 = 67%
G 175 of 255 = 69%
B 152 of 255 = 60%

172
175
152

R + G + B ~ 65%. #ACAF98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 175 + 152 = 499 (100%)
R 172 of 499 ~ 34.47%
G 175 of 499 ~ 35.07%
B 152 of 499 ~ 30.46%

%34.47
%35.07
%30.46

CMYK color model

#ACAF98 color CMYK value is (2,0,13,31).

  • cyan value is 1.71%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 31.37%
CMYK:
(2,0,13,31)
C2M0Y13K31 
(2%,0%,13%,31%)
(0.02/0.00/0.13/0.31)	

CMYK percentages

%1.71
%0
%13.14
%31.37

Codes

Color #ACAF98 in popluar color models

ACAF98
RGB172175152
HSL68°12.57%64.12%
HSB/HSV68°13.14%68.63%
CMYK1.71%0.00%13.14%
31.37%

Color #ACAF98 in popluar number systems.

HEXACAF98
Decimal172175152
Binary101011001010111110011000
Octal254257230

Shades and tints

Shades of #ACAF98

#ACAF98
(172,175,152)
#9DA08B
(157,160,139)
#8E917E
(142,145,126)
#7F8271
(127,130,113)
#707364
(112,115,100)
#616457
(97,100,87)
#52554A
(82,85,74)
#43463D
(67,70,61)
#343730
(52,55,48)
#252823
(37,40,35)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #ACAF98

#ACAF98
(172,175,152)
#B3B6A1
(179,182,161)
#BABDAA
(186,189,170)
#C1C4B3
(193,196,179)
#C8CBBC
(200,203,188)
#CFD2C5
(207,210,197)
#D6D9CE
(214,217,206)
#DDE0D7
(221,224,215)
#E4E7E0
(228,231,224)
#EBEEE9
(235,238,233)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAF98; }

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

This text font color is #ACAF98.


Background Color

.myBgColor { background-color: #ACAF98; }

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

This div background color is #ACAF98.


Border color

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

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

This div border color is #ACAF98.


Opacity

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

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

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

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

This text has shadow with #ACAF98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAF98 on black background.


Color preview on white background

This text has color #ACAF98 on white background.



Black color preview on #ACAF98 background

This text has black color on #ACAF98 background.


White color preview on #ACAF98 background

This text has white color on #ACAF98 background.