COLOR #A4BCB8

HEX: #A4BCB8
RGB: (164,188,184)

Color info

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

RGB color model

#A4BCB8 color RGB value is (164,188,184).

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

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 184 of 255 = 72%

164
188
184

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

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 184 = 536 (100%)
R 164 of 536 ~ 30.6%
G 188 of 536 ~ 35.07%
B 184 of 536 ~ 34.33%

%30.6
%35.07
%34.33

CMYK color model

#A4BCB8 color CMYK value is (13,0,2,26).

  • cyan value is 12.77%
  • magenta value is 0.00%
  • yellow value is 2.13%
  • key color value is 26.27%
CMYK:
(13,0,2,26)
C13M0Y2K26 
(13%,0%,2%,26%)
(0.13/0.00/0.02/0.26)	

CMYK percentages

%12.77
%0
%2.13
%26.27

Codes

Color #A4BCB8 in popluar color models

A4BCB8
RGB164188184
HSL170°15.19%69.02%
HSB/HSV170°12.77%73.73%
CMYK12.77%0.00%2.13%
26.27%

Color #A4BCB8 in popluar number systems.

HEXA4BCB8
Decimal164188184
Binary101001001011110010111000
Octal244274270

Shades and tints

Shades of #A4BCB8

#A4BCB8
(164,188,184)
#96ABA8
(150,171,168)
#889A98
(136,154,152)
#7A8988
(122,137,136)
#6C7878
(108,120,120)
#5E6768
(94,103,104)
#505658
(80,86,88)
#424548
(66,69,72)
#343438
(52,52,56)
#262328
(38,35,40)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #A4BCB8

#A4BCB8
(164,188,184)
#ACC2BE
(172,194,190)
#B4C8C4
(180,200,196)
#BCCECA
(188,206,202)
#C4D4D0
(196,212,208)
#CCDAD6
(204,218,214)
#D4E0DC
(212,224,220)
#DCE6E2
(220,230,226)
#E4ECE8
(228,236,232)
#ECF2EE
(236,242,238)
#F4F8F4
(244,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCB8; }

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

This text font color is #A4BCB8.


Background Color

.myBgColor { background-color: #A4BCB8; }

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

This div background color is #A4BCB8.


Border color

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

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

This div border color is #A4BCB8.


Opacity

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

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

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

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

This text has shadow with #A4BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCB8 on black background.


Color preview on white background

This text has color #A4BCB8 on white background.



Black color preview on #A4BCB8 background

This text has black color on #A4BCB8 background.


White color preview on #A4BCB8 background

This text has white color on #A4BCB8 background.