COLOR #AAC3D2

HEX: #AAC3D2
RGB: (170,195,210)

Color info

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

RGB color model

#AAC3D2 color RGB value is (170,195,210).

  • red value is 170;
  • green value is 195;
  • blue value is 210.
RGB:
(170,195,210)
(67%,76%,82%)

RGB channels and saturation

R 170 of 255 = 67%
G 195 of 255 = 76%
B 210 of 255 = 82%

170
195
210

R + G + B ~ 75%. #AAC3D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 210 = 575 (100%)
R 170 of 575 ~ 29.57%
G 195 of 575 ~ 33.91%
B 210 of 575 ~ 36.52%

%29.57
%33.91
%36.52

CMYK color model

#AAC3D2 color CMYK value is (19,7,0,18).

  • cyan value is 19.05%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,7,0,18)
C19M7Y0K18 
(19%,7%,0%,18%)
(0.19/0.07/0.00/0.18)	

CMYK percentages

%19.05
%7.14
%0
%17.65

Codes

Color #AAC3D2 in popluar color models

AAC3D2
RGB170195210
HSL203°30.77%74.51%
HSB/HSV203°19.05%82.35%
CMYK19.05%7.14%0.00%
17.65%

Color #AAC3D2 in popluar number systems.

HEXAAC3D2
Decimal170195210
Binary101010101100001111010010
Octal252303322

Shades and tints

Shades of #AAC3D2

#AAC3D2
(170,195,210)
#9BB2BF
(155,178,191)
#8CA1AC
(140,161,172)
#7D9099
(125,144,153)
#6E7F86
(110,127,134)
#5F6E73
(95,110,115)
#505D60
(80,93,96)
#414C4D
(65,76,77)
#323B3A
(50,59,58)
#232A27
(35,42,39)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #AAC3D2

#AAC3D2
(170,195,210)
#B1C8D6
(177,200,214)
#B8CDDA
(184,205,218)
#BFD2DE
(191,210,222)
#C6D7E2
(198,215,226)
#CDDCE6
(205,220,230)
#D4E1EA
(212,225,234)
#DBE6EE
(219,230,238)
#E2EBF2
(226,235,242)
#E9F0F6
(233,240,246)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC3D2 color. Also use rgb(170,195,210) instead hex code.

Text Font Color

.myTextColor { color: #AAC3D2; }

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

This text font color is #AAC3D2.


Background Color

.myBgColor { background-color: #AAC3D2; }

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

This div background color is #AAC3D2.


Border color

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

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

This div border color is #AAC3D2.


Opacity

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

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

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

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

This text has shadow with #AAC3D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC3D2 on black background.


Color preview on white background

This text has color #AAC3D2 on white background.



Black color preview on #AAC3D2 background

This text has black color on #AAC3D2 background.


White color preview on #AAC3D2 background

This text has white color on #AAC3D2 background.