COLOR #A0B1CE

HEX: #A0B1CE
RGB: (160,177,206)

Color info

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

RGB color model

#A0B1CE color RGB value is (160,177,206).

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

RGB channels and saturation

R 160 of 255 = 63%
G 177 of 255 = 69%
B 206 of 255 = 81%

160
177
206

R + G + B ~ 71%. #A0B1CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 177 + 206 = 543 (100%)
R 160 of 543 ~ 29.47%
G 177 of 543 ~ 32.6%
B 206 of 543 ~ 37.94%

%29.47
%32.6
%37.94

CMYK color model

#A0B1CE color CMYK value is (22,14,0,19).

  • cyan value is 22.33%
  • magenta value is 14.08%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(22,14,0,19)
C22M14Y0K19 
(22%,14%,0%,19%)
(0.22/0.14/0.00/0.19)	

CMYK percentages

%22.33
%14.08
%0
%19.22

Codes

Color #A0B1CE in popluar color models

A0B1CE
RGB160177206
HSL218°31.94%71.76%
HSB/HSV218°22.33%80.78%
CMYK22.33%14.08%0.00%
19.22%

Color #A0B1CE in popluar number systems.

HEXA0B1CE
Decimal160177206
Binary101000001011000111001110
Octal240261316

Shades and tints

Shades of #A0B1CE

#A0B1CE
(160,177,206)
#92A1BC
(146,161,188)
#8491AA
(132,145,170)
#768198
(118,129,152)
#687186
(104,113,134)
#5A6174
(90,97,116)
#4C5162
(76,81,98)
#3E4150
(62,65,80)
#30313E
(48,49,62)
#22212C
(34,33,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #A0B1CE

#A0B1CE
(160,177,206)
#A8B8D2
(168,184,210)
#B0BFD6
(176,191,214)
#B8C6DA
(184,198,218)
#C0CDDE
(192,205,222)
#C8D4E2
(200,212,226)
#D0DBE6
(208,219,230)
#D8E2EA
(216,226,234)
#E0E9EE
(224,233,238)
#E8F0F2
(232,240,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B1CE; }

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

This text font color is #A0B1CE.


Background Color

.myBgColor { background-color: #A0B1CE; }

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

This div background color is #A0B1CE.


Border color

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

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

This div border color is #A0B1CE.


Opacity

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

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

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

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

This text has shadow with #A0B1CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B1CE on black background.


Color preview on white background

This text has color #A0B1CE on white background.



Black color preview on #A0B1CE background

This text has black color on #A0B1CE background.


White color preview on #A0B1CE background

This text has white color on #A0B1CE background.