COLOR #A0BACC

HEX: #A0BACC
RGB: (160,186,204)

Color info

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

RGB color model

#A0BACC color RGB value is (160,186,204).

  • red value is 160;
  • green value is 186;
  • blue value is 204.
RGB:
(160,186,204)
(63%,73%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 186 of 255 = 73%
B 204 of 255 = 80%

160
186
204

R + G + B ~ 72%. #A0BACC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 186 + 204 = 550 (100%)
R 160 of 550 ~ 29.09%
G 186 of 550 ~ 33.82%
B 204 of 550 ~ 37.09%

%29.09
%33.82
%37.09

CMYK color model

#A0BACC color CMYK value is (22,9,0,20).

  • cyan value is 21.57%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(22,9,0,20)
C22M9Y0K20 
(22%,9%,0%,20%)
(0.22/0.09/0.00/0.20)	

CMYK percentages

%21.57
%8.82
%0
%20

Codes

Color #A0BACC in popluar color models

A0BACC
RGB160186204
HSL205°30.14%71.37%
HSB/HSV205°21.57%80.00%
CMYK21.57%8.82%0.00%
20.00%

Color #A0BACC in popluar number systems.

HEXA0BACC
Decimal160186204
Binary101000001011101011001100
Octal240272314

Shades and tints

Shades of #A0BACC

#A0BACC
(160,186,204)
#92AABA
(146,170,186)
#849AA8
(132,154,168)
#768A96
(118,138,150)
#687A84
(104,122,132)
#5A6A72
(90,106,114)
#4C5A60
(76,90,96)
#3E4A4E
(62,74,78)
#303A3C
(48,58,60)
#222A2A
(34,42,42)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #A0BACC

#A0BACC
(160,186,204)
#A8C0D0
(168,192,208)
#B0C6D4
(176,198,212)
#B8CCD8
(184,204,216)
#C0D2DC
(192,210,220)
#C8D8E0
(200,216,224)
#D0DEE4
(208,222,228)
#D8E4E8
(216,228,232)
#E0EAEC
(224,234,236)
#E8F0F0
(232,240,240)
#F0F6F4
(240,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0BACC color. Also use rgb(160,186,204) instead hex code.

Text Font Color

.myTextColor { color: #A0BACC; }

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

This text font color is #A0BACC.


Background Color

.myBgColor { background-color: #A0BACC; }

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

This div background color is #A0BACC.


Border color

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

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

This div border color is #A0BACC.


Opacity

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

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

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

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

This text has shadow with #A0BACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0BACC on black background.


Color preview on white background

This text has color #A0BACC on white background.



Black color preview on #A0BACC background

This text has black color on #A0BACC background.


White color preview on #A0BACC background

This text has white color on #A0BACC background.