COLOR #A0B3F5

HEX: #A0B3F5
RGB: (160,179,245)

Color info

#A0B3F5 contains mainly blue color. Web safe color of #A0B3F5 is #9999FF (or #99F).

RGB color model

#A0B3F5 color RGB value is (160,179,245).

  • red value is 160;
  • green value is 179;
  • blue value is 245.
RGB:
(160,179,245)
(63%,70%,96%)

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 245 of 255 = 96%

160
179
245

R + G + B ~ 76%. #A0B3F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 245 = 584 (100%)
R 160 of 584 ~ 27.4%
G 179 of 584 ~ 30.65%
B 245 of 584 ~ 41.95%

%27.4
%30.65
%41.95

CMYK color model

#A0B3F5 color CMYK value is (35,27,0,4).

  • cyan value is 34.69%
  • magenta value is 26.94%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(35,27,0,4)
C35M27Y0K4 
(35%,27%,0%,4%)
(0.35/0.27/0.00/0.04)	

CMYK percentages

%34.69
%26.94
%0
%3.92

Codes

Color #A0B3F5 in popluar color models

A0B3F5
RGB160179245
HSL227°80.95%79.41%
HSB/HSV227°34.69%96.08%
CMYK34.69%26.94%0.00%
3.92%

Color #A0B3F5 in popluar number systems.

HEXA0B3F5
Decimal160179245
Binary101000001011001111110101
Octal240263365

Shades and tints

Shades of #A0B3F5

#A0B3F5
(160,179,245)
#92A3DF
(146,163,223)
#8493C9
(132,147,201)
#7683B3
(118,131,179)
#68739D
(104,115,157)
#5A6387
(90,99,135)
#4C5371
(76,83,113)
#3E435B
(62,67,91)
#303345
(48,51,69)
#22232F
(34,35,47)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #A0B3F5

#A0B3F5
(160,179,245)
#A8B9F5
(168,185,245)
#B0BFF5
(176,191,245)
#B8C5F5
(184,197,245)
#C0CBF5
(192,203,245)
#C8D1F5
(200,209,245)
#D0D7F5
(208,215,245)
#D8DDF5
(216,221,245)
#E0E3F5
(224,227,245)
#E8E9F5
(232,233,245)
#F0EFF5
(240,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B3F5 color. Also use rgb(160,179,245) instead hex code.

Text Font Color

.myTextColor { color: #A0B3F5; }

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

This text font color is #A0B3F5.


Background Color

.myBgColor { background-color: #A0B3F5; }

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

This div background color is #A0B3F5.


Border color

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

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

This div border color is #A0B3F5.


Opacity

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

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

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

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

This text has shadow with #A0B3F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B3F5 on black background.


Color preview on white background

This text has color #A0B3F5 on white background.



Black color preview on #A0B3F5 background

This text has black color on #A0B3F5 background.


White color preview on #A0B3F5 background

This text has white color on #A0B3F5 background.