COLOR #AAC4E2

HEX: #AAC4E2
RGB: (170,196,226)

Color info

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

RGB color model

#AAC4E2 color RGB value is (170,196,226).

  • red value is 170;
  • green value is 196;
  • blue value is 226.
RGB:
(170,196,226)
(67%,77%,89%)

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 226 of 255 = 89%

170
196
226

R + G + B ~ 78%. #AAC4E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 226 = 592 (100%)
R 170 of 592 ~ 28.72%
G 196 of 592 ~ 33.11%
B 226 of 592 ~ 38.18%

%28.72
%33.11
%38.18

CMYK color model

#AAC4E2 color CMYK value is (25,13,0,11).

  • cyan value is 24.78%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(25,13,0,11)
C25M13Y0K11 
(25%,13%,0%,11%)
(0.25/0.13/0.00/0.11)	

CMYK percentages

%24.78
%13.27
%0
%11.37

Codes

Color #AAC4E2 in popluar color models

AAC4E2
RGB170196226
HSL212°49.12%77.65%
HSB/HSV212°24.78%88.63%
CMYK24.78%13.27%0.00%
11.37%

Color #AAC4E2 in popluar number systems.

HEXAAC4E2
Decimal170196226
Binary101010101100010011100010
Octal252304342

Shades and tints

Shades of #AAC4E2

#AAC4E2
(170,196,226)
#9BB3CE
(155,179,206)
#8CA2BA
(140,162,186)
#7D91A6
(125,145,166)
#6E8092
(110,128,146)
#5F6F7E
(95,111,126)
#505E6A
(80,94,106)
#414D56
(65,77,86)
#323C42
(50,60,66)
#232B2E
(35,43,46)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #AAC4E2

#AAC4E2
(170,196,226)
#B1C9E4
(177,201,228)
#B8CEE6
(184,206,230)
#BFD3E8
(191,211,232)
#C6D8EA
(198,216,234)
#CDDDEC
(205,221,236)
#D4E2EE
(212,226,238)
#DBE7F0
(219,231,240)
#E2ECF2
(226,236,242)
#E9F1F4
(233,241,244)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC4E2 color. Also use rgb(170,196,226) instead hex code.

Text Font Color

.myTextColor { color: #AAC4E2; }

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

This text font color is #AAC4E2.


Background Color

.myBgColor { background-color: #AAC4E2; }

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

This div background color is #AAC4E2.


Border color

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

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

This div border color is #AAC4E2.


Opacity

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

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

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

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

This text has shadow with #AAC4E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC4E2 on black background.


Color preview on white background

This text has color #AAC4E2 on white background.



Black color preview on #AAC4E2 background

This text has black color on #AAC4E2 background.


White color preview on #AAC4E2 background

This text has white color on #AAC4E2 background.