COLOR #A2B2F9

HEX: #A2B2F9
RGB: (162,178,249)

Color info

#A2B2F9 contains mainly blue color. Web safe color of #A2B2F9 is #9999FF (or #99F).

RGB color model

#A2B2F9 color RGB value is (162,178,249).

  • red value is 162;
  • green value is 178;
  • blue value is 249.
RGB:
(162,178,249)
(64%,70%,98%)

RGB channels and saturation

R 162 of 255 = 64%
G 178 of 255 = 70%
B 249 of 255 = 98%

162
178
249

R + G + B ~ 77%. #A2B2F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 178 + 249 = 589 (100%)
R 162 of 589 ~ 27.5%
G 178 of 589 ~ 30.22%
B 249 of 589 ~ 42.28%

%27.5
%30.22
%42.28

CMYK color model

#A2B2F9 color CMYK value is (35,29,0,2).

  • cyan value is 34.94%
  • magenta value is 28.51%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,29,0,2)
C35M29Y0K2 
(35%,29%,0%,2%)
(0.35/0.29/0.00/0.02)	

CMYK percentages

%34.94
%28.51
%0
%2.35

Codes

Color #A2B2F9 in popluar color models

A2B2F9
RGB162178249
HSL229°87.88%80.59%
HSB/HSV229°34.94%97.65%
CMYK34.94%28.51%0.00%
2.35%

Color #A2B2F9 in popluar number systems.

HEXA2B2F9
Decimal162178249
Binary101000101011001011111001
Octal242262371

Shades and tints

Shades of #A2B2F9

#A2B2F9
(162,178,249)
#94A2E3
(148,162,227)
#8692CD
(134,146,205)
#7882B7
(120,130,183)
#6A72A1
(106,114,161)
#5C628B
(92,98,139)
#4E5275
(78,82,117)
#40425F
(64,66,95)
#323249
(50,50,73)
#242233
(36,34,51)
#16121D
(22,18,29)
#000000
(0,0,0)

Tints of #A2B2F9

#A2B2F9
(162,178,249)
#AAB9F9
(170,185,249)
#B2C0F9
(178,192,249)
#BAC7F9
(186,199,249)
#C2CEF9
(194,206,249)
#CAD5F9
(202,213,249)
#D2DCF9
(210,220,249)
#DAE3F9
(218,227,249)
#E2EAF9
(226,234,249)
#EAF1F9
(234,241,249)
#F2F8F9
(242,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B2F9 color. Also use rgb(162,178,249) instead hex code.

Text Font Color

.myTextColor { color: #A2B2F9; }

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

This text font color is #A2B2F9.


Background Color

.myBgColor { background-color: #A2B2F9; }

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

This div background color is #A2B2F9.


Border color

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

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

This div border color is #A2B2F9.


Opacity

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

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

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

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

This text has shadow with #A2B2F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B2F9 on black background.


Color preview on white background

This text has color #A2B2F9 on white background.



Black color preview on #A2B2F9 background

This text has black color on #A2B2F9 background.


White color preview on #A2B2F9 background

This text has white color on #A2B2F9 background.