COLOR #A0B6DA

HEX: #A0B6DA
RGB: (160,182,218)

Color info

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

RGB color model

#A0B6DA color RGB value is (160,182,218).

  • red value is 160;
  • green value is 182;
  • blue value is 218.
RGB:
(160,182,218)
(63%,71%,85%)

RGB channels and saturation

R 160 of 255 = 63%
G 182 of 255 = 71%
B 218 of 255 = 85%

160
182
218

R + G + B ~ 73%. #A0B6DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 182 + 218 = 560 (100%)
R 160 of 560 ~ 28.57%
G 182 of 560 ~ 32.5%
B 218 of 560 ~ 38.93%

%28.57
%32.5
%38.93

CMYK color model

#A0B6DA color CMYK value is (27,17,0,15).

  • cyan value is 26.61%
  • magenta value is 16.51%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(27,17,0,15)
C27M17Y0K15 
(27%,17%,0%,15%)
(0.27/0.17/0.00/0.15)	

CMYK percentages

%26.61
%16.51
%0
%14.51

Codes

Color #A0B6DA in popluar color models

A0B6DA
RGB160182218
HSL217°43.94%74.12%
HSB/HSV217°26.61%85.49%
CMYK26.61%16.51%0.00%
14.51%

Color #A0B6DA in popluar number systems.

HEXA0B6DA
Decimal160182218
Binary101000001011011011011010
Octal240266332

Shades and tints

Shades of #A0B6DA

#A0B6DA
(160,182,218)
#92A6C7
(146,166,199)
#8496B4
(132,150,180)
#7686A1
(118,134,161)
#68768E
(104,118,142)
#5A667B
(90,102,123)
#4C5668
(76,86,104)
#3E4655
(62,70,85)
#303642
(48,54,66)
#22262F
(34,38,47)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #A0B6DA

#A0B6DA
(160,182,218)
#A8BCDD
(168,188,221)
#B0C2E0
(176,194,224)
#B8C8E3
(184,200,227)
#C0CEE6
(192,206,230)
#C8D4E9
(200,212,233)
#D0DAEC
(208,218,236)
#D8E0EF
(216,224,239)
#E0E6F2
(224,230,242)
#E8ECF5
(232,236,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0B6DA color. Also use rgb(160,182,218) instead hex code.

Text Font Color

.myTextColor { color: #A0B6DA; }

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

This text font color is #A0B6DA.


Background Color

.myBgColor { background-color: #A0B6DA; }

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

This div background color is #A0B6DA.


Border color

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

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

This div border color is #A0B6DA.


Opacity

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

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

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

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

This text has shadow with #A0B6DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B6DA on black background.


Color preview on white background

This text has color #A0B6DA on white background.



Black color preview on #A0B6DA background

This text has black color on #A0B6DA background.


White color preview on #A0B6DA background

This text has white color on #A0B6DA background.