COLOR #ACB0F0

HEX: #ACB0F0
RGB: (172,176,240)

Color info

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

RGB color model

#ACB0F0 color RGB value is (172,176,240).

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

RGB channels and saturation

R 172 of 255 = 67%
G 176 of 255 = 69%
B 240 of 255 = 94%

172
176
240

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

Portions of RGB colors in percentages

R + G + B =
172 + 176 + 240 = 588 (100%)
R 172 of 588 ~ 29.25%
G 176 of 588 ~ 29.93%
B 240 of 588 ~ 40.82%

%29.25
%29.93
%40.82

CMYK color model

#ACB0F0 color CMYK value is (28,27,0,6).

  • cyan value is 28.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,27,0,6)
C28M27Y0K6 
(28%,27%,0%,6%)
(0.28/0.27/0.00/0.06)	

CMYK percentages

%28.33
%26.67
%0
%5.88

Codes

Color #ACB0F0 in popluar color models

ACB0F0
RGB172176240
HSL236°69.39%80.78%
HSB/HSV236°28.33%94.12%
CMYK28.33%26.67%0.00%
5.88%

Color #ACB0F0 in popluar number systems.

HEXACB0F0
Decimal172176240
Binary101011001011000011110000
Octal254260360

Shades and tints

Shades of #ACB0F0

#ACB0F0
(172,176,240)
#9DA0DB
(157,160,219)
#8E90C6
(142,144,198)
#7F80B1
(127,128,177)
#70709C
(112,112,156)
#616087
(97,96,135)
#525072
(82,80,114)
#43405D
(67,64,93)
#343048
(52,48,72)
#252033
(37,32,51)
#16101E
(22,16,30)
#000000
(0,0,0)

Tints of #ACB0F0

#ACB0F0
(172,176,240)
#B3B7F1
(179,183,241)
#BABEF2
(186,190,242)
#C1C5F3
(193,197,243)
#C8CCF4
(200,204,244)
#CFD3F5
(207,211,245)
#D6DAF6
(214,218,246)
#DDE1F7
(221,225,247)
#E4E8F8
(228,232,248)
#EBEFF9
(235,239,249)
#F2F6FA
(242,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB0F0; }

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

This text font color is #ACB0F0.


Background Color

.myBgColor { background-color: #ACB0F0; }

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

This div background color is #ACB0F0.


Border color

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

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

This div border color is #ACB0F0.


Opacity

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

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

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

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

This text has shadow with #ACB0F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB0F0 on black background.


Color preview on white background

This text has color #ACB0F0 on white background.



Black color preview on #ACB0F0 background

This text has black color on #ACB0F0 background.


White color preview on #ACB0F0 background

This text has white color on #ACB0F0 background.