COLOR #A4C3B3

HEX: #A4C3B3
RGB: (164,195,179)

Color info

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

RGB color model

#A4C3B3 color RGB value is (164,195,179).

  • red value is 164;
  • green value is 195;
  • blue value is 179.
RGB:
(164,195,179)
(64%,76%,70%)

RGB channels and saturation

R 164 of 255 = 64%
G 195 of 255 = 76%
B 179 of 255 = 70%

164
195
179

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

Portions of RGB colors in percentages

R + G + B =
164 + 195 + 179 = 538 (100%)
R 164 of 538 ~ 30.48%
G 195 of 538 ~ 36.25%
B 179 of 538 ~ 33.27%

%30.48
%36.25
%33.27

CMYK color model

#A4C3B3 color CMYK value is (16,0,8,24).

  • cyan value is 15.90%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(16,0,8,24)
C16M0Y8K24 
(16%,0%,8%,24%)
(0.16/0.00/0.08/0.24)	

CMYK percentages

%15.9
%0
%8.21
%23.53

Codes

Color #A4C3B3 in popluar color models

A4C3B3
RGB164195179
HSL149°20.53%70.39%
HSB/HSV149°15.90%76.47%
CMYK15.90%0.00%8.21%
23.53%

Color #A4C3B3 in popluar number systems.

HEXA4C3B3
Decimal164195179
Binary101001001100001110110011
Octal244303263

Shades and tints

Shades of #A4C3B3

#A4C3B3
(164,195,179)
#96B2A3
(150,178,163)
#88A193
(136,161,147)
#7A9083
(122,144,131)
#6C7F73
(108,127,115)
#5E6E63
(94,110,99)
#505D53
(80,93,83)
#424C43
(66,76,67)
#343B33
(52,59,51)
#262A23
(38,42,35)
#181913
(24,25,19)
#000000
(0,0,0)

Tints of #A4C3B3

#A4C3B3
(164,195,179)
#ACC8B9
(172,200,185)
#B4CDBF
(180,205,191)
#BCD2C5
(188,210,197)
#C4D7CB
(196,215,203)
#CCDCD1
(204,220,209)
#D4E1D7
(212,225,215)
#DCE6DD
(220,230,221)
#E4EBE3
(228,235,227)
#ECF0E9
(236,240,233)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4C3B3 color. Also use rgb(164,195,179) instead hex code.

Text Font Color

.myTextColor { color: #A4C3B3; }

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

This text font color is #A4C3B3.


Background Color

.myBgColor { background-color: #A4C3B3; }

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

This div background color is #A4C3B3.


Border color

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

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

This div border color is #A4C3B3.


Opacity

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

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

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

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

This text has shadow with #A4C3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4C3B3 on black background.


Color preview on white background

This text has color #A4C3B3 on white background.



Black color preview on #A4C3B3 background

This text has black color on #A4C3B3 background.


White color preview on #A4C3B3 background

This text has white color on #A4C3B3 background.