COLOR #A0B2CF

HEX: #A0B2CF
RGB: (160,178,207)

Color info

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

RGB color model

#A0B2CF color RGB value is (160,178,207).

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

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 207 of 255 = 81%

160
178
207

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

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 207 = 545 (100%)
R 160 of 545 ~ 29.36%
G 178 of 545 ~ 32.66%
B 207 of 545 ~ 37.98%

%29.36
%32.66
%37.98

CMYK color model

#A0B2CF color CMYK value is (23,14,0,19).

  • cyan value is 22.71%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(23,14,0,19)
C23M14Y0K19 
(23%,14%,0%,19%)
(0.23/0.14/0.00/0.19)	

CMYK percentages

%22.71
%14.01
%0
%18.82

Codes

Color #A0B2CF in popluar color models

A0B2CF
RGB160178207
HSL217°32.87%71.96%
HSB/HSV217°22.71%81.18%
CMYK22.71%14.01%0.00%
18.82%

Color #A0B2CF in popluar number systems.

HEXA0B2CF
Decimal160178207
Binary101000001011001011001111
Octal240262317

Shades and tints

Shades of #A0B2CF

#A0B2CF
(160,178,207)
#92A2BD
(146,162,189)
#8492AB
(132,146,171)
#768299
(118,130,153)
#687287
(104,114,135)
#5A6275
(90,98,117)
#4C5263
(76,82,99)
#3E4251
(62,66,81)
#30323F
(48,50,63)
#22222D
(34,34,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #A0B2CF

#A0B2CF
(160,178,207)
#A8B9D3
(168,185,211)
#B0C0D7
(176,192,215)
#B8C7DB
(184,199,219)
#C0CEDF
(192,206,223)
#C8D5E3
(200,213,227)
#D0DCE7
(208,220,231)
#D8E3EB
(216,227,235)
#E0EAEF
(224,234,239)
#E8F1F3
(232,241,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B2CF; }

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

This text font color is #A0B2CF.


Background Color

.myBgColor { background-color: #A0B2CF; }

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

This div background color is #A0B2CF.


Border color

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

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

This div border color is #A0B2CF.


Opacity

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

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

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

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

This text has shadow with #A0B2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B2CF on black background.


Color preview on white background

This text has color #A0B2CF on white background.



Black color preview on #A0B2CF background

This text has black color on #A0B2CF background.


White color preview on #A0B2CF background

This text has white color on #A0B2CF background.