COLOR #A3B4DC

HEX: #A3B4DC RGB: (163,180,220)

Color info

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

RGB color model

#A3B4DC color RGB value is (163,180,220).

RGB: (163,180,220) (64%, 71%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 180 of 255 = 71%
B 220 of 255 = 86%

163
180
220

R + G + B ~ 74%. #A3B4DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 180 + 220 = 563 (100%)
R 163 of 563 ~ 28.95%
G 180 of 563 ~ 31.97%
B 220 of 563 ~ 39.08'%

%28.95
%31.97
%39.08

CMYK color model

#A3B4DC color CMYK value is (26,18,0,14).

  • cyan value is 25.91%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (26,18,0,14) C26M18Y0K14 (26%,18%,0%,14%) (0.26/0.18/0.00/0.14) 

CMYK percentages

%25.91
%18.18
%0
%13.73

Codes

Color #A3B4DC in popluar color models

A3 B4 DC
RGB 163 180 220
HSL 222° 44.88% 75.10%
HSB/HSV 222° 25.91% 86.27%
CMYK 25.91% 18.18% 0.00%
13.73%

Color #A3B4DC in popluar number systems.

HEX A3 B4 DC
Decimal 163 180 220
Binary 10100011 10110100 11011100
Octal 243 264 334

Shades and tints

Shades of #A3B4DC

#A3B4DC
(163,180,220)
#95A4C8
(149,164,200)
#8794B4
(135,148,180)
#7984A0
(121,132,160)
#6B748C
(107,116,140)
#5D6478
(93,100,120)
#4F5464
(79,84,100)
#414450
(65,68,80)
#33343C
(51,52,60)
#252428
(37,36,40)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #A3B4DC

#A3B4DC
(163,180,220)
#ABBADF
(171,186,223)
#B3C0E2
(179,192,226)
#BBC6E5
(187,198,229)
#C3CCE8
(195,204,232)
#CBD2EB
(203,210,235)
#D3D8EE
(211,216,238)
#DBDEF1
(219,222,241)
#E3E4F4
(227,228,244)
#EBEAF7
(235,234,247)
#F3F0FA
(243,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B4DC; }

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

This text font color is #A3B4DC.

Background Color

.myBgColor { background-color: #A3B4DC; }

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

This div background color is #A3B4DC.

Border color

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

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

This div border color is #A3B4DC.

Opacity

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

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

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

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

This text has shadow with #A3B4DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B4DC.

Preview

Color preview on black background

This text has color #A3B4DC on black background.


Color preview on white background

This text has color #A3B4DC on white background.


Black color preview on #A3B4DC background

This text has black color on #A3B4DC background.


White color preview on #A3B4DC background

This text has white color on #A3B4DC background.


Related colors

Complementary color

Complementary color for #hex is #5C4B23.


I love getcolorcode.com

Triadic colors

1 #DCA3B4 and #B4DCA3 with #A3B4DC are triadic colors.

2 #DCB4A3 and #B4A3DC with #A3B4DC are triadic colors.