COLOR #A0ABC3

HEX: #A0ABC3
RGB: (160,171,195)

Color info

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

RGB color model

#A0ABC3 color RGB value is (160,171,195).

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

RGB channels and saturation

R 160 of 255 = 63%
G 171 of 255 = 67%
B 195 of 255 = 76%

160
171
195

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

Portions of RGB colors in percentages

R + G + B =
160 + 171 + 195 = 526 (100%)
R 160 of 526 ~ 30.42%
G 171 of 526 ~ 32.51%
B 195 of 526 ~ 37.07%

%30.42
%32.51
%37.07

CMYK color model

#A0ABC3 color CMYK value is (18,12,0,24).

  • cyan value is 17.95%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(18,12,0,24)
C18M12Y0K24 
(18%,12%,0%,24%)
(0.18/0.12/0.00/0.24)	

CMYK percentages

%17.95
%12.31
%0
%23.53

Codes

Color #A0ABC3 in popluar color models

A0ABC3
RGB160171195
HSL221°22.58%69.61%
HSB/HSV221°17.95%76.47%
CMYK17.95%12.31%0.00%
23.53%

Color #A0ABC3 in popluar number systems.

HEXA0ABC3
Decimal160171195
Binary101000001010101111000011
Octal240253303

Shades and tints

Shades of #A0ABC3

#A0ABC3
(160,171,195)
#929CB2
(146,156,178)
#848DA1
(132,141,161)
#767E90
(118,126,144)
#686F7F
(104,111,127)
#5A606E
(90,96,110)
#4C515D
(76,81,93)
#3E424C
(62,66,76)
#30333B
(48,51,59)
#22242A
(34,36,42)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #A0ABC3

#A0ABC3
(160,171,195)
#A8B2C8
(168,178,200)
#B0B9CD
(176,185,205)
#B8C0D2
(184,192,210)
#C0C7D7
(192,199,215)
#C8CEDC
(200,206,220)
#D0D5E1
(208,213,225)
#D8DCE6
(216,220,230)
#E0E3EB
(224,227,235)
#E8EAF0
(232,234,240)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0ABC3; }

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

This text font color is #A0ABC3.


Background Color

.myBgColor { background-color: #A0ABC3; }

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

This div background color is #A0ABC3.


Border color

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

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

This div border color is #A0ABC3.


Opacity

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

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

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

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

This text has shadow with #A0ABC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ABC3 on black background.


Color preview on white background

This text has color #A0ABC3 on white background.



Black color preview on #A0ABC3 background

This text has black color on #A0ABC3 background.


White color preview on #A0ABC3 background

This text has white color on #A0ABC3 background.