COLOR #A4BCB3

HEX: #A4BCB3
RGB: (164,188,179)

Color info

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

RGB color model

#A4BCB3 color RGB value is (164,188,179).

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

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 179 of 255 = 70%

164
188
179

R + G + B ~ 69%. #A4BCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 179 = 531 (100%)
R 164 of 531 ~ 30.89%
G 188 of 531 ~ 35.4%
B 179 of 531 ~ 33.71%

%30.89
%35.4
%33.71

CMYK color model

#A4BCB3 color CMYK value is (13,0,5,26).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 4.79%
  • key color value is 26.27%
CMYK:
(13,0,5,26)
C13M0Y5K26 
(13%,0%,5%,26%)
(0.13/0.00/0.05/0.26)	

CMYK percentages

%12.77
%0
%4.79
%26.27

Codes

Color #A4BCB3 in popluar color models

A4BCB3
RGB164188179
HSL158°15.19%69.02%
HSB/HSV158°12.77%73.73%
CMYK12.77%0.00%4.79%
26.27%

Color #A4BCB3 in popluar number systems.

HEXA4BCB3
Decimal164188179
Binary101001001011110010110011
Octal244274263

Shades and tints

Shades of #A4BCB3

#A4BCB3
(164,188,179)
#96ABA3
(150,171,163)
#889A93
(136,154,147)
#7A8983
(122,137,131)
#6C7873
(108,120,115)
#5E6763
(94,103,99)
#505653
(80,86,83)
#424543
(66,69,67)
#343433
(52,52,51)
#262323
(38,35,35)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #A4BCB3

#A4BCB3
(164,188,179)
#ACC2B9
(172,194,185)
#B4C8BF
(180,200,191)
#BCCEC5
(188,206,197)
#C4D4CB
(196,212,203)
#CCDAD1
(204,218,209)
#D4E0D7
(212,224,215)
#DCE6DD
(220,230,221)
#E4ECE3
(228,236,227)
#ECF2E9
(236,242,233)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCB3; }

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

This text font color is #A4BCB3.


Background Color

.myBgColor { background-color: #A4BCB3; }

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

This div background color is #A4BCB3.


Border color

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

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

This div border color is #A4BCB3.


Opacity

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

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

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

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

This text has shadow with #A4BCB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCB3 on black background.


Color preview on white background

This text has color #A4BCB3 on white background.



Black color preview on #A4BCB3 background

This text has black color on #A4BCB3 background.


White color preview on #A4BCB3 background

This text has white color on #A4BCB3 background.