COLOR #A3B1CB

HEX: #A3B1CB
RGB: (163,177,203)

Color info

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

RGB color model

#A3B1CB color RGB value is (163,177,203).

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

RGB channels and saturation

R 163 of 255 = 64%
G 177 of 255 = 69%
B 203 of 255 = 80%

163
177
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 177 + 203 = 543 (100%)
R 163 of 543 ~ 30.02%
G 177 of 543 ~ 32.6%
B 203 of 543 ~ 37.38%

%30.02
%32.6
%37.38

CMYK color model

#A3B1CB color CMYK value is (20,13,0,20).

  • cyan value is 19.70%
  • magenta value is 12.81%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,13,0,20)
C20M13Y0K20 
(20%,13%,0%,20%)
(0.20/0.13/0.00/0.20)	

CMYK percentages

%19.7
%12.81
%0
%20.39

Codes

Color #A3B1CB in popluar color models

A3B1CB
RGB163177203
HSL219°27.78%71.76%
HSB/HSV219°19.70%79.61%
CMYK19.70%12.81%0.00%
20.39%

Color #A3B1CB in popluar number systems.

HEXA3B1CB
Decimal163177203
Binary101000111011000111001011
Octal243261313

Shades and tints

Shades of #A3B1CB

#A3B1CB
(163,177,203)
#95A1B9
(149,161,185)
#8791A7
(135,145,167)
#798195
(121,129,149)
#6B7183
(107,113,131)
#5D6171
(93,97,113)
#4F515F
(79,81,95)
#41414D
(65,65,77)
#33313B
(51,49,59)
#252129
(37,33,41)
#171117
(23,17,23)
#000000
(0,0,0)

Tints of #A3B1CB

#A3B1CB
(163,177,203)
#ABB8CF
(171,184,207)
#B3BFD3
(179,191,211)
#BBC6D7
(187,198,215)
#C3CDDB
(195,205,219)
#CBD4DF
(203,212,223)
#D3DBE3
(211,219,227)
#DBE2E7
(219,226,231)
#E3E9EB
(227,233,235)
#EBF0EF
(235,240,239)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B1CB; }

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

This text font color is #A3B1CB.


Background Color

.myBgColor { background-color: #A3B1CB; }

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

This div background color is #A3B1CB.


Border color

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

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

This div border color is #A3B1CB.


Opacity

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

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

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

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

This text has shadow with #A3B1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B1CB on black background.


Color preview on white background

This text has color #A3B1CB on white background.



Black color preview on #A3B1CB background

This text has black color on #A3B1CB background.


White color preview on #A3B1CB background

This text has white color on #A3B1CB background.