COLOR #AACCC9

HEX: #AACCC9 RGB: (170,204,201)

Color info

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

RGB color model

#AACCC9 color RGB value is (170,204,201).

RGB: (170,204,201) (67%, 80%, 79%)

RGB channels and saturation

R 170 of 255 = 67%
G 204 of 255 = 80%
B 201 of 255 = 79%

170
204
201

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

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 201 = 575 (100%)
R 170 of 575 ~ 29.57%
G 204 of 575 ~ 35.48%
B 201 of 575 ~ 34.96'%

%29.57
%35.48
%34.96

CMYK color model

#AACCC9 color CMYK value is (17,0,1,20).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (17,0,1,20)
C17M0Y1K20 (17%, 0%, 1%, 20%)
(0.17 / 0.00 / 0.01 / 0.20)

CMYK percentages

%16.67
%0
%1.47
%20

Codes

Color #AACCC9 in popluar color models

AA CC C9
RGB 170 204 201
HSL 175° 25.00% 73.33%
HSB/HSV 175° 16.67% 80.00%
CMYK 16.67% 0.00% 1.47%
20.00%

Color #AACCC9 in popluar number systems.

HEX AA CC C9
Decimal 170 204 201
Binary 10101010 11001100 11001001
Octal 252 314 311

Shades and tints

Shades of #AACCC9

#AACCC9
(170,204,201)
#9BBAB7
(155,186,183)
#8CA8A5
(140,168,165)
#7D9693
(125,150,147)
#6E8481
(110,132,129)
#5F726F
(95,114,111)
#50605D
(80,96,93)
#414E4B
(65,78,75)
#323C39
(50,60,57)
#232A27
(35,42,39)
#141815
(20,24,21)
#000000
(0,0,0)

Tints of #AACCC9

#AACCC9
(170,204,201)
#B1D0CD
(177,208,205)
#B8D4D1
(184,212,209)
#BFD8D5
(191,216,213)
#C6DCD9
(198,220,217)
#CDE0DD
(205,224,221)
#D4E4E1
(212,228,225)
#DBE8E5
(219,232,229)
#E2ECE9
(226,236,233)
#E9F0ED
(233,240,237)
#F0F4F1
(240,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCC9; }

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

This text font color is #AACCC9.

Background Color

.myBgColor { background-color: #AACCC9; }

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

This div background color is #AACCC9.

Border color

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

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

This div border color is #AACCC9.

Opacity

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

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

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

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

This text has shadow with #AACCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCC9.

Preview

Color preview on black background

This text has color #AACCC9 on black background.


Color preview on white background

This text has color #AACCC9 on white background.


Black color preview on #AACCC9 background

This text has black color on #AACCC9 background.


White color preview on #AACCC9 background

This text has white color on #AACCC9 background.


Related colors

Complementary color

Complementary color for #hex is #553336.


I love getcolorcode.com

Triadic colors

1 #C9AACC and #CCC9AA with #AACCC9 are triadic colors.

2 #C9CCAA and #CCAAC9 with #AACCC9 are triadic colors.