COLOR #A3B5F4

HEX: #A3B5F4
RGB: (163,181,244)

Color info

#A3B5F4 contains mainly blue color. Web safe color of #A3B5F4 is #99CCFF (or #9CF).

RGB color model

#A3B5F4 color RGB value is (163,181,244).

  • red value is 163;
  • green value is 181;
  • blue value is 244.
RGB:
(163,181,244)
(64%,71%,96%)

RGB channels and saturation

R 163 of 255 = 64%
G 181 of 255 = 71%
B 244 of 255 = 96%

163
181
244

R + G + B ~ 77%. #A3B5F4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 181 + 244 = 588 (100%)
R 163 of 588 ~ 27.72%
G 181 of 588 ~ 30.78%
B 244 of 588 ~ 41.5%

%27.72
%30.78
%41.5

CMYK color model

#A3B5F4 color CMYK value is (33,26,0,4).

  • cyan value is 33.20%
  • magenta value is 25.82%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(33,26,0,4)
C33M26Y0K4 
(33%,26%,0%,4%)
(0.33/0.26/0.00/0.04)	

CMYK percentages

%33.2
%25.82
%0
%4.31

Codes

Color #A3B5F4 in popluar color models

A3B5F4
RGB163181244
HSL227°78.64%79.80%
HSB/HSV227°33.20%95.69%
CMYK33.20%25.82%0.00%
4.31%

Color #A3B5F4 in popluar number systems.

HEXA3B5F4
Decimal163181244
Binary101000111011010111110100
Octal243265364

Shades and tints

Shades of #A3B5F4

#A3B5F4
(163,181,244)
#95A5DE
(149,165,222)
#8795C8
(135,149,200)
#7985B2
(121,133,178)
#6B759C
(107,117,156)
#5D6586
(93,101,134)
#4F5570
(79,85,112)
#41455A
(65,69,90)
#333544
(51,53,68)
#25252E
(37,37,46)
#171518
(23,21,24)
#000000
(0,0,0)

Tints of #A3B5F4

#A3B5F4
(163,181,244)
#ABBBF5
(171,187,245)
#B3C1F6
(179,193,246)
#BBC7F7
(187,199,247)
#C3CDF8
(195,205,248)
#CBD3F9
(203,211,249)
#D3D9FA
(211,217,250)
#DBDFFB
(219,223,251)
#E3E5FC
(227,229,252)
#EBEBFD
(235,235,253)
#F3F1FE
(243,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3B5F4 color. Also use rgb(163,181,244) instead hex code.

Text Font Color

.myTextColor { color: #A3B5F4; }

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

This text font color is #A3B5F4.


Background Color

.myBgColor { background-color: #A3B5F4; }

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

This div background color is #A3B5F4.


Border color

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

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

This div border color is #A3B5F4.


Opacity

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

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

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

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

This text has shadow with #A3B5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B5F4 on black background.


Color preview on white background

This text has color #A3B5F4 on white background.



Black color preview on #A3B5F4 background

This text has black color on #A3B5F4 background.


White color preview on #A3B5F4 background

This text has white color on #A3B5F4 background.