COLOR #A4B1FF

HEX: #A4B1FF
RGB: (164,177,255)

Color info

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

RGB color model

#A4B1FF color RGB value is (164,177,255).

  • red value is 164;
  • green value is 177;
  • blue value is 255.
RGB:
(164,177,255)
(64%,69%,100%)

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 255 of 255 = 100%

164
177
255

R + G + B ~ 78%. #A4B1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 177 + 255 = 596 (100%)
R 164 of 596 ~ 27.52%
G 177 of 596 ~ 29.7%
B 255 of 596 ~ 42.79%

%27.52
%29.7
%42.79

CMYK color model

#A4B1FF color CMYK value is (36,31,0,0).

  • cyan value is 35.69%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(36,31,0,0)
C36M31Y0K0 
(36%,31%,0%,0%)
(0.36/0.31/0.00/0.00)	

CMYK percentages

%35.69
%30.59
%0
%0

Codes

Color #A4B1FF in popluar color models

A4B1FF
RGB164177255
HSL231°100.00%82.16%
HSB/HSV231°35.69%100.00%
CMYK35.69%30.59%0.00%
0.00%

Color #A4B1FF in popluar number systems.

HEXA4B1FF
Decimal164177255
Binary101001001011000111111111
Octal244261377

Shades and tints

Shades of #A4B1FF

#A4B1FF
(164,177,255)
#96A1E8
(150,161,232)
#8891D1
(136,145,209)
#7A81BA
(122,129,186)
#6C71A3
(108,113,163)
#5E618C
(94,97,140)
#505175
(80,81,117)
#42415E
(66,65,94)
#343147
(52,49,71)
#262130
(38,33,48)
#181119
(24,17,25)
#000000
(0,0,0)

Tints of #A4B1FF

#A4B1FF
(164,177,255)
#ACB8FF
(172,184,255)
#B4BFFF
(180,191,255)
#BCC6FF
(188,198,255)
#C4CDFF
(196,205,255)
#CCD4FF
(204,212,255)
#D4DBFF
(212,219,255)
#DCE2FF
(220,226,255)
#E4E9FF
(228,233,255)
#ECF0FF
(236,240,255)
#F4F7FF
(244,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B1FF color. Also use rgb(164,177,255) instead hex code.

Text Font Color

.myTextColor { color: #A4B1FF; }

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

This text font color is #A4B1FF.


Background Color

.myBgColor { background-color: #A4B1FF; }

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

This div background color is #A4B1FF.


Border color

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

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

This div border color is #A4B1FF.


Opacity

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

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

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

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

This text has shadow with #A4B1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4B1FF on black background.


Color preview on white background

This text has color #A4B1FF on white background.



Black color preview on #A4B1FF background

This text has black color on #A4B1FF background.


White color preview on #A4B1FF background

This text has white color on #A4B1FF background.