COLOR #A0B2E5

HEX: #A0B2E5
RGB: (160,178,229)

Color info

#A0B2E5 contains mainly green and blue colors. Web safe color of #A0B2E5 is #9999CC (or #99C).

RGB color model

#A0B2E5 color RGB value is (160,178,229).

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

RGB channels and saturation

R 160 of 255 = 63%
G 178 of 255 = 70%
B 229 of 255 = 90%

160
178
229

R + G + B ~ 74%. #A0B2E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 178 + 229 = 567 (100%)
R 160 of 567 ~ 28.22%
G 178 of 567 ~ 31.39%
B 229 of 567 ~ 40.39%

%28.22
%31.39
%40.39

CMYK color model

#A0B2E5 color CMYK value is (30,22,0,10).

  • cyan value is 30.13%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(30,22,0,10)
C30M22Y0K10 
(30%,22%,0%,10%)
(0.30/0.22/0.00/0.10)	

CMYK percentages

%30.13
%22.27
%0
%10.2

Codes

Color #A0B2E5 in popluar color models

A0B2E5
RGB160178229
HSL224°57.02%76.27%
HSB/HSV224°30.13%89.80%
CMYK30.13%22.27%0.00%
10.20%

Color #A0B2E5 in popluar number systems.

HEXA0B2E5
Decimal160178229
Binary101000001011001011100101
Octal240262345

Shades and tints

Shades of #A0B2E5

#A0B2E5
(160,178,229)
#92A2D1
(146,162,209)
#8492BD
(132,146,189)
#7682A9
(118,130,169)
#687295
(104,114,149)
#5A6281
(90,98,129)
#4C526D
(76,82,109)
#3E4259
(62,66,89)
#303245
(48,50,69)
#222231
(34,34,49)
#14121D
(20,18,29)
#000000
(0,0,0)

Tints of #A0B2E5

#A0B2E5
(160,178,229)
#A8B9E7
(168,185,231)
#B0C0E9
(176,192,233)
#B8C7EB
(184,199,235)
#C0CEED
(192,206,237)
#C8D5EF
(200,213,239)
#D0DCF1
(208,220,241)
#D8E3F3
(216,227,243)
#E0EAF5
(224,234,245)
#E8F1F7
(232,241,247)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0B2E5; }

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

This text font color is #A0B2E5.


Background Color

.myBgColor { background-color: #A0B2E5; }

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

This div background color is #A0B2E5.


Border color

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

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

This div border color is #A0B2E5.


Opacity

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

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

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

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

This text has shadow with #A0B2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0B2E5 on black background.


Color preview on white background

This text has color #A0B2E5 on white background.



Black color preview on #A0B2E5 background

This text has black color on #A0B2E5 background.


White color preview on #A0B2E5 background

This text has white color on #A0B2E5 background.