COLOR #ACBFE1

HEX: #ACBFE1
RGB: (172,191,225)

Color info

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

RGB color model

#ACBFE1 color RGB value is (172,191,225).

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

RGB channels and saturation

R 172 of 255 = 67%
G 191 of 255 = 75%
B 225 of 255 = 88%

172
191
225

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

Portions of RGB colors in percentages

R + G + B =
172 + 191 + 225 = 588 (100%)
R 172 of 588 ~ 29.25%
G 191 of 588 ~ 32.48%
B 225 of 588 ~ 38.27%

%29.25
%32.48
%38.27

CMYK color model

#ACBFE1 color CMYK value is (24,15,0,12).

  • cyan value is 23.56%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(24,15,0,12)
C24M15Y0K12 
(24%,15%,0%,12%)
(0.24/0.15/0.00/0.12)	

CMYK percentages

%23.56
%15.11
%0
%11.76

Codes

Color #ACBFE1 in popluar color models

ACBFE1
RGB172191225
HSL218°46.90%77.84%
HSB/HSV218°23.56%88.24%
CMYK23.56%15.11%0.00%
11.76%

Color #ACBFE1 in popluar number systems.

HEXACBFE1
Decimal172191225
Binary101011001011111111100001
Octal254277341

Shades and tints

Shades of #ACBFE1

#ACBFE1
(172,191,225)
#9DAECD
(157,174,205)
#8E9DB9
(142,157,185)
#7F8CA5
(127,140,165)
#707B91
(112,123,145)
#616A7D
(97,106,125)
#525969
(82,89,105)
#434855
(67,72,85)
#343741
(52,55,65)
#25262D
(37,38,45)
#161519
(22,21,25)
#000000
(0,0,0)

Tints of #ACBFE1

#ACBFE1
(172,191,225)
#B3C4E3
(179,196,227)
#BAC9E5
(186,201,229)
#C1CEE7
(193,206,231)
#C8D3E9
(200,211,233)
#CFD8EB
(207,216,235)
#D6DDED
(214,221,237)
#DDE2EF
(221,226,239)
#E4E7F1
(228,231,241)
#EBECF3
(235,236,243)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACBFE1; }

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

This text font color is #ACBFE1.


Background Color

.myBgColor { background-color: #ACBFE1; }

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

This div background color is #ACBFE1.


Border color

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

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

This div border color is #ACBFE1.


Opacity

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

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

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

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

This text has shadow with #ACBFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACBFE1 on black background.


Color preview on white background

This text has color #ACBFE1 on white background.



Black color preview on #ACBFE1 background

This text has black color on #ACBFE1 background.


White color preview on #ACBFE1 background

This text has white color on #ACBFE1 background.