COLOR #A4C5B6

HEX: #A4C5B6
RGB: (164,197,182)

Color info

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

RGB color model

#A4C5B6 color RGB value is (164,197,182).

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

RGB channels and saturation

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

164
197
182

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

Portions of RGB colors in percentages

R + G + B =
164 + 197 + 182 = 543 (100%)
R 164 of 543 ~ 30.2%
G 197 of 543 ~ 36.28%
B 182 of 543 ~ 33.52%

%30.2
%36.28
%33.52

CMYK color model

#A4C5B6 color CMYK value is (17,0,8,23).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(17,0,8,23)
C17M0Y8K23 
(17%,0%,8%,23%)
(0.17/0.00/0.08/0.23)	

CMYK percentages

%16.75
%0
%7.61
%22.75

Codes

Color #A4C5B6 in popluar color models

A4C5B6
RGB164197182
HSL153°22.15%70.78%
HSB/HSV153°16.75%77.25%
CMYK16.75%0.00%7.61%
22.75%

Color #A4C5B6 in popluar number systems.

HEXA4C5B6
Decimal164197182
Binary101001001100010110110110
Octal244305266

Shades and tints

Shades of #A4C5B6

#A4C5B6
(164,197,182)
#96B4A6
(150,180,166)
#88A396
(136,163,150)
#7A9286
(122,146,134)
#6C8176
(108,129,118)
#5E7066
(94,112,102)
#505F56
(80,95,86)
#424E46
(66,78,70)
#343D36
(52,61,54)
#262C26
(38,44,38)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #A4C5B6

#A4C5B6
(164,197,182)
#ACCABC
(172,202,188)
#B4CFC2
(180,207,194)
#BCD4C8
(188,212,200)
#C4D9CE
(196,217,206)
#CCDED4
(204,222,212)
#D4E3DA
(212,227,218)
#DCE8E0
(220,232,224)
#E4EDE6
(228,237,230)
#ECF2EC
(236,242,236)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4C5B6; }

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

This text font color is #A4C5B6.


Background Color

.myBgColor { background-color: #A4C5B6; }

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

This div background color is #A4C5B6.


Border color

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

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

This div border color is #A4C5B6.


Opacity

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

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

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

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

This text has shadow with #A4C5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C5B6 on black background.


Color preview on white background

This text has color #A4C5B6 on white background.



Black color preview on #A4C5B6 background

This text has black color on #A4C5B6 background.


White color preview on #A4C5B6 background

This text has white color on #A4C5B6 background.