COLOR #A0B3E6

HEX: #A0B3E6
RGB: (160,179,230)

Color info

#A0B3E6 contains mainly green and blue colors. Web safe color of #A0B3E6 is #9999CC (or #99C).

RGB color model

#A0B3E6 color RGB value is (160,179,230).

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

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 230 of 255 = 90%

160
179
230

R + G + B ~ 74%. #A0B3E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 230 = 569 (100%)
R 160 of 569 ~ 28.12%
G 179 of 569 ~ 31.46%
B 230 of 569 ~ 40.42%

%28.12
%31.46
%40.42

CMYK color model

#A0B3E6 color CMYK value is (30,22,0,10).

  • cyan value is 30.43%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(30,22,0,10)
C30M22Y0K10 
(30%,22%,0%,10%)
(0.30/0.22/0.00/0.10)	

CMYK percentages

%30.43
%22.17
%0
%9.8

Codes

Color #A0B3E6 in popluar color models

A0B3E6
RGB160179230
HSL224°58.33%76.47%
HSB/HSV224°30.43%90.20%
CMYK30.43%22.17%0.00%
9.80%

Color #A0B3E6 in popluar number systems.

HEXA0B3E6
Decimal160179230
Binary101000001011001111100110
Octal240263346

Shades and tints

Shades of #A0B3E6

#A0B3E6
(160,179,230)
#92A3D2
(146,163,210)
#8493BE
(132,147,190)
#7683AA
(118,131,170)
#687396
(104,115,150)
#5A6382
(90,99,130)
#4C536E
(76,83,110)
#3E435A
(62,67,90)
#303346
(48,51,70)
#222332
(34,35,50)
#14131E
(20,19,30)
#000000
(0,0,0)

Tints of #A0B3E6

#A0B3E6
(160,179,230)
#A8B9E8
(168,185,232)
#B0BFEA
(176,191,234)
#B8C5EC
(184,197,236)
#C0CBEE
(192,203,238)
#C8D1F0
(200,209,240)
#D0D7F2
(208,215,242)
#D8DDF4
(216,221,244)
#E0E3F6
(224,227,246)
#E8E9F8
(232,233,248)
#F0EFFA
(240,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B3E6; }

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

This text font color is #A0B3E6.


Background Color

.myBgColor { background-color: #A0B3E6; }

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

This div background color is #A0B3E6.


Border color

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

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

This div border color is #A0B3E6.


Opacity

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

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

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

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

This text has shadow with #A0B3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B3E6 on black background.


Color preview on white background

This text has color #A0B3E6 on white background.



Black color preview on #A0B3E6 background

This text has black color on #A0B3E6 background.


White color preview on #A0B3E6 background

This text has white color on #A0B3E6 background.