COLOR #AAC1CC

HEX: #AAC1CC RGB: (170,193,204)

Color info

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

RGB color model

#AAC1CC color RGB value is (170,193,204).

RGB: (170,193,204) (67%, 76%, 80%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 204 of 255 = 80%

170
193
204

R + G + B ~ 74%. #AAC1CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 204 = 567 (100%)
R 170 of 567 ~ 29.98%
G 193 of 567 ~ 34.04%
B 204 of 567 ~ 35.98'%

%29.98
%34.04
%35.98

CMYK color model

#AAC1CC color CMYK value is (17,5,0,20).

  • cyan value is 16.67%
  • magenta value is 5.39%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (17,5,0,20) C17M5Y0K20 (17%,5%,0%,20%) (0.17/0.05/0.00/0.20) 

CMYK percentages

%16.67
%5.39
%0
%20

Codes

Color #AAC1CC in popluar color models

AA C1 CC
RGB 170 193 204
HSL 199° 25.00% 73.33%
HSB/HSV 199° 16.67% 80.00%
CMYK 16.67% 5.39% 0.00%
20.00%

Color #AAC1CC in popluar number systems.

HEX AA C1 CC
Decimal 170 193 204
Binary 10101010 11000001 11001100
Octal 252 301 314

Shades and tints

Shades of #AAC1CC

#AAC1CC
(170,193,204)
#9BB0BA
(155,176,186)
#8C9FA8
(140,159,168)
#7D8E96
(125,142,150)
#6E7D84
(110,125,132)
#5F6C72
(95,108,114)
#505B60
(80,91,96)
#414A4E
(65,74,78)
#32393C
(50,57,60)
#23282A
(35,40,42)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #AAC1CC

#AAC1CC
(170,193,204)
#B1C6D0
(177,198,208)
#B8CBD4
(184,203,212)
#BFD0D8
(191,208,216)
#C6D5DC
(198,213,220)
#CDDAE0
(205,218,224)
#D4DFE4
(212,223,228)
#DBE4E8
(219,228,232)
#E2E9EC
(226,233,236)
#E9EEF0
(233,238,240)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC1CC; }

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

This text font color is #AAC1CC.

Background Color

.myBgColor { background-color: #AAC1CC; }

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

This div background color is #AAC1CC.

Border color

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

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

This div border color is #AAC1CC.

Opacity

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

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

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

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

This text has shadow with #AAC1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC1CC.

Preview

Color preview on black background

This text has color #AAC1CC on black background.


Color preview on white background

This text has color #AAC1CC on white background.


Black color preview on #AAC1CC background

This text has black color on #AAC1CC background.


White color preview on #AAC1CC background

This text has white color on #AAC1CC background.


Related colors

Complementary color

Complementary color for #hex is #553E33.


I love getcolorcode.com

Triadic colors

1 #CCAAC1 and #C1CCAA with #AAC1CC are triadic colors.

2 #CCC1AA and #C1AACC with #AAC1CC are triadic colors.