COLOR #A3BBAC

HEX: #A3BBAC
RGB: (163,187,172)

Color info

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

RGB color model

#A3BBAC color RGB value is (163,187,172).

  • red value is 163;
  • green value is 187;
  • blue value is 172.
RGB:
(163,187,172)
(64%,73%,67%)

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 172 of 255 = 67%

163
187
172

R + G + B ~ 68%. #A3BBAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 172 = 522 (100%)
R 163 of 522 ~ 31.23%
G 187 of 522 ~ 35.82%
B 172 of 522 ~ 32.95%

%31.23
%35.82
%32.95

CMYK color model

#A3BBAC color CMYK value is (13,0,8,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 26.67%
CMYK:
(13,0,8,27)
C13M0Y8K27 
(13%,0%,8%,27%)
(0.13/0.00/0.08/0.27)	

CMYK percentages

%12.83
%0
%8.02
%26.67

Codes

Color #A3BBAC in popluar color models

A3BBAC
RGB163187172
HSL143°15.00%68.63%
HSB/HSV143°12.83%73.33%
CMYK12.83%0.00%8.02%
26.67%

Color #A3BBAC in popluar number systems.

HEXA3BBAC
Decimal163187172
Binary101000111011101110101100
Octal243273254

Shades and tints

Shades of #A3BBAC

#A3BBAC
(163,187,172)
#95AA9D
(149,170,157)
#87998E
(135,153,142)
#79887F
(121,136,127)
#6B7770
(107,119,112)
#5D6661
(93,102,97)
#4F5552
(79,85,82)
#414443
(65,68,67)
#333334
(51,51,52)
#252225
(37,34,37)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #A3BBAC

#A3BBAC
(163,187,172)
#ABC1B3
(171,193,179)
#B3C7BA
(179,199,186)
#BBCDC1
(187,205,193)
#C3D3C8
(195,211,200)
#CBD9CF
(203,217,207)
#D3DFD6
(211,223,214)
#DBE5DD
(219,229,221)
#E3EBE4
(227,235,228)
#EBF1EB
(235,241,235)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3BBAC color. Also use rgb(163,187,172) instead hex code.

Text Font Color

.myTextColor { color: #A3BBAC; }

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

This text font color is #A3BBAC.


Background Color

.myBgColor { background-color: #A3BBAC; }

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

This div background color is #A3BBAC.


Border color

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

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

This div border color is #A3BBAC.


Opacity

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

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

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

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

This text has shadow with #A3BBAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBAC on black background.


Color preview on white background

This text has color #A3BBAC on white background.



Black color preview on #A3BBAC background

This text has black color on #A3BBAC background.


White color preview on #A3BBAC background

This text has white color on #A3BBAC background.