COLOR #B4ACFC

HEX: #B4ACFC RGB: (180,172,252)

Color info

#B4ACFC contains mainly blue color. Web safe color of #B4ACFC is #CC99FF (or #C9F).

RGB color model

#B4ACFC color RGB value is (180,172,252).

RGB: (180,172,252) (71%, 67%, 99%)

RGB channels and saturation

R 180 of 255 = 71%
G 172 of 255 = 67%
B 252 of 255 = 99%

180
172
252

R + G + B ~ 79%. #B4ACFC is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 172 + 252 = 604 (100%)
R 180 of 604 ~ 29.8%
G 172 of 604 ~ 28.48%
B 252 of 604 ~ 41.72'%

%29.8
%28.48
%41.72

CMYK color model

#B4ACFC color CMYK value is (29,32,0,1).

  • cyan value is 28.57%
  • magenta value is 31.75%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (29,32,0,1)
C29M32Y0K1 (29%, 32%, 0%, 1%)
(0.29 / 0.32 / 0.00 / 0.01)

CMYK percentages

%28.57
%31.75
%0
%1.18

Codes

Color #B4ACFC in popluar color models

B4 AC FC
RGB 180 172 252
HSL 246° 93.02% 83.14%
HSB/HSV 246° 31.75% 98.82%
CMYK 28.57% 31.75% 0.00%
1.18%

Color #B4ACFC in popluar number systems.

HEX B4 AC FC
Decimal 180 172 252
Binary 10110100 10101100 11111100
Octal 264 254 374

Shades and tints

Shades of #B4ACFC

#B4ACFC
(180,172,252)
#A49DE6
(164,157,230)
#948ED0
(148,142,208)
#847FBA
(132,127,186)
#7470A4
(116,112,164)
#64618E
(100,97,142)
#545278
(84,82,120)
#444362
(68,67,98)
#34344C
(52,52,76)
#242536
(36,37,54)
#141620
(20,22,32)
#000000
(0,0,0)

Tints of #B4ACFC

#B4ACFC
(180,172,252)
#BAB3FC
(186,179,252)
#C0BAFC
(192,186,252)
#C6C1FC
(198,193,252)
#CCC8FC
(204,200,252)
#D2CFFC
(210,207,252)
#D8D6FC
(216,214,252)
#DEDDFC
(222,221,252)
#E4E4FC
(228,228,252)
#EAEBFC
(234,235,252)
#F0F2FC
(240,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4ACFC color. Also use rgb(180,172,252) instead hex code.

Text Font Color

.myTextColor { color: #B4ACFC; }

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

This text font color is #B4ACFC.

Background Color

.myBgColor { background-color: #B4ACFC; }

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

This div background color is #B4ACFC.

Border color

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

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

This div border color is #B4ACFC.

Opacity

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

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

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

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

This text has shadow with #B4ACFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4ACFC.

Preview

Color preview on black background

This text has color #B4ACFC on black background.


Color preview on white background

This text has color #B4ACFC on white background.


Black color preview on #B4ACFC background

This text has black color on #B4ACFC background.


White color preview on #B4ACFC background

This text has white color on #B4ACFC background.


Related colors

Complementary color

Complementary color for #hex is #4B5303.


I love getcolorcode.com

Triadic colors

1 #FCB4AC and #ACFCB4 with #B4ACFC are triadic colors.

2 #FCACB4 and #ACB4FC with #B4ACFC are triadic colors.