COLOR #A3B1CA

HEX: #A3B1CA
RGB: (163,177,202)

Color info

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

RGB color model

#A3B1CA color RGB value is (163,177,202).

  • red value is 163;
  • green value is 177;
  • blue value is 202.
RGB:
(163,177,202)
(64%,69%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 202 of 255 = 79%

163
177
202

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 202 = 542 (100%)
R 163 of 542 ~ 30.07%
G 177 of 542 ~ 32.66%
B 202 of 542 ~ 37.27%

%30.07
%32.66
%37.27

CMYK color model

#A3B1CA color CMYK value is (19,12,0,21).

  • cyan value is 19.31%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,12,0,21)
C19M12Y0K21 
(19%,12%,0%,21%)
(0.19/0.12/0.00/0.21)	

CMYK percentages

%19.31
%12.38
%0
%20.78

Codes

Color #A3B1CA in popluar color models

A3B1CA
RGB163177202
HSL218°26.90%71.57%
HSB/HSV218°19.31%79.22%
CMYK19.31%12.38%0.00%
20.78%

Color #A3B1CA in popluar number systems.

HEXA3B1CA
Decimal163177202
Binary101000111011000111001010
Octal243261312

Shades and tints

Shades of #A3B1CA

#A3B1CA
(163,177,202)
#95A1B8
(149,161,184)
#8791A6
(135,145,166)
#798194
(121,129,148)
#6B7182
(107,113,130)
#5D6170
(93,97,112)
#4F515E
(79,81,94)
#41414C
(65,65,76)
#33313A
(51,49,58)
#252128
(37,33,40)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #A3B1CA

#A3B1CA
(163,177,202)
#ABB8CE
(171,184,206)
#B3BFD2
(179,191,210)
#BBC6D6
(187,198,214)
#C3CDDA
(195,205,218)
#CBD4DE
(203,212,222)
#D3DBE2
(211,219,226)
#DBE2E6
(219,226,230)
#E3E9EA
(227,233,234)
#EBF0EE
(235,240,238)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B1CA color. Also use rgb(163,177,202) instead hex code.

Text Font Color

.myTextColor { color: #A3B1CA; }

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

This text font color is #A3B1CA.


Background Color

.myBgColor { background-color: #A3B1CA; }

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

This div background color is #A3B1CA.


Border color

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

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

This div border color is #A3B1CA.


Opacity

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

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

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

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

This text has shadow with #A3B1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B1CA on black background.


Color preview on white background

This text has color #A3B1CA on white background.



Black color preview on #A3B1CA background

This text has black color on #A3B1CA background.


White color preview on #A3B1CA background

This text has white color on #A3B1CA background.