COLOR #A4C4B6

HEX: #A4C4B6
RGB: (164,196,182)

Color info

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

RGB color model

#A4C4B6 color RGB value is (164,196,182).

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

RGB channels and saturation

R 164 of 255 = 64%
G 196 of 255 = 77%
B 182 of 255 = 71%

164
196
182

R + G + B ~ 71%. #A4C4B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 196 + 182 = 542 (100%)
R 164 of 542 ~ 30.26%
G 196 of 542 ~ 36.16%
B 182 of 542 ~ 33.58%

%30.26
%36.16
%33.58

CMYK color model

#A4C4B6 color CMYK value is (16,0,7,23).

  • cyan value is 16.33%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 23.14%
CMYK:
(16,0,7,23)
C16M0Y7K23 
(16%,0%,7%,23%)
(0.16/0.00/0.07/0.23)	

CMYK percentages

%16.33
%0
%7.14
%23.14

Codes

Color #A4C4B6 in popluar color models

A4C4B6
RGB164196182
HSL154°21.33%70.59%
HSB/HSV154°16.33%76.86%
CMYK16.33%0.00%7.14%
23.14%

Color #A4C4B6 in popluar number systems.

HEXA4C4B6
Decimal164196182
Binary101001001100010010110110
Octal244304266

Shades and tints

Shades of #A4C4B6

#A4C4B6
(164,196,182)
#96B3A6
(150,179,166)
#88A296
(136,162,150)
#7A9186
(122,145,134)
#6C8076
(108,128,118)
#5E6F66
(94,111,102)
#505E56
(80,94,86)
#424D46
(66,77,70)
#343C36
(52,60,54)
#262B26
(38,43,38)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #A4C4B6

#A4C4B6
(164,196,182)
#ACC9BC
(172,201,188)
#B4CEC2
(180,206,194)
#BCD3C8
(188,211,200)
#C4D8CE
(196,216,206)
#CCDDD4
(204,221,212)
#D4E2DA
(212,226,218)
#DCE7E0
(220,231,224)
#E4ECE6
(228,236,230)
#ECF1EC
(236,241,236)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C4B6; }

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

This text font color is #A4C4B6.


Background Color

.myBgColor { background-color: #A4C4B6; }

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

This div background color is #A4C4B6.


Border color

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

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

This div border color is #A4C4B6.


Opacity

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

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

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

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

This text has shadow with #A4C4B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C4B6 on black background.


Color preview on white background

This text has color #A4C4B6 on white background.



Black color preview on #A4C4B6 background

This text has black color on #A4C4B6 background.


White color preview on #A4C4B6 background

This text has white color on #A4C4B6 background.