COLOR #ACB1FC

HEX: #ACB1FC
RGB: (172,177,252)

Color info

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

RGB color model

#ACB1FC color RGB value is (172,177,252).

  • red value is 172;
  • green value is 177;
  • blue value is 252.
RGB:
(172,177,252)
(67%,69%,99%)

RGB channels and saturation

R 172 of 255 = 67%
G 177 of 255 = 69%
B 252 of 255 = 99%

172
177
252

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

Portions of RGB colors in percentages

R + G + B =
172 + 177 + 252 = 601 (100%)
R 172 of 601 ~ 28.62%
G 177 of 601 ~ 29.45%
B 252 of 601 ~ 41.93%

%28.62
%29.45
%41.93

CMYK color model

#ACB1FC color CMYK value is (32,30,0,1).

  • cyan value is 31.75%
  • magenta value is 29.76%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(32,30,0,1)
C32M30Y0K1 
(32%,30%,0%,1%)
(0.32/0.30/0.00/0.01)	

CMYK percentages

%31.75
%29.76
%0
%1.18

Codes

Color #ACB1FC in popluar color models

ACB1FC
RGB172177252
HSL236°93.02%83.14%
HSB/HSV236°31.75%98.82%
CMYK31.75%29.76%0.00%
1.18%

Color #ACB1FC in popluar number systems.

HEXACB1FC
Decimal172177252
Binary101011001011000111111100
Octal254261374

Shades and tints

Shades of #ACB1FC

#ACB1FC
(172,177,252)
#9DA1E6
(157,161,230)
#8E91D0
(142,145,208)
#7F81BA
(127,129,186)
#7071A4
(112,113,164)
#61618E
(97,97,142)
#525178
(82,81,120)
#434162
(67,65,98)
#34314C
(52,49,76)
#252136
(37,33,54)
#161120
(22,17,32)
#000000
(0,0,0)

Tints of #ACB1FC

#ACB1FC
(172,177,252)
#B3B8FC
(179,184,252)
#BABFFC
(186,191,252)
#C1C6FC
(193,198,252)
#C8CDFC
(200,205,252)
#CFD4FC
(207,212,252)
#D6DBFC
(214,219,252)
#DDE2FC
(221,226,252)
#E4E9FC
(228,233,252)
#EBF0FC
(235,240,252)
#F2F7FC
(242,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB1FC; }

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

This text font color is #ACB1FC.


Background Color

.myBgColor { background-color: #ACB1FC; }

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

This div background color is #ACB1FC.


Border color

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

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

This div border color is #ACB1FC.


Opacity

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

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

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

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

This text has shadow with #ACB1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB1FC on black background.


Color preview on white background

This text has color #ACB1FC on white background.



Black color preview on #ACB1FC background

This text has black color on #ACB1FC background.


White color preview on #ACB1FC background

This text has white color on #ACB1FC background.