COLOR #A3AFB4

HEX: #A3AFB4
RGB: (163,175,180)

Color info

#A3AFB4 contains red, green and blue colors in about the same proportion. Web safe color of #A3AFB4 is #9999CC (or #99C).

RGB color model

#A3AFB4 color RGB value is (163,175,180).

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

RGB channels and saturation

R 163 of 255 = 64%
G 175 of 255 = 69%
B 180 of 255 = 71%

163
175
180

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

Portions of RGB colors in percentages

R + G + B =
163 + 175 + 180 = 518 (100%)
R 163 of 518 ~ 31.47%
G 175 of 518 ~ 33.78%
B 180 of 518 ~ 34.75%

%31.47
%33.78
%34.75

CMYK color model

#A3AFB4 color CMYK value is (9,3,0,29).

  • cyan value is 9.44%
  • magenta value is 2.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(9,3,0,29)
C9M3Y0K29 
(9%,3%,0%,29%)
(0.09/0.03/0.00/0.29)	

CMYK percentages

%9.44
%2.78
%0
%29.41

Codes

Color #A3AFB4 in popluar color models

A3AFB4
RGB163175180
HSL198°10.18%67.25%
HSB/HSV198°9.44%70.59%
CMYK9.44%2.78%0.00%
29.41%

Color #A3AFB4 in popluar number systems.

HEXA3AFB4
Decimal163175180
Binary101000111010111110110100
Octal243257264

Shades and tints

Shades of #A3AFB4

#A3AFB4
(163,175,180)
#95A0A4
(149,160,164)
#879194
(135,145,148)
#798284
(121,130,132)
#6B7374
(107,115,116)
#5D6464
(93,100,100)
#4F5554
(79,85,84)
#414644
(65,70,68)
#333734
(51,55,52)
#252824
(37,40,36)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #A3AFB4

#A3AFB4
(163,175,180)
#ABB6BA
(171,182,186)
#B3BDC0
(179,189,192)
#BBC4C6
(187,196,198)
#C3CBCC
(195,203,204)
#CBD2D2
(203,210,210)
#D3D9D8
(211,217,216)
#DBE0DE
(219,224,222)
#E3E7E4
(227,231,228)
#EBEEEA
(235,238,234)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3AFB4; }

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

This text font color is #A3AFB4.


Background Color

.myBgColor { background-color: #A3AFB4; }

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

This div background color is #A3AFB4.


Border color

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

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

This div border color is #A3AFB4.


Opacity

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

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

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

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

This text has shadow with #A3AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3AFB4 on black background.


Color preview on white background

This text has color #A3AFB4 on white background.



Black color preview on #A3AFB4 background

This text has black color on #A3AFB4 background.


White color preview on #A3AFB4 background

This text has white color on #A3AFB4 background.