COLOR #A4ACB8

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

Color info

#A4ACB8 contains red, green and blue colors in about the same proportion. Web safe color of #A4ACB8 is #9999CC (or #99C).

RGB color model

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

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

RGB channels and saturation

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

164
172
184

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

Portions of RGB colors in percentages

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

%31.54
%33.08
%35.38

CMYK color model

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

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

CMYK percentages

%10.87
%6.52
%0
%27.84

Codes

Color #A4ACB8 in popluar color models

A4ACB8
RGB164172184
HSL216°12.35%68.24%
HSB/HSV216°10.87%72.16%
CMYK10.87%6.52%0.00%
27.84%

Color #A4ACB8 in popluar number systems.

HEXA4ACB8
Decimal164172184
Binary101001001010110010111000
Octal244254270

Shades and tints

Shades of #A4ACB8

#A4ACB8
(164,172,184)
#969DA8
(150,157,168)
#888E98
(136,142,152)
#7A7F88
(122,127,136)
#6C7078
(108,112,120)
#5E6168
(94,97,104)
#505258
(80,82,88)
#424348
(66,67,72)
#343438
(52,52,56)
#262528
(38,37,40)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #A4ACB8

#A4ACB8
(164,172,184)
#ACB3BE
(172,179,190)
#B4BAC4
(180,186,196)
#BCC1CA
(188,193,202)
#C4C8D0
(196,200,208)
#CCCFD6
(204,207,214)
#D4D6DC
(212,214,220)
#DCDDE2
(220,221,226)
#E4E4E8
(228,228,232)
#ECEBEE
(236,235,238)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ACB8; }

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

This text font color is #A4ACB8.


Background Color

.myBgColor { background-color: #A4ACB8; }

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

This div background color is #A4ACB8.


Border color

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

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

This div border color is #A4ACB8.


Opacity

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

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

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

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

This text has shadow with #A4ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ACB8 on black background.


Color preview on white background

This text has color #A4ACB8 on white background.



Black color preview on #A4ACB8 background

This text has black color on #A4ACB8 background.


White color preview on #A4ACB8 background

This text has white color on #A4ACB8 background.