COLOR #A3B3CD

HEX: #A3B3CD
RGB: (163,179,205)

Color info

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

RGB color model

#A3B3CD color RGB value is (163,179,205).

  • red value is 163;
  • green value is 179;
  • blue value is 205.
RGB:
(163,179,205)
(64%,70%,80%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 205 of 255 = 80%

163
179
205

R + G + B ~ 71%. #A3B3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 205 = 547 (100%)
R 163 of 547 ~ 29.8%
G 179 of 547 ~ 32.72%
B 205 of 547 ~ 37.48%

%29.8
%32.72
%37.48

CMYK color model

#A3B3CD color CMYK value is (20,13,0,20).

  • cyan value is 20.49%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(20,13,0,20)
C20M13Y0K20 
(20%,13%,0%,20%)
(0.20/0.13/0.00/0.20)	

CMYK percentages

%20.49
%12.68
%0
%19.61

Codes

Color #A3B3CD in popluar color models

A3B3CD
RGB163179205
HSL217°29.58%72.16%
HSB/HSV217°20.49%80.39%
CMYK20.49%12.68%0.00%
19.61%

Color #A3B3CD in popluar number systems.

HEXA3B3CD
Decimal163179205
Binary101000111011001111001101
Octal243263315

Shades and tints

Shades of #A3B3CD

#A3B3CD
(163,179,205)
#95A3BB
(149,163,187)
#8793A9
(135,147,169)
#798397
(121,131,151)
#6B7385
(107,115,133)
#5D6373
(93,99,115)
#4F5361
(79,83,97)
#41434F
(65,67,79)
#33333D
(51,51,61)
#25232B
(37,35,43)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #A3B3CD

#A3B3CD
(163,179,205)
#ABB9D1
(171,185,209)
#B3BFD5
(179,191,213)
#BBC5D9
(187,197,217)
#C3CBDD
(195,203,221)
#CBD1E1
(203,209,225)
#D3D7E5
(211,215,229)
#DBDDE9
(219,221,233)
#E3E3ED
(227,227,237)
#EBE9F1
(235,233,241)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B3CD color. Also use rgb(163,179,205) instead hex code.

Text Font Color

.myTextColor { color: #A3B3CD; }

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

This text font color is #A3B3CD.


Background Color

.myBgColor { background-color: #A3B3CD; }

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

This div background color is #A3B3CD.


Border color

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

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

This div border color is #A3B3CD.


Opacity

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

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

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

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

This text has shadow with #A3B3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B3CD on black background.


Color preview on white background

This text has color #A3B3CD on white background.



Black color preview on #A3B3CD background

This text has black color on #A3B3CD background.


White color preview on #A3B3CD background

This text has white color on #A3B3CD background.