COLOR #AAC6CD

HEX: #AAC6CD
RGB: (170,198,205)

Color info

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

RGB color model

#AAC6CD color RGB value is (170,198,205).

  • red value is 170;
  • green value is 198;
  • blue value is 205.
RGB:
(170,198,205)
(67%,78%,80%)

RGB channels and saturation

R 170 of 255 = 67%
G 198 of 255 = 78%
B 205 of 255 = 80%

170
198
205

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

Portions of RGB colors in percentages

R + G + B =
170 + 198 + 205 = 573 (100%)
R 170 of 573 ~ 29.67%
G 198 of 573 ~ 34.55%
B 205 of 573 ~ 35.78%

%29.67
%34.55
%35.78

CMYK color model

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

  • cyan value is 17.07%
  • magenta value is 3.41%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,3,0,20)
C17M3Y0K20 
(17%,3%,0%,20%)
(0.17/0.03/0.00/0.20)	

CMYK percentages

%17.07
%3.41
%0
%19.61

Codes

Color #AAC6CD in popluar color models

AAC6CD
RGB170198205
HSL192°25.93%73.53%
HSB/HSV192°17.07%80.39%
CMYK17.07%3.41%0.00%
19.61%

Color #AAC6CD in popluar number systems.

HEXAAC6CD
Decimal170198205
Binary101010101100011011001101
Octal252306315

Shades and tints

Shades of #AAC6CD

#AAC6CD
(170,198,205)
#9BB4BB
(155,180,187)
#8CA2A9
(140,162,169)
#7D9097
(125,144,151)
#6E7E85
(110,126,133)
#5F6C73
(95,108,115)
#505A61
(80,90,97)
#41484F
(65,72,79)
#32363D
(50,54,61)
#23242B
(35,36,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #AAC6CD

#AAC6CD
(170,198,205)
#B1CBD1
(177,203,209)
#B8D0D5
(184,208,213)
#BFD5D9
(191,213,217)
#C6DADD
(198,218,221)
#CDDFE1
(205,223,225)
#D4E4E5
(212,228,229)
#DBE9E9
(219,233,233)
#E2EEED
(226,238,237)
#E9F3F1
(233,243,241)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC6CD; }

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

This text font color is #AAC6CD.


Background Color

.myBgColor { background-color: #AAC6CD; }

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

This div background color is #AAC6CD.


Border color

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

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

This div border color is #AAC6CD.


Opacity

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

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

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

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

This text has shadow with #AAC6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC6CD on black background.


Color preview on white background

This text has color #AAC6CD on white background.



Black color preview on #AAC6CD background

This text has black color on #AAC6CD background.


White color preview on #AAC6CD background

This text has white color on #AAC6CD background.