COLOR #AACCCC

HEX: #AACCCC RGB: (170,204,204)

Color info

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

RGB color model

#AACCCC color RGB value is (170,204,204).

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

RGB channels and saturation

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

170
204
204

R + G + B ~ 76%. #AACCCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 204 + 204 = 578 (100%)
R 170 of 578 ~ 29.41%
G 204 of 578 ~ 35.29%
B 204 of 578 ~ 35.29'%

%29.41
%35.29
%35.29

CMYK color model

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

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

CMYK: (17,0,0,20)
C17M0Y0K20 (17%, 0%, 0%, 20%)
(0.17 / 0.00 / 0.00 / 0.20)

CMYK percentages

%16.67
%0
%0
%20

Codes

Color #AACCCC in popluar color models

AA CC CC
RGB 170 204 204
HSL 180° 25.00% 73.33%
HSB/HSV 180° 16.67% 80.00%
CMYK 16.67% 0.00% 0.00%
20.00%

Color #AACCCC in popluar number systems.

HEX AA CC CC
Decimal 170 204 204
Binary 10101010 11001100 11001100
Octal 252 314 314

Shades and tints

Shades of #AACCCC

#AACCCC
(170,204,204)
#9BBABA
(155,186,186)
#8CA8A8
(140,168,168)
#7D9696
(125,150,150)
#6E8484
(110,132,132)
#5F7272
(95,114,114)
#506060
(80,96,96)
#414E4E
(65,78,78)
#323C3C
(50,60,60)
#232A2A
(35,42,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #AACCCC

#AACCCC
(170,204,204)
#B1D0D0
(177,208,208)
#B8D4D4
(184,212,212)
#BFD8D8
(191,216,216)
#C6DCDC
(198,220,220)
#CDE0E0
(205,224,224)
#D4E4E4
(212,228,228)
#DBE8E8
(219,232,232)
#E2ECEC
(226,236,236)
#E9F0F0
(233,240,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACCCC; }

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

This text font color is #AACCCC.

Background Color

.myBgColor { background-color: #AACCCC; }

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

This div background color is #AACCCC.

Border color

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

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

This div border color is #AACCCC.

Opacity

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

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

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

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

This text has shadow with #AACCCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACCCC.

Preview

Color preview on black background

This text has color #AACCCC on black background.


Color preview on white background

This text has color #AACCCC on white background.


Black color preview on #AACCCC background

This text has black color on #AACCCC background.


White color preview on #AACCCC background

This text has white color on #AACCCC background.


Related colors

Complementary color

Complementary color for #hex is #553333.


I love getcolorcode.com