COLOR #A3B2CB

HEX: #A3B2CB
RGB: (163,178,203)

Color info

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

RGB color model

#A3B2CB color RGB value is (163,178,203).

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

RGB channels and saturation

R 163 of 255 = 64%
G 178 of 255 = 70%
B 203 of 255 = 80%

163
178
203

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

Portions of RGB colors in percentages

R + G + B =
163 + 178 + 203 = 544 (100%)
R 163 of 544 ~ 29.96%
G 178 of 544 ~ 32.72%
B 203 of 544 ~ 37.32%

%29.96
%32.72
%37.32

CMYK color model

#A3B2CB color CMYK value is (20,12,0,20).

  • cyan value is 19.70%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(20,12,0,20)
C20M12Y0K20 
(20%,12%,0%,20%)
(0.20/0.12/0.00/0.20)	

CMYK percentages

%19.7
%12.32
%0
%20.39

Codes

Color #A3B2CB in popluar color models

A3B2CB
RGB163178203
HSL218°27.78%71.76%
HSB/HSV218°19.70%79.61%
CMYK19.70%12.32%0.00%
20.39%

Color #A3B2CB in popluar number systems.

HEXA3B2CB
Decimal163178203
Binary101000111011001011001011
Octal243262313

Shades and tints

Shades of #A3B2CB

#A3B2CB
(163,178,203)
#95A2B9
(149,162,185)
#8792A7
(135,146,167)
#798295
(121,130,149)
#6B7283
(107,114,131)
#5D6271
(93,98,113)
#4F525F
(79,82,95)
#41424D
(65,66,77)
#33323B
(51,50,59)
#252229
(37,34,41)
#171217
(23,18,23)
#000000
(0,0,0)

Tints of #A3B2CB

#A3B2CB
(163,178,203)
#ABB9CF
(171,185,207)
#B3C0D3
(179,192,211)
#BBC7D7
(187,199,215)
#C3CEDB
(195,206,219)
#CBD5DF
(203,213,223)
#D3DCE3
(211,220,227)
#DBE3E7
(219,227,231)
#E3EAEB
(227,234,235)
#EBF1EF
(235,241,239)
#F3F8F3
(243,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B2CB; }

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

This text font color is #A3B2CB.


Background Color

.myBgColor { background-color: #A3B2CB; }

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

This div background color is #A3B2CB.


Border color

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

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

This div border color is #A3B2CB.


Opacity

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

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

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

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

This text has shadow with #A3B2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B2CB on black background.


Color preview on white background

This text has color #A3B2CB on white background.



Black color preview on #A3B2CB background

This text has black color on #A3B2CB background.


White color preview on #A3B2CB background

This text has white color on #A3B2CB background.