COLOR #A4BABA

HEX: #A4BABA
RGB: (164,186,186)

Color info

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

RGB color model

#A4BABA color RGB value is (164,186,186).

  • red value is 164;
  • green value is 186;
  • blue value is 186.
RGB:
(164,186,186)
(64%,73%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 186 of 255 = 73%

164
186
186

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

Portions of RGB colors in percentages

R + G + B =
164 + 186 + 186 = 536 (100%)
R 164 of 536 ~ 30.6%
G 186 of 536 ~ 34.7%
B 186 of 536 ~ 34.7%

%30.6
%34.7
%34.7

CMYK color model

#A4BABA color CMYK value is (12,0,0,27).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(12,0,0,27)
C12M0Y0K27 
(12%,0%,0%,27%)
(0.12/0.00/0.00/0.27)	

CMYK percentages

%11.83
%0
%0
%27.06

Codes

Color #A4BABA in popluar color models

A4BABA
RGB164186186
HSL180°13.75%68.63%
HSB/HSV180°11.83%72.94%
CMYK11.83%0.00%0.00%
27.06%

Color #A4BABA in popluar number systems.

HEXA4BABA
Decimal164186186
Binary101001001011101010111010
Octal244272272

Shades and tints

Shades of #A4BABA

#A4BABA
(164,186,186)
#96AAAA
(150,170,170)
#889A9A
(136,154,154)
#7A8A8A
(122,138,138)
#6C7A7A
(108,122,122)
#5E6A6A
(94,106,106)
#505A5A
(80,90,90)
#424A4A
(66,74,74)
#343A3A
(52,58,58)
#262A2A
(38,42,42)
#181A1A
(24,26,26)
#000000
(0,0,0)

Tints of #A4BABA

#A4BABA
(164,186,186)
#ACC0C0
(172,192,192)
#B4C6C6
(180,198,198)
#BCCCCC
(188,204,204)
#C4D2D2
(196,210,210)
#CCD8D8
(204,216,216)
#D4DEDE
(212,222,222)
#DCE4E4
(220,228,228)
#E4EAEA
(228,234,234)
#ECF0F0
(236,240,240)
#F4F6F6
(244,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BABA; }

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

This text font color is #A4BABA.


Background Color

.myBgColor { background-color: #A4BABA; }

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

This div background color is #A4BABA.


Border color

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

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

This div border color is #A4BABA.


Opacity

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

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

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

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

This text has shadow with #A4BABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BABA on black background.


Color preview on white background

This text has color #A4BABA on white background.



Black color preview on #A4BABA background

This text has black color on #A4BABA background.


White color preview on #A4BABA background

This text has white color on #A4BABA background.