COLOR #A4B4BC

HEX: #A4B4BC
RGB: (164,180,188)

Color info

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

RGB color model

#A4B4BC color RGB value is (164,180,188).

  • red value is 164;
  • green value is 180;
  • blue value is 188.
RGB:
(164,180,188)
(64%,71%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 180 of 255 = 71%
B 188 of 255 = 74%

164
180
188

R + G + B ~ 70%. #A4B4BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 180 + 188 = 532 (100%)
R 164 of 532 ~ 30.83%
G 180 of 532 ~ 33.83%
B 188 of 532 ~ 35.34%

%30.83
%33.83
%35.34

CMYK color model

#A4B4BC color CMYK value is (13,4,0,26).

  • cyan value is 12.77%
  • magenta value is 4.26%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,4,0,26)
C13M4Y0K26 
(13%,4%,0%,26%)
(0.13/0.04/0.00/0.26)	

CMYK percentages

%12.77
%4.26
%0
%26.27

Codes

Color #A4B4BC in popluar color models

A4B4BC
RGB164180188
HSL200°15.19%69.02%
HSB/HSV200°12.77%73.73%
CMYK12.77%4.26%0.00%
26.27%

Color #A4B4BC in popluar number systems.

HEXA4B4BC
Decimal164180188
Binary101001001011010010111100
Octal244264274

Shades and tints

Shades of #A4B4BC

#A4B4BC
(164,180,188)
#96A4AB
(150,164,171)
#88949A
(136,148,154)
#7A8489
(122,132,137)
#6C7478
(108,116,120)
#5E6467
(94,100,103)
#505456
(80,84,86)
#424445
(66,68,69)
#343434
(52,52,52)
#262423
(38,36,35)
#181412
(24,20,18)
#000000
(0,0,0)

Tints of #A4B4BC

#A4B4BC
(164,180,188)
#ACBAC2
(172,186,194)
#B4C0C8
(180,192,200)
#BCC6CE
(188,198,206)
#C4CCD4
(196,204,212)
#CCD2DA
(204,210,218)
#D4D8E0
(212,216,224)
#DCDEE6
(220,222,230)
#E4E4EC
(228,228,236)
#ECEAF2
(236,234,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B4BC color. Also use rgb(164,180,188) instead hex code.

Text Font Color

.myTextColor { color: #A4B4BC; }

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

This text font color is #A4B4BC.


Background Color

.myBgColor { background-color: #A4B4BC; }

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

This div background color is #A4B4BC.


Border color

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

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

This div border color is #A4B4BC.


Opacity

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

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

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

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

This text has shadow with #A4B4BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B4BC on black background.


Color preview on white background

This text has color #A4B4BC on white background.



Black color preview on #A4B4BC background

This text has black color on #A4B4BC background.


White color preview on #A4B4BC background

This text has white color on #A4B4BC background.