COLOR #AAC4D8

HEX: #AAC4D8
RGB: (170,196,216)

Color info

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

RGB color model

#AAC4D8 color RGB value is (170,196,216).

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

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 216 of 255 = 85%

170
196
216

R + G + B ~ 76%. #AAC4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 216 = 582 (100%)
R 170 of 582 ~ 29.21%
G 196 of 582 ~ 33.68%
B 216 of 582 ~ 37.11%

%29.21
%33.68
%37.11

CMYK color model

#AAC4D8 color CMYK value is (21,9,0,15).

  • cyan value is 21.30%
  • magenta value is 9.26%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,9,0,15)
C21M9Y0K15 
(21%,9%,0%,15%)
(0.21/0.09/0.00/0.15)	

CMYK percentages

%21.3
%9.26
%0
%15.29

Codes

Color #AAC4D8 in popluar color models

AAC4D8
RGB170196216
HSL206°37.10%75.69%
HSB/HSV206°21.30%84.71%
CMYK21.30%9.26%0.00%
15.29%

Color #AAC4D8 in popluar number systems.

HEXAAC4D8
Decimal170196216
Binary101010101100010011011000
Octal252304330

Shades and tints

Shades of #AAC4D8

#AAC4D8
(170,196,216)
#9BB3C5
(155,179,197)
#8CA2B2
(140,162,178)
#7D919F
(125,145,159)
#6E808C
(110,128,140)
#5F6F79
(95,111,121)
#505E66
(80,94,102)
#414D53
(65,77,83)
#323C40
(50,60,64)
#232B2D
(35,43,45)
#141A1A
(20,26,26)
#000000
(0,0,0)

Tints of #AAC4D8

#AAC4D8
(170,196,216)
#B1C9DB
(177,201,219)
#B8CEDE
(184,206,222)
#BFD3E1
(191,211,225)
#C6D8E4
(198,216,228)
#CDDDE7
(205,221,231)
#D4E2EA
(212,226,234)
#DBE7ED
(219,231,237)
#E2ECF0
(226,236,240)
#E9F1F3
(233,241,243)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC4D8; }

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

This text font color is #AAC4D8.


Background Color

.myBgColor { background-color: #AAC4D8; }

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

This div background color is #AAC4D8.


Border color

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

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

This div border color is #AAC4D8.


Opacity

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

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

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

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

This text has shadow with #AAC4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC4D8 on black background.


Color preview on white background

This text has color #AAC4D8 on white background.



Black color preview on #AAC4D8 background

This text has black color on #AAC4D8 background.


White color preview on #AAC4D8 background

This text has white color on #AAC4D8 background.