COLOR #A3BBA6

HEX: #A3BBA6
RGB: (163,187,166)

Color info

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

RGB color model

#A3BBA6 color RGB value is (163,187,166).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 166 of 255 = 65%

163
187
166

R + G + B ~ 67%. #A3BBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 166 = 516 (100%)
R 163 of 516 ~ 31.59%
G 187 of 516 ~ 36.24%
B 166 of 516 ~ 32.17%

%31.59
%36.24
%32.17

CMYK color model

#A3BBA6 color CMYK value is (13,0,11,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 11.23%
  • key color value is 26.67%
CMYK:
(13,0,11,27)
C13M0Y11K27 
(13%,0%,11%,27%)
(0.13/0.00/0.11/0.27)	

CMYK percentages

%12.83
%0
%11.23
%26.67

Codes

Color #A3BBA6 in popluar color models

A3BBA6
RGB163187166
HSL128°15.00%68.63%
HSB/HSV128°12.83%73.33%
CMYK12.83%0.00%11.23%
26.67%

Color #A3BBA6 in popluar number systems.

HEXA3BBA6
Decimal163187166
Binary101000111011101110100110
Octal243273246

Shades and tints

Shades of #A3BBA6

#A3BBA6
(163,187,166)
#95AA97
(149,170,151)
#879988
(135,153,136)
#798879
(121,136,121)
#6B776A
(107,119,106)
#5D665B
(93,102,91)
#4F554C
(79,85,76)
#41443D
(65,68,61)
#33332E
(51,51,46)
#25221F
(37,34,31)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #A3BBA6

#A3BBA6
(163,187,166)
#ABC1AE
(171,193,174)
#B3C7B6
(179,199,182)
#BBCDBE
(187,205,190)
#C3D3C6
(195,211,198)
#CBD9CE
(203,217,206)
#D3DFD6
(211,223,214)
#DBE5DE
(219,229,222)
#E3EBE6
(227,235,230)
#EBF1EE
(235,241,238)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBA6; }

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

This text font color is #A3BBA6.


Background Color

.myBgColor { background-color: #A3BBA6; }

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

This div background color is #A3BBA6.


Border color

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

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

This div border color is #A3BBA6.


Opacity

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

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

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

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

This text has shadow with #A3BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBA6 on black background.


Color preview on white background

This text has color #A3BBA6 on white background.



Black color preview on #A3BBA6 background

This text has black color on #A3BBA6 background.


White color preview on #A3BBA6 background

This text has white color on #A3BBA6 background.