COLOR #A0B2C0

HEX: #A0B2C0
RGB: (160,178,192)

Color info

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

RGB color model

#A0B2C0 color RGB value is (160,178,192).

  • red value is 160;
  • green value is 178;
  • blue value is 192.
RGB:
(160,178,192)
(63%,70%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 192 of 255 = 75%

160
178
192

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

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 192 = 530 (100%)
R 160 of 530 ~ 30.19%
G 178 of 530 ~ 33.58%
B 192 of 530 ~ 36.23%

%30.19
%33.58
%36.23

CMYK color model

#A0B2C0 color CMYK value is (17,7,0,25).

  • cyan value is 16.67%
  • magenta value is 7.29%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(17,7,0,25)
C17M7Y0K25 
(17%,7%,0%,25%)
(0.17/0.07/0.00/0.25)	

CMYK percentages

%16.67
%7.29
%0
%24.71

Codes

Color #A0B2C0 in popluar color models

A0B2C0
RGB160178192
HSL206°20.25%69.02%
HSB/HSV206°16.67%75.29%
CMYK16.67%7.29%0.00%
24.71%

Color #A0B2C0 in popluar number systems.

HEXA0B2C0
Decimal160178192
Binary101000001011001011000000
Octal240262300

Shades and tints

Shades of #A0B2C0

#A0B2C0
(160,178,192)
#92A2AF
(146,162,175)
#84929E
(132,146,158)
#76828D
(118,130,141)
#68727C
(104,114,124)
#5A626B
(90,98,107)
#4C525A
(76,82,90)
#3E4249
(62,66,73)
#303238
(48,50,56)
#222227
(34,34,39)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A0B2C0

#A0B2C0
(160,178,192)
#A8B9C5
(168,185,197)
#B0C0CA
(176,192,202)
#B8C7CF
(184,199,207)
#C0CED4
(192,206,212)
#C8D5D9
(200,213,217)
#D0DCDE
(208,220,222)
#D8E3E3
(216,227,227)
#E0EAE8
(224,234,232)
#E8F1ED
(232,241,237)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B2C0 color. Also use rgb(160,178,192) instead hex code.

Text Font Color

.myTextColor { color: #A0B2C0; }

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

This text font color is #A0B2C0.


Background Color

.myBgColor { background-color: #A0B2C0; }

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

This div background color is #A0B2C0.


Border color

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

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

This div border color is #A0B2C0.


Opacity

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

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

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

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

This text has shadow with #A0B2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B2C0 on black background.


Color preview on white background

This text has color #A0B2C0 on white background.



Black color preview on #A0B2C0 background

This text has black color on #A0B2C0 background.


White color preview on #A0B2C0 background

This text has white color on #A0B2C0 background.