COLOR #A4B2F8

HEX: #A4B2F8
RGB: (164,178,248)

Color info

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

RGB color model

#A4B2F8 color RGB value is (164,178,248).

  • red value is 164;
  • green value is 178;
  • blue value is 248.
RGB:
(164,178,248)
(64%,70%,97%)

RGB channels and saturation

R 164 of 255 = 64%
G 178 of 255 = 70%
B 248 of 255 = 97%

164
178
248

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

Portions of RGB colors in percentages

R + G + B =
164 + 178 + 248 = 590 (100%)
R 164 of 590 ~ 27.8%
G 178 of 590 ~ 30.17%
B 248 of 590 ~ 42.03%

%27.8
%30.17
%42.03

CMYK color model

#A4B2F8 color CMYK value is (34,28,0,3).

  • cyan value is 33.87%
  • magenta value is 28.23%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(34,28,0,3)
C34M28Y0K3 
(34%,28%,0%,3%)
(0.34/0.28/0.00/0.03)	

CMYK percentages

%33.87
%28.23
%0
%2.75

Codes

Color #A4B2F8 in popluar color models

A4B2F8
RGB164178248
HSL230°85.71%80.78%
HSB/HSV230°33.87%97.25%
CMYK33.87%28.23%0.00%
2.75%

Color #A4B2F8 in popluar number systems.

HEXA4B2F8
Decimal164178248
Binary101001001011001011111000
Octal244262370

Shades and tints

Shades of #A4B2F8

#A4B2F8
(164,178,248)
#96A2E2
(150,162,226)
#8892CC
(136,146,204)
#7A82B6
(122,130,182)
#6C72A0
(108,114,160)
#5E628A
(94,98,138)
#505274
(80,82,116)
#42425E
(66,66,94)
#343248
(52,50,72)
#262232
(38,34,50)
#18121C
(24,18,28)
#000000
(0,0,0)

Tints of #A4B2F8

#A4B2F8
(164,178,248)
#ACB9F8
(172,185,248)
#B4C0F8
(180,192,248)
#BCC7F8
(188,199,248)
#C4CEF8
(196,206,248)
#CCD5F8
(204,213,248)
#D4DCF8
(212,220,248)
#DCE3F8
(220,227,248)
#E4EAF8
(228,234,248)
#ECF1F8
(236,241,248)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B2F8 color. Also use rgb(164,178,248) instead hex code.

Text Font Color

.myTextColor { color: #A4B2F8; }

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

This text font color is #A4B2F8.


Background Color

.myBgColor { background-color: #A4B2F8; }

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

This div background color is #A4B2F8.


Border color

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

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

This div border color is #A4B2F8.


Opacity

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

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

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

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

This text has shadow with #A4B2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B2F8 on black background.


Color preview on white background

This text has color #A4B2F8 on white background.



Black color preview on #A4B2F8 background

This text has black color on #A4B2F8 background.


White color preview on #A4B2F8 background

This text has white color on #A4B2F8 background.