COLOR #A0BAF8

HEX: #A0BAF8
RGB: (160,186,248)

Color info

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

RGB color model

#A0BAF8 color RGB value is (160,186,248).

  • red value is 160;
  • green value is 186;
  • blue value is 248.
RGB:
(160,186,248)
(63%,73%,97%)

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 248 of 255 = 97%

160
186
248

R + G + B ~ 78%. #A0BAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 248 = 594 (100%)
R 160 of 594 ~ 26.94%
G 186 of 594 ~ 31.31%
B 248 of 594 ~ 41.75%

%26.94
%31.31
%41.75

CMYK color model

#A0BAF8 color CMYK value is (35,25,0,3).

  • cyan value is 35.48%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(35,25,0,3)
C35M25Y0K3 
(35%,25%,0%,3%)
(0.35/0.25/0.00/0.03)	

CMYK percentages

%35.48
%25
%0
%2.75

Codes

Color #A0BAF8 in popluar color models

A0BAF8
RGB160186248
HSL222°86.27%80.00%
HSB/HSV222°35.48%97.25%
CMYK35.48%25.00%0.00%
2.75%

Color #A0BAF8 in popluar number systems.

HEXA0BAF8
Decimal160186248
Binary101000001011101011111000
Octal240272370

Shades and tints

Shades of #A0BAF8

#A0BAF8
(160,186,248)
#92AAE2
(146,170,226)
#849ACC
(132,154,204)
#768AB6
(118,138,182)
#687AA0
(104,122,160)
#5A6A8A
(90,106,138)
#4C5A74
(76,90,116)
#3E4A5E
(62,74,94)
#303A48
(48,58,72)
#222A32
(34,42,50)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #A0BAF8

#A0BAF8
(160,186,248)
#A8C0F8
(168,192,248)
#B0C6F8
(176,198,248)
#B8CCF8
(184,204,248)
#C0D2F8
(192,210,248)
#C8D8F8
(200,216,248)
#D0DEF8
(208,222,248)
#D8E4F8
(216,228,248)
#E0EAF8
(224,234,248)
#E8F0F8
(232,240,248)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BAF8 color. Also use rgb(160,186,248) instead hex code.

Text Font Color

.myTextColor { color: #A0BAF8; }

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

This text font color is #A0BAF8.


Background Color

.myBgColor { background-color: #A0BAF8; }

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

This div background color is #A0BAF8.


Border color

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

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

This div border color is #A0BAF8.


Opacity

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

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

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

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

This text has shadow with #A0BAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BAF8 on black background.


Color preview on white background

This text has color #A0BAF8 on white background.



Black color preview on #A0BAF8 background

This text has black color on #A0BAF8 background.


White color preview on #A0BAF8 background

This text has white color on #A0BAF8 background.