COLOR #ACAEF1

HEX: #ACAEF1
RGB: (172,174,241)

Color info

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

RGB color model

#ACAEF1 color RGB value is (172,174,241).

  • red value is 172;
  • green value is 174;
  • blue value is 241.
RGB:
(172,174,241)
(67%,68%,95%)

RGB channels and saturation

R 172 of 255 = 67%
G 174 of 255 = 68%
B 241 of 255 = 95%

172
174
241

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

Portions of RGB colors in percentages

R + G + B =
172 + 174 + 241 = 587 (100%)
R 172 of 587 ~ 29.3%
G 174 of 587 ~ 29.64%
B 241 of 587 ~ 41.06%

%29.3
%29.64
%41.06

CMYK color model

#ACAEF1 color CMYK value is (29,28,0,5).

  • cyan value is 28.63%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(29,28,0,5)
C29M28Y0K5 
(29%,28%,0%,5%)
(0.29/0.28/0.00/0.05)	

CMYK percentages

%28.63
%27.8
%0
%5.49

Codes

Color #ACAEF1 in popluar color models

ACAEF1
RGB172174241
HSL238°71.13%80.98%
HSB/HSV238°28.63%94.51%
CMYK28.63%27.80%0.00%
5.49%

Color #ACAEF1 in popluar number systems.

HEXACAEF1
Decimal172174241
Binary101011001010111011110001
Octal254256361

Shades and tints

Shades of #ACAEF1

#ACAEF1
(172,174,241)
#9D9FDC
(157,159,220)
#8E90C7
(142,144,199)
#7F81B2
(127,129,178)
#70729D
(112,114,157)
#616388
(97,99,136)
#525473
(82,84,115)
#43455E
(67,69,94)
#343649
(52,54,73)
#252734
(37,39,52)
#16181F
(22,24,31)
#000000
(0,0,0)

Tints of #ACAEF1

#ACAEF1
(172,174,241)
#B3B5F2
(179,181,242)
#BABCF3
(186,188,243)
#C1C3F4
(193,195,244)
#C8CAF5
(200,202,245)
#CFD1F6
(207,209,246)
#D6D8F7
(214,216,247)
#DDDFF8
(221,223,248)
#E4E6F9
(228,230,249)
#EBEDFA
(235,237,250)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAEF1 color. Also use rgb(172,174,241) instead hex code.

Text Font Color

.myTextColor { color: #ACAEF1; }

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

This text font color is #ACAEF1.


Background Color

.myBgColor { background-color: #ACAEF1; }

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

This div background color is #ACAEF1.


Border color

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

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

This div border color is #ACAEF1.


Opacity

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

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

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

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

This text has shadow with #ACAEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAEF1 on black background.


Color preview on white background

This text has color #ACAEF1 on white background.



Black color preview on #ACAEF1 background

This text has black color on #ACAEF1 background.


White color preview on #ACAEF1 background

This text has white color on #ACAEF1 background.