COLOR #A3B3EB

HEX: #A3B3EB
RGB: (163,179,235)

Color info

#A3B3EB contains mainly green and blue colors. Web safe color of #A3B3EB is #9999FF (or #99F).

RGB color model

#A3B3EB color RGB value is (163,179,235).

  • red value is 163;
  • green value is 179;
  • blue value is 235.
RGB:
(163,179,235)
(64%,70%,92%)

RGB channels and saturation

R 163 of 255 = 64%
G 179 of 255 = 70%
B 235 of 255 = 92%

163
179
235

R + G + B ~ 75%. #A3B3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 179 + 235 = 577 (100%)
R 163 of 577 ~ 28.25%
G 179 of 577 ~ 31.02%
B 235 of 577 ~ 40.73%

%28.25
%31.02
%40.73

CMYK color model

#A3B3EB color CMYK value is (31,24,0,8).

  • cyan value is 30.64%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,24,0,8)
C31M24Y0K8 
(31%,24%,0%,8%)
(0.31/0.24/0.00/0.08)	

CMYK percentages

%30.64
%23.83
%0
%7.84

Codes

Color #A3B3EB in popluar color models

A3B3EB
RGB163179235
HSL227°64.29%78.04%
HSB/HSV227°30.64%92.16%
CMYK30.64%23.83%0.00%
7.84%

Color #A3B3EB in popluar number systems.

HEXA3B3EB
Decimal163179235
Binary101000111011001111101011
Octal243263353

Shades and tints

Shades of #A3B3EB

#A3B3EB
(163,179,235)
#95A3D6
(149,163,214)
#8793C1
(135,147,193)
#7983AC
(121,131,172)
#6B7397
(107,115,151)
#5D6382
(93,99,130)
#4F536D
(79,83,109)
#414358
(65,67,88)
#333343
(51,51,67)
#25232E
(37,35,46)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #A3B3EB

#A3B3EB
(163,179,235)
#ABB9EC
(171,185,236)
#B3BFED
(179,191,237)
#BBC5EE
(187,197,238)
#C3CBEF
(195,203,239)
#CBD1F0
(203,209,240)
#D3D7F1
(211,215,241)
#DBDDF2
(219,221,242)
#E3E3F3
(227,227,243)
#EBE9F4
(235,233,244)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B3EB color. Also use rgb(163,179,235) instead hex code.

Text Font Color

.myTextColor { color: #A3B3EB; }

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

This text font color is #A3B3EB.


Background Color

.myBgColor { background-color: #A3B3EB; }

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

This div background color is #A3B3EB.


Border color

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

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

This div border color is #A3B3EB.


Opacity

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

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

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

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

This text has shadow with #A3B3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B3EB on black background.


Color preview on white background

This text has color #A3B3EB on white background.



Black color preview on #A3B3EB background

This text has black color on #A3B3EB background.


White color preview on #A3B3EB background

This text has white color on #A3B3EB background.