COLOR #A4B1F2

HEX: #A4B1F2 RGB: (164,177,242)

Color info

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

RGB color model

#A4B1F2 color RGB value is (164,177,242).

RGB: (164,177,242) (64%, 69%, 95%)

RGB channels and saturation

R 164 of 255 = 64%
G 177 of 255 = 69%
B 242 of 255 = 95%

164
177
242

R + G + B ~ 76%. #A4B1F2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 177 + 242 = 583 (100%)
R 164 of 583 ~ 28.13%
G 177 of 583 ~ 30.36%
B 242 of 583 ~ 41.51'%

%28.13
%30.36
%41.51

CMYK color model

#A4B1F2 color CMYK value is (32,27,0,5).

  • cyan value is 32.23%
  • magenta value is 26.86%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (32,27,0,5)
C32M27Y0K5 (32%, 27%, 0%, 5%)
(0.32 / 0.27 / 0.00 / 0.05)

CMYK percentages

%32.23
%26.86
%0
%5.1

Codes

Color #A4B1F2 in popluar color models

A4 B1 F2
RGB 164 177 242
HSL 230° 75.00% 79.61%
HSB/HSV 230° 32.23% 94.90%
CMYK 32.23% 26.86% 0.00%
5.10%

Color #A4B1F2 in popluar number systems.

HEX A4 B1 F2
Decimal 164 177 242
Binary 10100100 10110001 11110010
Octal 244 261 362

Shades and tints

Shades of #A4B1F2

#A4B1F2
(164,177,242)
#96A1DC
(150,161,220)
#8891C6
(136,145,198)
#7A81B0
(122,129,176)
#6C719A
(108,113,154)
#5E6184
(94,97,132)
#50516E
(80,81,110)
#424158
(66,65,88)
#343142
(52,49,66)
#26212C
(38,33,44)
#181116
(24,17,22)
#000000
(0,0,0)

Tints of #A4B1F2

#A4B1F2
(164,177,242)
#ACB8F3
(172,184,243)
#B4BFF4
(180,191,244)
#BCC6F5
(188,198,245)
#C4CDF6
(196,205,246)
#CCD4F7
(204,212,247)
#D4DBF8
(212,219,248)
#DCE2F9
(220,226,249)
#E4E9FA
(228,233,250)
#ECF0FB
(236,240,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4B1F2; }

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

This text font color is #A4B1F2.

Background Color

.myBgColor { background-color: #A4B1F2; }

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

This div background color is #A4B1F2.

Border color

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

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

This div border color is #A4B1F2.

Opacity

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

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

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

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

This text has shadow with #A4B1F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B1F2.

Preview

Color preview on black background

This text has color #A4B1F2 on black background.


Color preview on white background

This text has color #A4B1F2 on white background.


Black color preview on #A4B1F2 background

This text has black color on #A4B1F2 background.


White color preview on #A4B1F2 background

This text has white color on #A4B1F2 background.


Related colors

Complementary color

Complementary color for #hex is #5B4E0D.


I love getcolorcode.com

Triadic colors

1 #F2A4B1 and #B1F2A4 with #A4B1F2 are triadic colors.

2 #F2B1A4 and #B1A4F2 with #A4B1F2 are triadic colors.