COLOR #A9A3CB

HEX: #A9A3CB
RGB: (169,163,203)

Color info

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

RGB color model

#A9A3CB color RGB value is (169,163,203).

  • red value is 169;
  • green value is 163;
  • blue value is 203.
RGB:
(169,163,203)
(66%,64%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 163 of 255 = 64%
B 203 of 255 = 80%

169
163
203

R + G + B ~ 70%. #A9A3CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 163 + 203 = 535 (100%)
R 169 of 535 ~ 31.59%
G 163 of 535 ~ 30.47%
B 203 of 535 ~ 37.94%

%31.59
%30.47
%37.94

CMYK color model

#A9A3CB color CMYK value is (17,20,0,20).

  • cyan value is 16.75%
  • magenta value is 19.70%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,20,0,20)
C17M20Y0K20 
(17%,20%,0%,20%)
(0.17/0.20/0.00/0.20)	

CMYK percentages

%16.75
%19.7
%0
%20.39

Codes

Color #A9A3CB in popluar color models

A9A3CB
RGB169163203
HSL249°27.78%71.76%
HSB/HSV249°19.70%79.61%
CMYK16.75%19.70%0.00%
20.39%

Color #A9A3CB in popluar number systems.

HEXA9A3CB
Decimal169163203
Binary101010011010001111001011
Octal251243313

Shades and tints

Shades of #A9A3CB

#A9A3CB
(169,163,203)
#9A95B9
(154,149,185)
#8B87A7
(139,135,167)
#7C7995
(124,121,149)
#6D6B83
(109,107,131)
#5E5D71
(94,93,113)
#4F4F5F
(79,79,95)
#40414D
(64,65,77)
#31333B
(49,51,59)
#222529
(34,37,41)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #A9A3CB

#A9A3CB
(169,163,203)
#B0ABCF
(176,171,207)
#B7B3D3
(183,179,211)
#BEBBD7
(190,187,215)
#C5C3DB
(197,195,219)
#CCCBDF
(204,203,223)
#D3D3E3
(211,211,227)
#DADBE7
(218,219,231)
#E1E3EB
(225,227,235)
#E8EBEF
(232,235,239)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9A3CB color. Also use rgb(169,163,203) instead hex code.

Text Font Color

.myTextColor { color: #A9A3CB; }

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

This text font color is #A9A3CB.


Background Color

.myBgColor { background-color: #A9A3CB; }

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

This div background color is #A9A3CB.


Border color

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

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

This div border color is #A9A3CB.


Opacity

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

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

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

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

This text has shadow with #A9A3CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A3CB on black background.


Color preview on white background

This text has color #A9A3CB on white background.



Black color preview on #A9A3CB background

This text has black color on #A9A3CB background.


White color preview on #A9A3CB background

This text has white color on #A9A3CB background.