COLOR #A3B7D1

HEX: #A3B7D1 RGB: (163,183,209)

Color info

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

RGB color model

#A3B7D1 color RGB value is (163,183,209).

RGB: (163,183,209) (64%, 72%, 82%)

RGB channels and saturation

R 163 of 255 = 64%
G 183 of 255 = 72%
B 209 of 255 = 82%

163
183
209

R + G + B ~ 73%. #A3B7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 183 + 209 = 555 (100%)
R 163 of 555 ~ 29.37%
G 183 of 555 ~ 32.97%
B 209 of 555 ~ 37.66'%

%29.37
%32.97
%37.66

CMYK color model

#A3B7D1 color CMYK value is (22,12,0,18).

  • cyan value is 22.01%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (22,12,0,18)
C22M12Y0K18 (22%, 12%, 0%, 18%)
(0.22 / 0.12 / 0.00 / 0.18)

CMYK percentages

%22.01
%12.44
%0
%18.04

Codes

Color #A3B7D1 in popluar color models

A3 B7 D1
RGB 163 183 209
HSL 214° 33.33% 72.94%
HSB/HSV 214° 22.01% 81.96%
CMYK 22.01% 12.44% 0.00%
18.04%

Color #A3B7D1 in popluar number systems.

HEX A3 B7 D1
Decimal 163 183 209
Binary 10100011 10110111 11010001
Octal 243 267 321

Shades and tints

Shades of #A3B7D1

#A3B7D1
(163,183,209)
#95A7BE
(149,167,190)
#8797AB
(135,151,171)
#798798
(121,135,152)
#6B7785
(107,119,133)
#5D6772
(93,103,114)
#4F575F
(79,87,95)
#41474C
(65,71,76)
#333739
(51,55,57)
#252726
(37,39,38)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #A3B7D1

#A3B7D1
(163,183,209)
#ABBDD5
(171,189,213)
#B3C3D9
(179,195,217)
#BBC9DD
(187,201,221)
#C3CFE1
(195,207,225)
#CBD5E5
(203,213,229)
#D3DBE9
(211,219,233)
#DBE1ED
(219,225,237)
#E3E7F1
(227,231,241)
#EBEDF5
(235,237,245)
#F3F3F9
(243,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B7D1; }

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

This text font color is #A3B7D1.

Background Color

.myBgColor { background-color: #A3B7D1; }

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

This div background color is #A3B7D1.

Border color

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

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

This div border color is #A3B7D1.

Opacity

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

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

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

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

This text has shadow with #A3B7D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3B7D1.

Preview

Color preview on black background

This text has color #A3B7D1 on black background.


Color preview on white background

This text has color #A3B7D1 on white background.


Black color preview on #A3B7D1 background

This text has black color on #A3B7D1 background.


White color preview on #A3B7D1 background

This text has white color on #A3B7D1 background.


Related colors

Complementary color

Complementary color for #hex is #5C482E.


I love getcolorcode.com

Triadic colors

1 #D1A3B7 and #B7D1A3 with #A3B7D1 are triadic colors.

2 #D1B7A3 and #B7A3D1 with #A3B7D1 are triadic colors.