COLOR #AAC3CC

HEX: #AAC3CC
RGB: (170,195,204)

Color info

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

RGB color model

#AAC3CC color RGB value is (170,195,204).

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

RGB channels and saturation

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

170
195
204

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

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 204 = 569 (100%)
R 170 of 569 ~ 29.88%
G 195 of 569 ~ 34.27%
B 204 of 569 ~ 35.85%

%29.88
%34.27
%35.85

CMYK color model

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

  • cyan value is 16.67%
  • magenta value is 4.41%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(17,4,0,20)
C17M4Y0K20 
(17%,4%,0%,20%)
(0.17/0.04/0.00/0.20)	

CMYK percentages

%16.67
%4.41
%0
%20

Codes

Color #AAC3CC in popluar color models

AAC3CC
RGB170195204
HSL196°25.00%73.33%
HSB/HSV196°16.67%80.00%
CMYK16.67%4.41%0.00%
20.00%

Color #AAC3CC in popluar number systems.

HEXAAC3CC
Decimal170195204
Binary101010101100001111001100
Octal252303314

Shades and tints

Shades of #AAC3CC

#AAC3CC
(170,195,204)
#9BB2BA
(155,178,186)
#8CA1A8
(140,161,168)
#7D9096
(125,144,150)
#6E7F84
(110,127,132)
#5F6E72
(95,110,114)
#505D60
(80,93,96)
#414C4E
(65,76,78)
#323B3C
(50,59,60)
#232A2A
(35,42,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #AAC3CC

#AAC3CC
(170,195,204)
#B1C8D0
(177,200,208)
#B8CDD4
(184,205,212)
#BFD2D8
(191,210,216)
#C6D7DC
(198,215,220)
#CDDCE0
(205,220,224)
#D4E1E4
(212,225,228)
#DBE6E8
(219,230,232)
#E2EBEC
(226,235,236)
#E9F0F0
(233,240,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC3CC; }

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

This text font color is #AAC3CC.


Background Color

.myBgColor { background-color: #AAC3CC; }

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

This div background color is #AAC3CC.


Border color

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

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

This div border color is #AAC3CC.


Opacity

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

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

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

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

This text has shadow with #AAC3CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC3CC on black background.


Color preview on white background

This text has color #AAC3CC on white background.



Black color preview on #AAC3CC background

This text has black color on #AAC3CC background.


White color preview on #AAC3CC background

This text has white color on #AAC3CC background.