COLOR #A0A3CE

HEX: #A0A3CE
RGB: (160,163,206)

Color info

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

RGB color model

#A0A3CE color RGB value is (160,163,206).

  • red value is 160;
  • green value is 163;
  • blue value is 206.
RGB:
(160,163,206)
(63%,64%,81%)

RGB channels and saturation

R 160 of 255 = 63%
G 163 of 255 = 64%
B 206 of 255 = 81%

160
163
206

R + G + B ~ 69%. #A0A3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 163 + 206 = 529 (100%)
R 160 of 529 ~ 30.25%
G 163 of 529 ~ 30.81%
B 206 of 529 ~ 38.94%

%30.25
%30.81
%38.94

CMYK color model

#A0A3CE color CMYK value is (22,21,0,19).

  • cyan value is 22.33%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,21,0,19)
C22M21Y0K19 
(22%,21%,0%,19%)
(0.22/0.21/0.00/0.19)	

CMYK percentages

%22.33
%20.87
%0
%19.22

Codes

Color #A0A3CE in popluar color models

A0A3CE
RGB160163206
HSL236°31.94%71.76%
HSB/HSV236°22.33%80.78%
CMYK22.33%20.87%0.00%
19.22%

Color #A0A3CE in popluar number systems.

HEXA0A3CE
Decimal160163206
Binary101000001010001111001110
Octal240243316

Shades and tints

Shades of #A0A3CE

#A0A3CE
(160,163,206)
#9295BC
(146,149,188)
#8487AA
(132,135,170)
#767998
(118,121,152)
#686B86
(104,107,134)
#5A5D74
(90,93,116)
#4C4F62
(76,79,98)
#3E4150
(62,65,80)
#30333E
(48,51,62)
#22252C
(34,37,44)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #A0A3CE

#A0A3CE
(160,163,206)
#A8ABD2
(168,171,210)
#B0B3D6
(176,179,214)
#B8BBDA
(184,187,218)
#C0C3DE
(192,195,222)
#C8CBE2
(200,203,226)
#D0D3E6
(208,211,230)
#D8DBEA
(216,219,234)
#E0E3EE
(224,227,238)
#E8EBF2
(232,235,242)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0A3CE color. Also use rgb(160,163,206) instead hex code.

Text Font Color

.myTextColor { color: #A0A3CE; }

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

This text font color is #A0A3CE.


Background Color

.myBgColor { background-color: #A0A3CE; }

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

This div background color is #A0A3CE.


Border color

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

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

This div border color is #A0A3CE.


Opacity

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

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

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

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

This text has shadow with #A0A3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0A3CE on black background.


Color preview on white background

This text has color #A0A3CE on white background.



Black color preview on #A0A3CE background

This text has black color on #A0A3CE background.


White color preview on #A0A3CE background

This text has white color on #A0A3CE background.