COLOR #AACACC

HEX: #AACACC
RGB: (170,202,204)

Color info

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

RGB color model

#AACACC color RGB value is (170,202,204).

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

RGB channels and saturation

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

170
202
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 202 + 204 = 576 (100%)
R 170 of 576 ~ 29.51%
G 202 of 576 ~ 35.07%
B 204 of 576 ~ 35.42%

%29.51
%35.07
%35.42

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 0.98%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,1,0,20)
C17M1Y0K20 
(17%,1%,0%,20%)
(0.17/0.01/0.00/0.20)	

CMYK percentages

%16.67
%0.98
%0
%20

Codes

Color #AACACC in popluar color models

AACACC
RGB170202204
HSL184°25.00%73.33%
HSB/HSV184°16.67%80.00%
CMYK16.67%0.98%0.00%
20.00%

Color #AACACC in popluar number systems.

HEXAACACC
Decimal170202204
Binary101010101100101011001100
Octal252312314

Shades and tints

Shades of #AACACC

#AACACC
(170,202,204)
#9BB8BA
(155,184,186)
#8CA6A8
(140,166,168)
#7D9496
(125,148,150)
#6E8284
(110,130,132)
#5F7072
(95,112,114)
#505E60
(80,94,96)
#414C4E
(65,76,78)
#323A3C
(50,58,60)
#23282A
(35,40,42)
#141618
(20,22,24)
#000000
(0,0,0)

Tints of #AACACC

#AACACC
(170,202,204)
#B1CED0
(177,206,208)
#B8D2D4
(184,210,212)
#BFD6D8
(191,214,216)
#C6DADC
(198,218,220)
#CDDEE0
(205,222,224)
#D4E2E4
(212,226,228)
#DBE6E8
(219,230,232)
#E2EAEC
(226,234,236)
#E9EEF0
(233,238,240)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACACC; }

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

This text font color is #AACACC.


Background Color

.myBgColor { background-color: #AACACC; }

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

This div background color is #AACACC.


Border color

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

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

This div border color is #AACACC.


Opacity

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

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

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

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

This text has shadow with #AACACC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACACC on black background.


Color preview on white background

This text has color #AACACC on white background.



Black color preview on #AACACC background

This text has black color on #AACACC background.


White color preview on #AACACC background

This text has white color on #AACACC background.