COLOR #AAC4EE

HEX: #AAC4EE
RGB: (170,196,238)

Color info

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

RGB color model

#AAC4EE color RGB value is (170,196,238).

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

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 238 of 255 = 93%

170
196
238

R + G + B ~ 79%. #AAC4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 238 = 604 (100%)
R 170 of 604 ~ 28.15%
G 196 of 604 ~ 32.45%
B 238 of 604 ~ 39.4%

%28.15
%32.45
%39.4

CMYK color model

#AAC4EE color CMYK value is (29,18,0,7).

  • cyan value is 28.57%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(29,18,0,7)
C29M18Y0K7 
(29%,18%,0%,7%)
(0.29/0.18/0.00/0.07)	

CMYK percentages

%28.57
%17.65
%0
%6.67

Codes

Color #AAC4EE in popluar color models

AAC4EE
RGB170196238
HSL217°66.67%80.00%
HSB/HSV217°28.57%93.33%
CMYK28.57%17.65%0.00%
6.67%

Color #AAC4EE in popluar number systems.

HEXAAC4EE
Decimal170196238
Binary101010101100010011101110
Octal252304356

Shades and tints

Shades of #AAC4EE

#AAC4EE
(170,196,238)
#9BB3D9
(155,179,217)
#8CA2C4
(140,162,196)
#7D91AF
(125,145,175)
#6E809A
(110,128,154)
#5F6F85
(95,111,133)
#505E70
(80,94,112)
#414D5B
(65,77,91)
#323C46
(50,60,70)
#232B31
(35,43,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #AAC4EE

#AAC4EE
(170,196,238)
#B1C9EF
(177,201,239)
#B8CEF0
(184,206,240)
#BFD3F1
(191,211,241)
#C6D8F2
(198,216,242)
#CDDDF3
(205,221,243)
#D4E2F4
(212,226,244)
#DBE7F5
(219,231,245)
#E2ECF6
(226,236,246)
#E9F1F7
(233,241,247)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC4EE; }

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

This text font color is #AAC4EE.


Background Color

.myBgColor { background-color: #AAC4EE; }

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

This div background color is #AAC4EE.


Border color

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

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

This div border color is #AAC4EE.


Opacity

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

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

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

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

This text has shadow with #AAC4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC4EE on black background.


Color preview on white background

This text has color #AAC4EE on white background.



Black color preview on #AAC4EE background

This text has black color on #AAC4EE background.


White color preview on #AAC4EE background

This text has white color on #AAC4EE background.