COLOR #A0ABCE

HEX: #A0ABCE
RGB: (160,171,206)

Color info

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

RGB color model

#A0ABCE color RGB value is (160,171,206).

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

RGB channels and saturation

R 160 of 255 = 63%
G 171 of 255 = 67%
B 206 of 255 = 81%

160
171
206

R + G + B ~ 70%. #A0ABCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 171 + 206 = 537 (100%)
R 160 of 537 ~ 29.8%
G 171 of 537 ~ 31.84%
B 206 of 537 ~ 38.36%

%29.8
%31.84
%38.36

CMYK color model

#A0ABCE color CMYK value is (22,17,0,19).

  • cyan value is 22.33%
  • magenta value is 16.99%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,17,0,19)
C22M17Y0K19 
(22%,17%,0%,19%)
(0.22/0.17/0.00/0.19)	

CMYK percentages

%22.33
%16.99
%0
%19.22

Codes

Color #A0ABCE in popluar color models

A0ABCE
RGB160171206
HSL226°31.94%71.76%
HSB/HSV226°22.33%80.78%
CMYK22.33%16.99%0.00%
19.22%

Color #A0ABCE in popluar number systems.

HEXA0ABCE
Decimal160171206
Binary101000001010101111001110
Octal240253316

Shades and tints

Shades of #A0ABCE

#A0ABCE
(160,171,206)
#929CBC
(146,156,188)
#848DAA
(132,141,170)
#767E98
(118,126,152)
#686F86
(104,111,134)
#5A6074
(90,96,116)
#4C5162
(76,81,98)
#3E4250
(62,66,80)
#30333E
(48,51,62)
#22242C
(34,36,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #A0ABCE

#A0ABCE
(160,171,206)
#A8B2D2
(168,178,210)
#B0B9D6
(176,185,214)
#B8C0DA
(184,192,218)
#C0C7DE
(192,199,222)
#C8CEE2
(200,206,226)
#D0D5E6
(208,213,230)
#D8DCEA
(216,220,234)
#E0E3EE
(224,227,238)
#E8EAF2
(232,234,242)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ABCE; }

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

This text font color is #A0ABCE.


Background Color

.myBgColor { background-color: #A0ABCE; }

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

This div background color is #A0ABCE.


Border color

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

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

This div border color is #A0ABCE.


Opacity

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

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

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

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

This text has shadow with #A0ABCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ABCE on black background.


Color preview on white background

This text has color #A0ABCE on white background.



Black color preview on #A0ABCE background

This text has black color on #A0ABCE background.


White color preview on #A0ABCE background

This text has white color on #A0ABCE background.