COLOR #A3BBAF

HEX: #A3BBAF
RGB: (163,187,175)

Color info

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

RGB color model

#A3BBAF color RGB value is (163,187,175).

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

RGB channels and saturation

R 163 of 255 = 64%
G 187 of 255 = 73%
B 175 of 255 = 69%

163
187
175

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

Portions of RGB colors in percentages

R + G + B =
163 + 187 + 175 = 525 (100%)
R 163 of 525 ~ 31.05%
G 187 of 525 ~ 35.62%
B 175 of 525 ~ 33.33%

%31.05
%35.62
%33.33

CMYK color model

#A3BBAF color CMYK value is (13,0,6,27).

  • cyan value is 12.83%
  • magenta value is 0.00%
  • yellow value is 6.42%
  • key color value is 26.67%
CMYK:
(13,0,6,27)
C13M0Y6K27 
(13%,0%,6%,27%)
(0.13/0.00/0.06/0.27)	

CMYK percentages

%12.83
%0
%6.42
%26.67

Codes

Color #A3BBAF in popluar color models

A3BBAF
RGB163187175
HSL150°15.00%68.63%
HSB/HSV150°12.83%73.33%
CMYK12.83%0.00%6.42%
26.67%

Color #A3BBAF in popluar number systems.

HEXA3BBAF
Decimal163187175
Binary101000111011101110101111
Octal243273257

Shades and tints

Shades of #A3BBAF

#A3BBAF
(163,187,175)
#95AAA0
(149,170,160)
#879991
(135,153,145)
#798882
(121,136,130)
#6B7773
(107,119,115)
#5D6664
(93,102,100)
#4F5555
(79,85,85)
#414446
(65,68,70)
#333337
(51,51,55)
#252228
(37,34,40)
#171119
(23,17,25)
#000000
(0,0,0)

Tints of #A3BBAF

#A3BBAF
(163,187,175)
#ABC1B6
(171,193,182)
#B3C7BD
(179,199,189)
#BBCDC4
(187,205,196)
#C3D3CB
(195,211,203)
#CBD9D2
(203,217,210)
#D3DFD9
(211,223,217)
#DBE5E0
(219,229,224)
#E3EBE7
(227,235,231)
#EBF1EE
(235,241,238)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BBAF; }

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

This text font color is #A3BBAF.


Background Color

.myBgColor { background-color: #A3BBAF; }

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

This div background color is #A3BBAF.


Border color

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

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

This div border color is #A3BBAF.


Opacity

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

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

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

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

This text has shadow with #A3BBAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BBAF on black background.


Color preview on white background

This text has color #A3BBAF on white background.



Black color preview on #A3BBAF background

This text has black color on #A3BBAF background.


White color preview on #A3BBAF background

This text has white color on #A3BBAF background.