COLOR #A4B8AC

HEX: #A4B8AC
RGB: (164,184,172)

Color info

#A4B8AC contains red, green and blue colors in about the same proportion. Web safe color of #A4B8AC is #99CC99 (or #9C9).

RGB color model

#A4B8AC color RGB value is (164,184,172).

  • red value is 164;
  • green value is 184;
  • blue value is 172.
RGB:
(164,184,172)
(64%,72%,67%)

RGB channels and saturation

R 164 of 255 = 64%
G 184 of 255 = 72%
B 172 of 255 = 67%

164
184
172

R + G + B ~ 68%. #A4B8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 184 + 172 = 520 (100%)
R 164 of 520 ~ 31.54%
G 184 of 520 ~ 35.38%
B 172 of 520 ~ 33.08%

%31.54
%35.38
%33.08

CMYK color model

#A4B8AC color CMYK value is (11,0,7,28).

  • cyan value is 10.87%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(11,0,7,28)
C11M0Y7K28 
(11%,0%,7%,28%)
(0.11/0.00/0.07/0.28)	

CMYK percentages

%10.87
%0
%6.52
%27.84

Codes

Color #A4B8AC in popluar color models

A4B8AC
RGB164184172
HSL144°12.35%68.24%
HSB/HSV144°10.87%72.16%
CMYK10.87%0.00%6.52%
27.84%

Color #A4B8AC in popluar number systems.

HEXA4B8AC
Decimal164184172
Binary101001001011100010101100
Octal244270254

Shades and tints

Shades of #A4B8AC

#A4B8AC
(164,184,172)
#96A89D
(150,168,157)
#88988E
(136,152,142)
#7A887F
(122,136,127)
#6C7870
(108,120,112)
#5E6861
(94,104,97)
#505852
(80,88,82)
#424843
(66,72,67)
#343834
(52,56,52)
#262825
(38,40,37)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #A4B8AC

#A4B8AC
(164,184,172)
#ACBEB3
(172,190,179)
#B4C4BA
(180,196,186)
#BCCAC1
(188,202,193)
#C4D0C8
(196,208,200)
#CCD6CF
(204,214,207)
#D4DCD6
(212,220,214)
#DCE2DD
(220,226,221)
#E4E8E4
(228,232,228)
#ECEEEB
(236,238,235)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B8AC color. Also use rgb(164,184,172) instead hex code.

Text Font Color

.myTextColor { color: #A4B8AC; }

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

This text font color is #A4B8AC.


Background Color

.myBgColor { background-color: #A4B8AC; }

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

This div background color is #A4B8AC.


Border color

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

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

This div border color is #A4B8AC.


Opacity

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

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

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

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

This text has shadow with #A4B8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B8AC on black background.


Color preview on white background

This text has color #A4B8AC on white background.



Black color preview on #A4B8AC background

This text has black color on #A4B8AC background.


White color preview on #A4B8AC background

This text has white color on #A4B8AC background.