COLOR #AACCF1

HEX: #AACCF1 RGB: (170,204,241)

Color info

#AACCF1 contains mainly green and blue colors. Web safe color of #AACCF1 is #99CCFF (or #9CF).

RGB color model

#AACCF1 color RGB value is (170,204,241).

RGB: (170,204,241) (67%, 80%, 95%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 241 of 255 = 95%

170
204
241

R + G + B ~ 81%. #AACCF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 241 = 615 (100%)
R 170 of 615 ~ 27.64%
G 204 of 615 ~ 33.17%
B 241 of 615 ~ 39.19'%

%27.64
%33.17
%39.19

CMYK color model

#AACCF1 color CMYK value is (29,15,0,5).

  • cyan value is 29.46%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 5.49%

CMYK: (29,15,0,5)
C29M15Y0K5 (29%, 15%, 0%, 5%)
(0.29 / 0.15 / 0.00 / 0.05)

CMYK percentages

%29.46
%15.35
%0
%5.49

Codes

Color #AACCF1 in popluar color models

AA CC F1
RGB 170 204 241
HSL 211° 71.72% 80.59%
HSB/HSV 211° 29.46% 94.51%
CMYK 29.46% 15.35% 0.00%
5.49%

Color #AACCF1 in popluar number systems.

HEX AA CC F1
Decimal 170 204 241
Binary 10101010 11001100 11110001
Octal 252 314 361

Shades and tints

Shades of #AACCF1

#AACCF1
(170,204,241)
#9BBADC
(155,186,220)
#8CA8C7
(140,168,199)
#7D96B2
(125,150,178)
#6E849D
(110,132,157)
#5F7288
(95,114,136)
#506073
(80,96,115)
#414E5E
(65,78,94)
#323C49
(50,60,73)
#232A34
(35,42,52)
#14181F
(20,24,31)
#000000
(0,0,0)

Tints of #AACCF1

#AACCF1
(170,204,241)
#B1D0F2
(177,208,242)
#B8D4F3
(184,212,243)
#BFD8F4
(191,216,244)
#C6DCF5
(198,220,245)
#CDE0F6
(205,224,246)
#D4E4F7
(212,228,247)
#DBE8F8
(219,232,248)
#E2ECF9
(226,236,249)
#E9F0FA
(233,240,250)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACCF1 color. Also use rgb(170,204,241) instead hex code.

Text Font Color

.myTextColor { color: #AACCF1; }

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

This text font color is #AACCF1.

Background Color

.myBgColor { background-color: #AACCF1; }

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

This div background color is #AACCF1.

Border color

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

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

This div border color is #AACCF1.

Opacity

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

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

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

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

This text has shadow with #AACCF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCF1.

Preview

Color preview on black background

This text has color #AACCF1 on black background.


Color preview on white background

This text has color #AACCF1 on white background.


Black color preview on #AACCF1 background

This text has black color on #AACCF1 background.


White color preview on #AACCF1 background

This text has white color on #AACCF1 background.


Related colors

Complementary color

Complementary color for #hex is #55330E.


I love getcolorcode.com

Triadic colors

1 #F1AACC and #CCF1AA with #AACCF1 are triadic colors.

2 #F1CCAA and #CCAAF1 with #AACCF1 are triadic colors.