COLOR #AAC1D8

HEX: #AAC1D8
RGB: (170,193,216)

Color info

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

RGB color model

#AAC1D8 color RGB value is (170,193,216).

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

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 216 of 255 = 85%

170
193
216

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

Portions of RGB colors in percentages

R + G + B =
170 + 193 + 216 = 579 (100%)
R 170 of 579 ~ 29.36%
G 193 of 579 ~ 33.33%
B 216 of 579 ~ 37.31%

%29.36
%33.33
%37.31

CMYK color model

#AAC1D8 color CMYK value is (21,11,0,15).

  • cyan value is 21.30%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(21,11,0,15)
C21M11Y0K15 
(21%,11%,0%,15%)
(0.21/0.11/0.00/0.15)	

CMYK percentages

%21.3
%10.65
%0
%15.29

Codes

Color #AAC1D8 in popluar color models

AAC1D8
RGB170193216
HSL210°37.10%75.69%
HSB/HSV210°21.30%84.71%
CMYK21.30%10.65%0.00%
15.29%

Color #AAC1D8 in popluar number systems.

HEXAAC1D8
Decimal170193216
Binary101010101100000111011000
Octal252301330

Shades and tints

Shades of #AAC1D8

#AAC1D8
(170,193,216)
#9BB0C5
(155,176,197)
#8C9FB2
(140,159,178)
#7D8E9F
(125,142,159)
#6E7D8C
(110,125,140)
#5F6C79
(95,108,121)
#505B66
(80,91,102)
#414A53
(65,74,83)
#323940
(50,57,64)
#23282D
(35,40,45)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #AAC1D8

#AAC1D8
(170,193,216)
#B1C6DB
(177,198,219)
#B8CBDE
(184,203,222)
#BFD0E1
(191,208,225)
#C6D5E4
(198,213,228)
#CDDAE7
(205,218,231)
#D4DFEA
(212,223,234)
#DBE4ED
(219,228,237)
#E2E9F0
(226,233,240)
#E9EEF3
(233,238,243)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC1D8; }

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

This text font color is #AAC1D8.


Background Color

.myBgColor { background-color: #AAC1D8; }

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

This div background color is #AAC1D8.


Border color

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

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

This div border color is #AAC1D8.


Opacity

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

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

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

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

This text has shadow with #AAC1D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC1D8 on black background.


Color preview on white background

This text has color #AAC1D8 on white background.



Black color preview on #AAC1D8 background

This text has black color on #AAC1D8 background.


White color preview on #AAC1D8 background

This text has white color on #AAC1D8 background.