COLOR #ACB3F0

HEX: #ACB3F0
RGB: (172,179,240)

Color info

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

RGB color model

#ACB3F0 color RGB value is (172,179,240).

  • red value is 172;
  • green value is 179;
  • blue value is 240.
RGB:
(172,179,240)
(67%,70%,94%)

RGB channels and saturation

R 172 of 255 = 67%
G 179 of 255 = 70%
B 240 of 255 = 94%

172
179
240

R + G + B ~ 77%. #ACB3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 179 + 240 = 591 (100%)
R 172 of 591 ~ 29.1%
G 179 of 591 ~ 30.29%
B 240 of 591 ~ 40.61%

%29.1
%30.29
%40.61

CMYK color model

#ACB3F0 color CMYK value is (28,25,0,6).

  • cyan value is 28.33%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,25,0,6)
C28M25Y0K6 
(28%,25%,0%,6%)
(0.28/0.25/0.00/0.06)	

CMYK percentages

%28.33
%25.42
%0
%5.88

Codes

Color #ACB3F0 in popluar color models

ACB3F0
RGB172179240
HSL234°69.39%80.78%
HSB/HSV234°28.33%94.12%
CMYK28.33%25.42%0.00%
5.88%

Color #ACB3F0 in popluar number systems.

HEXACB3F0
Decimal172179240
Binary101011001011001111110000
Octal254263360

Shades and tints

Shades of #ACB3F0

#ACB3F0
(172,179,240)
#9DA3DB
(157,163,219)
#8E93C6
(142,147,198)
#7F83B1
(127,131,177)
#70739C
(112,115,156)
#616387
(97,99,135)
#525372
(82,83,114)
#43435D
(67,67,93)
#343348
(52,51,72)
#252333
(37,35,51)
#16131E
(22,19,30)
#000000
(0,0,0)

Tints of #ACB3F0

#ACB3F0
(172,179,240)
#B3B9F1
(179,185,241)
#BABFF2
(186,191,242)
#C1C5F3
(193,197,243)
#C8CBF4
(200,203,244)
#CFD1F5
(207,209,245)
#D6D7F6
(214,215,246)
#DDDDF7
(221,221,247)
#E4E3F8
(228,227,248)
#EBE9F9
(235,233,249)
#F2EFFA
(242,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACB3F0 color. Also use rgb(172,179,240) instead hex code.

Text Font Color

.myTextColor { color: #ACB3F0; }

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

This text font color is #ACB3F0.


Background Color

.myBgColor { background-color: #ACB3F0; }

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

This div background color is #ACB3F0.


Border color

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

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

This div border color is #ACB3F0.


Opacity

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

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

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

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

This text has shadow with #ACB3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB3F0 on black background.


Color preview on white background

This text has color #ACB3F0 on white background.



Black color preview on #ACB3F0 background

This text has black color on #ACB3F0 background.


White color preview on #ACB3F0 background

This text has white color on #ACB3F0 background.