COLOR #A0B2EC

HEX: #A0B2EC
RGB: (160,178,236)

Color info

#A0B2EC contains mainly green and blue colors. Web safe color of #A0B2EC is #9999FF (or #99F).

RGB color model

#A0B2EC color RGB value is (160,178,236).

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

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 236 of 255 = 93%

160
178
236

R + G + B ~ 75%. #A0B2EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 236 = 574 (100%)
R 160 of 574 ~ 27.87%
G 178 of 574 ~ 31.01%
B 236 of 574 ~ 41.11%

%27.87
%31.01
%41.11

CMYK color model

#A0B2EC color CMYK value is (32,25,0,7).

  • cyan value is 32.20%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(32,25,0,7)
C32M25Y0K7 
(32%,25%,0%,7%)
(0.32/0.25/0.00/0.07)	

CMYK percentages

%32.2
%24.58
%0
%7.45

Codes

Color #A0B2EC in popluar color models

A0B2EC
RGB160178236
HSL226°66.67%77.65%
HSB/HSV226°32.20%92.55%
CMYK32.20%24.58%0.00%
7.45%

Color #A0B2EC in popluar number systems.

HEXA0B2EC
Decimal160178236
Binary101000001011001011101100
Octal240262354

Shades and tints

Shades of #A0B2EC

#A0B2EC
(160,178,236)
#92A2D7
(146,162,215)
#8492C2
(132,146,194)
#7682AD
(118,130,173)
#687298
(104,114,152)
#5A6283
(90,98,131)
#4C526E
(76,82,110)
#3E4259
(62,66,89)
#303244
(48,50,68)
#22222F
(34,34,47)
#14121A
(20,18,26)
#000000
(0,0,0)

Tints of #A0B2EC

#A0B2EC
(160,178,236)
#A8B9ED
(168,185,237)
#B0C0EE
(176,192,238)
#B8C7EF
(184,199,239)
#C0CEF0
(192,206,240)
#C8D5F1
(200,213,241)
#D0DCF2
(208,220,242)
#D8E3F3
(216,227,243)
#E0EAF4
(224,234,244)
#E8F1F5
(232,241,245)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B2EC; }

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

This text font color is #A0B2EC.


Background Color

.myBgColor { background-color: #A0B2EC; }

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

This div background color is #A0B2EC.


Border color

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

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

This div border color is #A0B2EC.


Opacity

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

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

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

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

This text has shadow with #A0B2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B2EC on black background.


Color preview on white background

This text has color #A0B2EC on white background.



Black color preview on #A0B2EC background

This text has black color on #A0B2EC background.


White color preview on #A0B2EC background

This text has white color on #A0B2EC background.