COLOR #A3BFA6

HEX: #A3BFA6
RGB: (163,191,166)

Color info

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

RGB color model

#A3BFA6 color RGB value is (163,191,166).

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

RGB channels and saturation

R 163 of 255 = 64%
G 191 of 255 = 75%
B 166 of 255 = 65%

163
191
166

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

Portions of RGB colors in percentages

R + G + B =
163 + 191 + 166 = 520 (100%)
R 163 of 520 ~ 31.35%
G 191 of 520 ~ 36.73%
B 166 of 520 ~ 31.92%

%31.35
%36.73
%31.92

CMYK color model

#A3BFA6 color CMYK value is (15,0,13,25).

  • cyan value is 14.66%
  • magenta value is 0.00%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK:
(15,0,13,25)
C15M0Y13K25 
(15%,0%,13%,25%)
(0.15/0.00/0.13/0.25)	

CMYK percentages

%14.66
%0
%13.09
%25.1

Codes

Color #A3BFA6 in popluar color models

A3BFA6
RGB163191166
HSL126°17.95%69.41%
HSB/HSV126°14.66%74.90%
CMYK14.66%0.00%13.09%
25.10%

Color #A3BFA6 in popluar number systems.

HEXA3BFA6
Decimal163191166
Binary101000111011111110100110
Octal243277246

Shades and tints

Shades of #A3BFA6

#A3BFA6
(163,191,166)
#95AE97
(149,174,151)
#879D88
(135,157,136)
#798C79
(121,140,121)
#6B7B6A
(107,123,106)
#5D6A5B
(93,106,91)
#4F594C
(79,89,76)
#41483D
(65,72,61)
#33372E
(51,55,46)
#25261F
(37,38,31)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #A3BFA6

#A3BFA6
(163,191,166)
#ABC4AE
(171,196,174)
#B3C9B6
(179,201,182)
#BBCEBE
(187,206,190)
#C3D3C6
(195,211,198)
#CBD8CE
(203,216,206)
#D3DDD6
(211,221,214)
#DBE2DE
(219,226,222)
#E3E7E6
(227,231,230)
#EBECEE
(235,236,238)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BFA6; }

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

This text font color is #A3BFA6.


Background Color

.myBgColor { background-color: #A3BFA6; }

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

This div background color is #A3BFA6.


Border color

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

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

This div border color is #A3BFA6.


Opacity

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

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

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

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

This text has shadow with #A3BFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BFA6 on black background.


Color preview on white background

This text has color #A3BFA6 on white background.



Black color preview on #A3BFA6 background

This text has black color on #A3BFA6 background.


White color preview on #A3BFA6 background

This text has white color on #A3BFA6 background.