COLOR #A3BAB1

HEX: #A3BAB1
RGB: (163,186,177)

Color info

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

RGB color model

#A3BAB1 color RGB value is (163,186,177).

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

RGB channels and saturation

R 163 of 255 = 64%
G 186 of 255 = 73%
B 177 of 255 = 69%

163
186
177

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

Portions of RGB colors in percentages

R + G + B =
163 + 186 + 177 = 526 (100%)
R 163 of 526 ~ 30.99%
G 186 of 526 ~ 35.36%
B 177 of 526 ~ 33.65%

%30.99
%35.36
%33.65

CMYK color model

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

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 4.84%
  • key color value is 27.06%
CMYK:
(12,0,5,27)
C12M0Y5K27 
(12%,0%,5%,27%)
(0.12/0.00/0.05/0.27)	

CMYK percentages

%12.37
%0
%4.84
%27.06

Codes

Color #A3BAB1 in popluar color models

A3BAB1
RGB163186177
HSL157°14.29%68.43%
HSB/HSV157°12.37%72.94%
CMYK12.37%0.00%4.84%
27.06%

Color #A3BAB1 in popluar number systems.

HEXA3BAB1
Decimal163186177
Binary101000111011101010110001
Octal243272261

Shades and tints

Shades of #A3BAB1

#A3BAB1
(163,186,177)
#95AAA1
(149,170,161)
#879A91
(135,154,145)
#798A81
(121,138,129)
#6B7A71
(107,122,113)
#5D6A61
(93,106,97)
#4F5A51
(79,90,81)
#414A41
(65,74,65)
#333A31
(51,58,49)
#252A21
(37,42,33)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #A3BAB1

#A3BAB1
(163,186,177)
#ABC0B8
(171,192,184)
#B3C6BF
(179,198,191)
#BBCCC6
(187,204,198)
#C3D2CD
(195,210,205)
#CBD8D4
(203,216,212)
#D3DEDB
(211,222,219)
#DBE4E2
(219,228,226)
#E3EAE9
(227,234,233)
#EBF0F0
(235,240,240)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BAB1; }

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

This text font color is #A3BAB1.


Background Color

.myBgColor { background-color: #A3BAB1; }

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

This div background color is #A3BAB1.


Border color

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

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

This div border color is #A3BAB1.


Opacity

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

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

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

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

This text has shadow with #A3BAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BAB1 on black background.


Color preview on white background

This text has color #A3BAB1 on white background.



Black color preview on #A3BAB1 background

This text has black color on #A3BAB1 background.


White color preview on #A3BAB1 background

This text has white color on #A3BAB1 background.