COLOR #A3A0BD

HEX: #A3A0BD
RGB: (163,160,189)

Color info

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

RGB color model

#A3A0BD color RGB value is (163,160,189).

  • red value is 163;
  • green value is 160;
  • blue value is 189.
RGB:
(163,160,189)
(64%,63%,74%)

RGB channels and saturation

R 163 of 255 = 64%
G 160 of 255 = 63%
B 189 of 255 = 74%

163
160
189

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

Portions of RGB colors in percentages

R + G + B =
163 + 160 + 189 = 512 (100%)
R 163 of 512 ~ 31.84%
G 160 of 512 ~ 31.25%
B 189 of 512 ~ 36.91%

%31.84
%31.25
%36.91

CMYK color model

#A3A0BD color CMYK value is (14,15,0,26).

  • cyan value is 13.76%
  • magenta value is 15.34%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,15,0,26)
C14M15Y0K26 
(14%,15%,0%,26%)
(0.14/0.15/0.00/0.26)	

CMYK percentages

%13.76
%15.34
%0
%25.88

Codes

Color #A3A0BD in popluar color models

A3A0BD
RGB163160189
HSL246°18.01%68.43%
HSB/HSV246°15.34%74.12%
CMYK13.76%15.34%0.00%
25.88%

Color #A3A0BD in popluar number systems.

HEXA3A0BD
Decimal163160189
Binary101000111010000010111101
Octal243240275

Shades and tints

Shades of #A3A0BD

#A3A0BD
(163,160,189)
#9592AC
(149,146,172)
#87849B
(135,132,155)
#79768A
(121,118,138)
#6B6879
(107,104,121)
#5D5A68
(93,90,104)
#4F4C57
(79,76,87)
#413E46
(65,62,70)
#333035
(51,48,53)
#252224
(37,34,36)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3A0BD

#A3A0BD
(163,160,189)
#ABA8C3
(171,168,195)
#B3B0C9
(179,176,201)
#BBB8CF
(187,184,207)
#C3C0D5
(195,192,213)
#CBC8DB
(203,200,219)
#D3D0E1
(211,208,225)
#DBD8E7
(219,216,231)
#E3E0ED
(227,224,237)
#EBE8F3
(235,232,243)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3A0BD color. Also use rgb(163,160,189) instead hex code.

Text Font Color

.myTextColor { color: #A3A0BD; }

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

This text font color is #A3A0BD.


Background Color

.myBgColor { background-color: #A3A0BD; }

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

This div background color is #A3A0BD.


Border color

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

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

This div border color is #A3A0BD.


Opacity

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

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

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

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

This text has shadow with #A3A0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A0BD on black background.


Color preview on white background

This text has color #A3A0BD on white background.



Black color preview on #A3A0BD background

This text has black color on #A3A0BD background.


White color preview on #A3A0BD background

This text has white color on #A3A0BD background.