COLOR #A3B6C4

HEX: #A3B6C4
RGB: (163,182,196)

Color info

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

RGB color model

#A3B6C4 color RGB value is (163,182,196).

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

RGB channels and saturation

R 163 of 255 = 64%
G 182 of 255 = 71%
B 196 of 255 = 77%

163
182
196

R + G + B ~ 71%. #A3B6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 182 + 196 = 541 (100%)
R 163 of 541 ~ 30.13%
G 182 of 541 ~ 33.64%
B 196 of 541 ~ 36.23%

%30.13
%33.64
%36.23

CMYK color model

#A3B6C4 color CMYK value is (17,7,0,23).

  • cyan value is 16.84%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(17,7,0,23)
C17M7Y0K23 
(17%,7%,0%,23%)
(0.17/0.07/0.00/0.23)	

CMYK percentages

%16.84
%7.14
%0
%23.14

Codes

Color #A3B6C4 in popluar color models

A3B6C4
RGB163182196
HSL205°21.85%70.39%
HSB/HSV205°16.84%76.86%
CMYK16.84%7.14%0.00%
23.14%

Color #A3B6C4 in popluar number systems.

HEXA3B6C4
Decimal163182196
Binary101000111011011011000100
Octal243266304

Shades and tints

Shades of #A3B6C4

#A3B6C4
(163,182,196)
#95A6B3
(149,166,179)
#8796A2
(135,150,162)
#798691
(121,134,145)
#6B7680
(107,118,128)
#5D666F
(93,102,111)
#4F565E
(79,86,94)
#41464D
(65,70,77)
#33363C
(51,54,60)
#25262B
(37,38,43)
#17161A
(23,22,26)
#000000
(0,0,0)

Tints of #A3B6C4

#A3B6C4
(163,182,196)
#ABBCC9
(171,188,201)
#B3C2CE
(179,194,206)
#BBC8D3
(187,200,211)
#C3CED8
(195,206,216)
#CBD4DD
(203,212,221)
#D3DAE2
(211,218,226)
#DBE0E7
(219,224,231)
#E3E6EC
(227,230,236)
#EBECF1
(235,236,241)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B6C4; }

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

This text font color is #A3B6C4.


Background Color

.myBgColor { background-color: #A3B6C4; }

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

This div background color is #A3B6C4.


Border color

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

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

This div border color is #A3B6C4.


Opacity

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

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

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

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

This text has shadow with #A3B6C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B6C4 on black background.


Color preview on white background

This text has color #A3B6C4 on white background.



Black color preview on #A3B6C4 background

This text has black color on #A3B6C4 background.


White color preview on #A3B6C4 background

This text has white color on #A3B6C4 background.