COLOR #AAC6CF

HEX: #AAC6CF
RGB: (170,198,207)

Color info

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

RGB color model

#AAC6CF color RGB value is (170,198,207).

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

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 207 of 255 = 81%

170
198
207

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 207 = 575 (100%)
R 170 of 575 ~ 29.57%
G 198 of 575 ~ 34.43%
B 207 of 575 ~ 36%

%29.57
%34.43
%36

CMYK color model

#AAC6CF color CMYK value is (18,4,0,19).

  • cyan value is 17.87%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,4,0,19)
C18M4Y0K19 
(18%,4%,0%,19%)
(0.18/0.04/0.00/0.19)	

CMYK percentages

%17.87
%4.35
%0
%18.82

Codes

Color #AAC6CF in popluar color models

AAC6CF
RGB170198207
HSL195°27.82%73.92%
HSB/HSV195°17.87%81.18%
CMYK17.87%4.35%0.00%
18.82%

Color #AAC6CF in popluar number systems.

HEXAAC6CF
Decimal170198207
Binary101010101100011011001111
Octal252306317

Shades and tints

Shades of #AAC6CF

#AAC6CF
(170,198,207)
#9BB4BD
(155,180,189)
#8CA2AB
(140,162,171)
#7D9099
(125,144,153)
#6E7E87
(110,126,135)
#5F6C75
(95,108,117)
#505A63
(80,90,99)
#414851
(65,72,81)
#32363F
(50,54,63)
#23242D
(35,36,45)
#14121B
(20,18,27)
#000000
(0,0,0)

Tints of #AAC6CF

#AAC6CF
(170,198,207)
#B1CBD3
(177,203,211)
#B8D0D7
(184,208,215)
#BFD5DB
(191,213,219)
#C6DADF
(198,218,223)
#CDDFE3
(205,223,227)
#D4E4E7
(212,228,231)
#DBE9EB
(219,233,235)
#E2EEEF
(226,238,239)
#E9F3F3
(233,243,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC6CF; }

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

This text font color is #AAC6CF.


Background Color

.myBgColor { background-color: #AAC6CF; }

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

This div background color is #AAC6CF.


Border color

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

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

This div border color is #AAC6CF.


Opacity

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

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

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

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

This text has shadow with #AAC6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC6CF on black background.


Color preview on white background

This text has color #AAC6CF on white background.



Black color preview on #AAC6CF background

This text has black color on #AAC6CF background.


White color preview on #AAC6CF background

This text has white color on #AAC6CF background.