COLOR #ACB4E1

HEX: #ACB4E1
RGB: (172,180,225)

Color info

#ACB4E1 contains red, green and blue colors in about the same proportion. Web safe color of #ACB4E1 is #99CCCC (or #9CC).

RGB color model

#ACB4E1 color RGB value is (172,180,225).

  • red value is 172;
  • green value is 180;
  • blue value is 225.
RGB:
(172,180,225)
(67%,71%,88%)

RGB channels and saturation

R 172 of 255 = 67%
G 180 of 255 = 71%
B 225 of 255 = 88%

172
180
225

R + G + B ~ 75%. #ACB4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 180 + 225 = 577 (100%)
R 172 of 577 ~ 29.81%
G 180 of 577 ~ 31.2%
B 225 of 577 ~ 38.99%

%29.81
%31.2
%38.99

CMYK color model

#ACB4E1 color CMYK value is (24,20,0,12).

  • cyan value is 23.56%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,20,0,12)
C24M20Y0K12 
(24%,20%,0%,12%)
(0.24/0.20/0.00/0.12)	

CMYK percentages

%23.56
%20
%0
%11.76

Codes

Color #ACB4E1 in popluar color models

ACB4E1
RGB172180225
HSL231°46.90%77.84%
HSB/HSV231°23.56%88.24%
CMYK23.56%20.00%0.00%
11.76%

Color #ACB4E1 in popluar number systems.

HEXACB4E1
Decimal172180225
Binary101011001011010011100001
Octal254264341

Shades and tints

Shades of #ACB4E1

#ACB4E1
(172,180,225)
#9DA4CD
(157,164,205)
#8E94B9
(142,148,185)
#7F84A5
(127,132,165)
#707491
(112,116,145)
#61647D
(97,100,125)
#525469
(82,84,105)
#434455
(67,68,85)
#343441
(52,52,65)
#25242D
(37,36,45)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACB4E1

#ACB4E1
(172,180,225)
#B3BAE3
(179,186,227)
#BAC0E5
(186,192,229)
#C1C6E7
(193,198,231)
#C8CCE9
(200,204,233)
#CFD2EB
(207,210,235)
#D6D8ED
(214,216,237)
#DDDEEF
(221,222,239)
#E4E4F1
(228,228,241)
#EBEAF3
(235,234,243)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACB4E1; }

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

This text font color is #ACB4E1.


Background Color

.myBgColor { background-color: #ACB4E1; }

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

This div background color is #ACB4E1.


Border color

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

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

This div border color is #ACB4E1.


Opacity

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

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

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

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

This text has shadow with #ACB4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACB4E1 on black background.


Color preview on white background

This text has color #ACB4E1 on white background.



Black color preview on #ACB4E1 background

This text has black color on #ACB4E1 background.


White color preview on #ACB4E1 background

This text has white color on #ACB4E1 background.