COLOR #A0B3CA

HEX: #A0B3CA
RGB: (160,179,202)

Color info

#A0B3CA contains red, green and blue colors in about the same proportion. Web safe color of #A0B3CA is #9999CC (or #99C).

RGB color model

#A0B3CA color RGB value is (160,179,202).

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

RGB channels and saturation

R 160 of 255 = 63%
G 179 of 255 = 70%
B 202 of 255 = 79%

160
179
202

R + G + B ~ 71%. #A0B3CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 179 + 202 = 541 (100%)
R 160 of 541 ~ 29.57%
G 179 of 541 ~ 33.09%
B 202 of 541 ~ 37.34%

%29.57
%33.09
%37.34

CMYK color model

#A0B3CA color CMYK value is (21,11,0,21).

  • cyan value is 20.79%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(21,11,0,21)
C21M11Y0K21 
(21%,11%,0%,21%)
(0.21/0.11/0.00/0.21)	

CMYK percentages

%20.79
%11.39
%0
%20.78

Codes

Color #A0B3CA in popluar color models

A0B3CA
RGB160179202
HSL213°28.38%70.98%
HSB/HSV213°20.79%79.22%
CMYK20.79%11.39%0.00%
20.78%

Color #A0B3CA in popluar number systems.

HEXA0B3CA
Decimal160179202
Binary101000001011001111001010
Octal240263312

Shades and tints

Shades of #A0B3CA

#A0B3CA
(160,179,202)
#92A3B8
(146,163,184)
#8493A6
(132,147,166)
#768394
(118,131,148)
#687382
(104,115,130)
#5A6370
(90,99,112)
#4C535E
(76,83,94)
#3E434C
(62,67,76)
#30333A
(48,51,58)
#222328
(34,35,40)
#141316
(20,19,22)
#000000
(0,0,0)

Tints of #A0B3CA

#A0B3CA
(160,179,202)
#A8B9CE
(168,185,206)
#B0BFD2
(176,191,210)
#B8C5D6
(184,197,214)
#C0CBDA
(192,203,218)
#C8D1DE
(200,209,222)
#D0D7E2
(208,215,226)
#D8DDE6
(216,221,230)
#E0E3EA
(224,227,234)
#E8E9EE
(232,233,238)
#F0EFF2
(240,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B3CA; }

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

This text font color is #A0B3CA.


Background Color

.myBgColor { background-color: #A0B3CA; }

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

This div background color is #A0B3CA.


Border color

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

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

This div border color is #A0B3CA.


Opacity

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

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

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

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

This text has shadow with #A0B3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B3CA on black background.


Color preview on white background

This text has color #A0B3CA on white background.



Black color preview on #A0B3CA background

This text has black color on #A0B3CA background.


White color preview on #A0B3CA background

This text has white color on #A0B3CA background.