COLOR #A4B6BC

HEX: #A4B6BC
RGB: (164,182,188)

Color info

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

RGB color model

#A4B6BC color RGB value is (164,182,188).

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

RGB channels and saturation

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

164
182
188

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

Portions of RGB colors in percentages

R + G + B =
164 + 182 + 188 = 534 (100%)
R 164 of 534 ~ 30.71%
G 182 of 534 ~ 34.08%
B 188 of 534 ~ 35.21%

%30.71
%34.08
%35.21

CMYK color model

#A4B6BC color CMYK value is (13,3,0,26).

  • cyan value is 12.77%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(13,3,0,26)
C13M3Y0K26 
(13%,3%,0%,26%)
(0.13/0.03/0.00/0.26)	

CMYK percentages

%12.77
%3.19
%0
%26.27

Codes

Color #A4B6BC in popluar color models

A4B6BC
RGB164182188
HSL195°15.19%69.02%
HSB/HSV195°12.77%73.73%
CMYK12.77%3.19%0.00%
26.27%

Color #A4B6BC in popluar number systems.

HEXA4B6BC
Decimal164182188
Binary101001001011011010111100
Octal244266274

Shades and tints

Shades of #A4B6BC

#A4B6BC
(164,182,188)
#96A6AB
(150,166,171)
#88969A
(136,150,154)
#7A8689
(122,134,137)
#6C7678
(108,118,120)
#5E6667
(94,102,103)
#505656
(80,86,86)
#424645
(66,70,69)
#343634
(52,54,52)
#262623
(38,38,35)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #A4B6BC

#A4B6BC
(164,182,188)
#ACBCC2
(172,188,194)
#B4C2C8
(180,194,200)
#BCC8CE
(188,200,206)
#C4CED4
(196,206,212)
#CCD4DA
(204,212,218)
#D4DAE0
(212,218,224)
#DCE0E6
(220,224,230)
#E4E6EC
(228,230,236)
#ECECF2
(236,236,242)
#F4F2F8
(244,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B6BC; }

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

This text font color is #A4B6BC.


Background Color

.myBgColor { background-color: #A4B6BC; }

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

This div background color is #A4B6BC.


Border color

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

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

This div border color is #A4B6BC.


Opacity

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

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

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

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

This text has shadow with #A4B6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B6BC on black background.


Color preview on white background

This text has color #A4B6BC on white background.



Black color preview on #A4B6BC background

This text has black color on #A4B6BC background.


White color preview on #A4B6BC background

This text has white color on #A4B6BC background.