COLOR #A4BCF2

HEX: #A4BCF2
RGB: (164,188,242)

Color info

#A4BCF2 contains mainly green and blue colors. Web safe color of #A4BCF2 is #99CCFF (or #9CF).

RGB color model

#A4BCF2 color RGB value is (164,188,242).

  • red value is 164;
  • green value is 188;
  • blue value is 242.
RGB:
(164,188,242)
(64%,74%,95%)

RGB channels and saturation

R 164 of 255 = 64%
G 188 of 255 = 74%
B 242 of 255 = 95%

164
188
242

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

Portions of RGB colors in percentages

R + G + B =
164 + 188 + 242 = 594 (100%)
R 164 of 594 ~ 27.61%
G 188 of 594 ~ 31.65%
B 242 of 594 ~ 40.74%

%27.61
%31.65
%40.74

CMYK color model

#A4BCF2 color CMYK value is (32,22,0,5).

  • cyan value is 32.23%
  • magenta value is 22.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(32,22,0,5)
C32M22Y0K5 
(32%,22%,0%,5%)
(0.32/0.22/0.00/0.05)	

CMYK percentages

%32.23
%22.31
%0
%5.1

Codes

Color #A4BCF2 in popluar color models

A4BCF2
RGB164188242
HSL222°75.00%79.61%
HSB/HSV222°32.23%94.90%
CMYK32.23%22.31%0.00%
5.10%

Color #A4BCF2 in popluar number systems.

HEXA4BCF2
Decimal164188242
Binary101001001011110011110010
Octal244274362

Shades and tints

Shades of #A4BCF2

#A4BCF2
(164,188,242)
#96ABDC
(150,171,220)
#889AC6
(136,154,198)
#7A89B0
(122,137,176)
#6C789A
(108,120,154)
#5E6784
(94,103,132)
#50566E
(80,86,110)
#424558
(66,69,88)
#343442
(52,52,66)
#26232C
(38,35,44)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #A4BCF2

#A4BCF2
(164,188,242)
#ACC2F3
(172,194,243)
#B4C8F4
(180,200,244)
#BCCEF5
(188,206,245)
#C4D4F6
(196,212,246)
#CCDAF7
(204,218,247)
#D4E0F8
(212,224,248)
#DCE6F9
(220,230,249)
#E4ECFA
(228,236,250)
#ECF2FB
(236,242,251)
#F4F8FC
(244,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BCF2; }

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

This text font color is #A4BCF2.


Background Color

.myBgColor { background-color: #A4BCF2; }

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

This div background color is #A4BCF2.


Border color

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

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

This div border color is #A4BCF2.


Opacity

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

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

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

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

This text has shadow with #A4BCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BCF2 on black background.


Color preview on white background

This text has color #A4BCF2 on white background.



Black color preview on #A4BCF2 background

This text has black color on #A4BCF2 background.


White color preview on #A4BCF2 background

This text has white color on #A4BCF2 background.