COLOR #A3B6D1

HEX: #A3B6D1
RGB: (163,182,209)

Color info

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

RGB color model

#A3B6D1 color RGB value is (163,182,209).

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

RGB channels and saturation

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

163
182
209

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

Portions of RGB colors in percentages

R + G + B =
163 + 182 + 209 = 554 (100%)
R 163 of 554 ~ 29.42%
G 182 of 554 ~ 32.85%
B 209 of 554 ~ 37.73%

%29.42
%32.85
%37.73

CMYK color model

#A3B6D1 color CMYK value is (22,13,0,18).

  • cyan value is 22.01%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(22,13,0,18)
C22M13Y0K18 
(22%,13%,0%,18%)
(0.22/0.13/0.00/0.18)	

CMYK percentages

%22.01
%12.92
%0
%18.04

Codes

Color #A3B6D1 in popluar color models

A3B6D1
RGB163182209
HSL215°33.33%72.94%
HSB/HSV215°22.01%81.96%
CMYK22.01%12.92%0.00%
18.04%

Color #A3B6D1 in popluar number systems.

HEXA3B6D1
Decimal163182209
Binary101000111011011011010001
Octal243266321

Shades and tints

Shades of #A3B6D1

#A3B6D1
(163,182,209)
#95A6BE
(149,166,190)
#8796AB
(135,150,171)
#798698
(121,134,152)
#6B7685
(107,118,133)
#5D6672
(93,102,114)
#4F565F
(79,86,95)
#41464C
(65,70,76)
#333639
(51,54,57)
#252626
(37,38,38)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #A3B6D1

#A3B6D1
(163,182,209)
#ABBCD5
(171,188,213)
#B3C2D9
(179,194,217)
#BBC8DD
(187,200,221)
#C3CEE1
(195,206,225)
#CBD4E5
(203,212,229)
#D3DAE9
(211,218,233)
#DBE0ED
(219,224,237)
#E3E6F1
(227,230,241)
#EBECF5
(235,236,245)
#F3F2F9
(243,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B6D1; }

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

This text font color is #A3B6D1.


Background Color

.myBgColor { background-color: #A3B6D1; }

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

This div background color is #A3B6D1.


Border color

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

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

This div border color is #A3B6D1.


Opacity

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

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

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

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

This text has shadow with #A3B6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B6D1 on black background.


Color preview on white background

This text has color #A3B6D1 on white background.



Black color preview on #A3B6D1 background

This text has black color on #A3B6D1 background.


White color preview on #A3B6D1 background

This text has white color on #A3B6D1 background.