COLOR #AAACF8

HEX: #AAACF8
RGB: (170,172,248)

Color info

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

RGB color model

#AAACF8 color RGB value is (170,172,248).

  • red value is 170;
  • green value is 172;
  • blue value is 248.
RGB:
(170,172,248)
(67%,67%,97%)

RGB channels and saturation

R 170 of 255 = 67%
G 172 of 255 = 67%
B 248 of 255 = 97%

170
172
248

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

Portions of RGB colors in percentages

R + G + B =
170 + 172 + 248 = 590 (100%)
R 170 of 590 ~ 28.81%
G 172 of 590 ~ 29.15%
B 248 of 590 ~ 42.03%

%28.81
%29.15
%42.03

CMYK color model

#AAACF8 color CMYK value is (31,31,0,3).

  • cyan value is 31.45%
  • magenta value is 30.65%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(31,31,0,3)
C31M31Y0K3 
(31%,31%,0%,3%)
(0.31/0.31/0.00/0.03)	

CMYK percentages

%31.45
%30.65
%0
%2.75

Codes

Color #AAACF8 in popluar color models

AAACF8
RGB170172248
HSL238°84.78%81.96%
HSB/HSV238°31.45%97.25%
CMYK31.45%30.65%0.00%
2.75%

Color #AAACF8 in popluar number systems.

HEXAAACF8
Decimal170172248
Binary101010101010110011111000
Octal252254370

Shades and tints

Shades of #AAACF8

#AAACF8
(170,172,248)
#9B9DE2
(155,157,226)
#8C8ECC
(140,142,204)
#7D7FB6
(125,127,182)
#6E70A0
(110,112,160)
#5F618A
(95,97,138)
#505274
(80,82,116)
#41435E
(65,67,94)
#323448
(50,52,72)
#232532
(35,37,50)
#14161C
(20,22,28)
#000000
(0,0,0)

Tints of #AAACF8

#AAACF8
(170,172,248)
#B1B3F8
(177,179,248)
#B8BAF8
(184,186,248)
#BFC1F8
(191,193,248)
#C6C8F8
(198,200,248)
#CDCFF8
(205,207,248)
#D4D6F8
(212,214,248)
#DBDDF8
(219,221,248)
#E2E4F8
(226,228,248)
#E9EBF8
(233,235,248)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAACF8 color. Also use rgb(170,172,248) instead hex code.

Text Font Color

.myTextColor { color: #AAACF8; }

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

This text font color is #AAACF8.


Background Color

.myBgColor { background-color: #AAACF8; }

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

This div background color is #AAACF8.


Border color

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

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

This div border color is #AAACF8.


Opacity

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

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

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

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

This text has shadow with #AAACF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAACF8 on black background.


Color preview on white background

This text has color #AAACF8 on white background.



Black color preview on #AAACF8 background

This text has black color on #AAACF8 background.


White color preview on #AAACF8 background

This text has white color on #AAACF8 background.