COLOR #ACB199

HEX: #ACB199
RGB: (172,177,153)

Color info

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

RGB color model

#ACB199 color RGB value is (172,177,153).

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

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 153 of 255 = 60%

172
177
153

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

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 153 = 502 (100%)
R 172 of 502 ~ 34.26%
G 177 of 502 ~ 35.26%
B 153 of 502 ~ 30.48%

%34.26
%35.26
%30.48

CMYK color model

#ACB199 color CMYK value is (3,0,14,31).

  • cyan value is 2.82%
  • magenta value is 0.00%
  • yellow value is 13.56%
  • key color value is 30.59%
CMYK:
(3,0,14,31)
C3M0Y14K31 
(3%,0%,14%,31%)
(0.03/0.00/0.14/0.31)	

CMYK percentages

%2.82
%0
%13.56
%30.59

Codes

Color #ACB199 in popluar color models

ACB199
RGB172177153
HSL73°13.33%64.71%
HSB/HSV73°13.56%69.41%
CMYK2.82%0.00%13.56%
30.59%

Color #ACB199 in popluar number systems.

HEXACB199
Decimal172177153
Binary101011001011000110011001
Octal254261231

Shades and tints

Shades of #ACB199

#ACB199
(172,177,153)
#9DA18C
(157,161,140)
#8E917F
(142,145,127)
#7F8172
(127,129,114)
#707165
(112,113,101)
#616158
(97,97,88)
#52514B
(82,81,75)
#43413E
(67,65,62)
#343131
(52,49,49)
#252124
(37,33,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #ACB199

#ACB199
(172,177,153)
#B3B8A2
(179,184,162)
#BABFAB
(186,191,171)
#C1C6B4
(193,198,180)
#C8CDBD
(200,205,189)
#CFD4C6
(207,212,198)
#D6DBCF
(214,219,207)
#DDE2D8
(221,226,216)
#E4E9E1
(228,233,225)
#EBF0EA
(235,240,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB199 color. Also use rgb(172,177,153) instead hex code.

Text Font Color

.myTextColor { color: #ACB199; }

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

This text font color is #ACB199.


Background Color

.myBgColor { background-color: #ACB199; }

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

This div background color is #ACB199.


Border color

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

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

This div border color is #ACB199.


Opacity

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

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

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

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

This text has shadow with #ACB199 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB199 on black background.


Color preview on white background

This text has color #ACB199 on white background.



Black color preview on #ACB199 background

This text has black color on #ACB199 background.


White color preview on #ACB199 background

This text has white color on #ACB199 background.