COLOR #A3B7DC

HEX: #A3B7DC RGB: (163,183,220)

Color info

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

RGB color model

#A3B7DC color RGB value is (163,183,220).

RGB: (163,183,220) (64%, 72%, 86%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 220 of 255 = 86%

163
183
220

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

Portions of RGB colors in percentages

R + G + B = 163 + 183 + 220 = 566 (100%)
R 163 of 566 ~ 28.8%
G 183 of 566 ~ 32.33%
B 220 of 566 ~ 38.87'%

%28.8
%32.33
%38.87

CMYK color model

#A3B7DC color CMYK value is (26,17,0,14).

  • cyan value is 25.91%
  • magenta value is 16.82%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (26,17,0,14)
C26M17Y0K14 (26%, 17%, 0%, 14%)
(0.26 / 0.17 / 0.00 / 0.14)

CMYK percentages

%25.91
%16.82
%0
%13.73

Codes

Color #A3B7DC in popluar color models

A3 B7 DC
RGB 163 183 220
HSL 219° 44.88% 75.10%
HSB/HSV 219° 25.91% 86.27%
CMYK 25.91% 16.82% 0.00%
13.73%

Color #A3B7DC in popluar number systems.

HEX A3 B7 DC
Decimal 163 183 220
Binary 10100011 10110111 11011100
Octal 243 267 334

Shades and tints

Shades of #A3B7DC

#A3B7DC
(163,183,220)
#95A7C8
(149,167,200)
#8797B4
(135,151,180)
#7987A0
(121,135,160)
#6B778C
(107,119,140)
#5D6778
(93,103,120)
#4F5764
(79,87,100)
#414750
(65,71,80)
#33373C
(51,55,60)
#252728
(37,39,40)
#171714
(23,23,20)
#000000
(0,0,0)

Tints of #A3B7DC

#A3B7DC
(163,183,220)
#ABBDDF
(171,189,223)
#B3C3E2
(179,195,226)
#BBC9E5
(187,201,229)
#C3CFE8
(195,207,232)
#CBD5EB
(203,213,235)
#D3DBEE
(211,219,238)
#DBE1F1
(219,225,241)
#E3E7F4
(227,231,244)
#EBEDF7
(235,237,247)
#F3F3FA
(243,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B7DC; }

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

This text font color is #A3B7DC.

Background Color

.myBgColor { background-color: #A3B7DC; }

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

This div background color is #A3B7DC.

Border color

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

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

This div border color is #A3B7DC.

Opacity

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

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

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

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

This text has shadow with #A3B7DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B7DC.

Preview

Color preview on black background

This text has color #A3B7DC on black background.


Color preview on white background

This text has color #A3B7DC on white background.


Black color preview on #A3B7DC background

This text has black color on #A3B7DC background.


White color preview on #A3B7DC background

This text has white color on #A3B7DC background.


Related colors

Complementary color

Complementary color for #hex is #5C4823.


I love getcolorcode.com

Triadic colors

1 #DCA3B7 and #B7DCA3 with #A3B7DC are triadic colors.

2 #DCB7A3 and #B7A3DC with #A3B7DC are triadic colors.