COLOR #A3B4D1

HEX: #A3B4D1
RGB: (163,180,209)

Color info

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

RGB color model

#A3B4D1 color RGB value is (163,180,209).

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

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 209 of 255 = 82%

163
180
209

R + G + B ~ 72%. #A3B4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 180 + 209 = 552 (100%)
R 163 of 552 ~ 29.53%
G 180 of 552 ~ 32.61%
B 209 of 552 ~ 37.86%

%29.53
%32.61
%37.86

CMYK color model

#A3B4D1 color CMYK value is (22,14,0,18).

  • cyan value is 22.01%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,14,0,18)
C22M14Y0K18 
(22%,14%,0%,18%)
(0.22/0.14/0.00/0.18)	

CMYK percentages

%22.01
%13.88
%0
%18.04

Codes

Color #A3B4D1 in popluar color models

A3B4D1
RGB163180209
HSL218°33.33%72.94%
HSB/HSV218°22.01%81.96%
CMYK22.01%13.88%0.00%
18.04%

Color #A3B4D1 in popluar number systems.

HEXA3B4D1
Decimal163180209
Binary101000111011010011010001
Octal243264321

Shades and tints

Shades of #A3B4D1

#A3B4D1
(163,180,209)
#95A4BE
(149,164,190)
#8794AB
(135,148,171)
#798498
(121,132,152)
#6B7485
(107,116,133)
#5D6472
(93,100,114)
#4F545F
(79,84,95)
#41444C
(65,68,76)
#333439
(51,52,57)
#252426
(37,36,38)
#171413
(23,20,19)
#000000
(0,0,0)

Tints of #A3B4D1

#A3B4D1
(163,180,209)
#ABBAD5
(171,186,213)
#B3C0D9
(179,192,217)
#BBC6DD
(187,198,221)
#C3CCE1
(195,204,225)
#CBD2E5
(203,210,229)
#D3D8E9
(211,216,233)
#DBDEED
(219,222,237)
#E3E4F1
(227,228,241)
#EBEAF5
(235,234,245)
#F3F0F9
(243,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B4D1; }

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

This text font color is #A3B4D1.


Background Color

.myBgColor { background-color: #A3B4D1; }

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

This div background color is #A3B4D1.


Border color

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

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

This div border color is #A3B4D1.


Opacity

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

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

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

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

This text has shadow with #A3B4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B4D1 on black background.


Color preview on white background

This text has color #A3B4D1 on white background.



Black color preview on #A3B4D1 background

This text has black color on #A3B4D1 background.


White color preview on #A3B4D1 background

This text has white color on #A3B4D1 background.