COLOR #AAC6CA

HEX: #AAC6CA
RGB: (170,198,202)

Color info

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

RGB color model

#AAC6CA color RGB value is (170,198,202).

  • red value is 170;
  • green value is 198;
  • blue value is 202.
RGB:
(170,198,202)
(67%,78%,79%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 202 of 255 = 79%

170
198
202

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 202 = 570 (100%)
R 170 of 570 ~ 29.82%
G 198 of 570 ~ 34.74%
B 202 of 570 ~ 35.44%

%29.82
%34.74
%35.44

CMYK color model

#AAC6CA color CMYK value is (16,2,0,21).

  • cyan value is 15.84%
  • magenta value is 1.98%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,2,0,21)
C16M2Y0K21 
(16%,2%,0%,21%)
(0.16/0.02/0.00/0.21)	

CMYK percentages

%15.84
%1.98
%0
%20.78

Codes

Color #AAC6CA in popluar color models

AAC6CA
RGB170198202
HSL188°23.19%72.94%
HSB/HSV188°15.84%79.22%
CMYK15.84%1.98%0.00%
20.78%

Color #AAC6CA in popluar number systems.

HEXAAC6CA
Decimal170198202
Binary101010101100011011001010
Octal252306312

Shades and tints

Shades of #AAC6CA

#AAC6CA
(170,198,202)
#9BB4B8
(155,180,184)
#8CA2A6
(140,162,166)
#7D9094
(125,144,148)
#6E7E82
(110,126,130)
#5F6C70
(95,108,112)
#505A5E
(80,90,94)
#41484C
(65,72,76)
#32363A
(50,54,58)
#232428
(35,36,40)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #AAC6CA

#AAC6CA
(170,198,202)
#B1CBCE
(177,203,206)
#B8D0D2
(184,208,210)
#BFD5D6
(191,213,214)
#C6DADA
(198,218,218)
#CDDFDE
(205,223,222)
#D4E4E2
(212,228,226)
#DBE9E6
(219,233,230)
#E2EEEA
(226,238,234)
#E9F3EE
(233,243,238)
#F0F8F2
(240,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC6CA color. Also use rgb(170,198,202) instead hex code.

Text Font Color

.myTextColor { color: #AAC6CA; }

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

This text font color is #AAC6CA.


Background Color

.myBgColor { background-color: #AAC6CA; }

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

This div background color is #AAC6CA.


Border color

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

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

This div border color is #AAC6CA.


Opacity

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

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

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

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

This text has shadow with #AAC6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC6CA on black background.


Color preview on white background

This text has color #AAC6CA on white background.



Black color preview on #AAC6CA background

This text has black color on #AAC6CA background.


White color preview on #AAC6CA background

This text has white color on #AAC6CA background.