COLOR #AAC5CD

HEX: #AAC5CD
RGB: (170,197,205)

Color info

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

RGB color model

#AAC5CD color RGB value is (170,197,205).

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

RGB channels and saturation

R 170 of 255 = 67%
G 197 of 255 = 77%
B 205 of 255 = 80%

170
197
205

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

Portions of RGB colors in percentages

R + G + B =
170 + 197 + 205 = 572 (100%)
R 170 of 572 ~ 29.72%
G 197 of 572 ~ 34.44%
B 205 of 572 ~ 35.84%

%29.72
%34.44
%35.84

CMYK color model

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

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

CMYK percentages

%17.07
%3.9
%0
%19.61

Codes

Color #AAC5CD in popluar color models

AAC5CD
RGB170197205
HSL194°25.93%73.53%
HSB/HSV194°17.07%80.39%
CMYK17.07%3.90%0.00%
19.61%

Color #AAC5CD in popluar number systems.

HEXAAC5CD
Decimal170197205
Binary101010101100010111001101
Octal252305315

Shades and tints

Shades of #AAC5CD

#AAC5CD
(170,197,205)
#9BB4BB
(155,180,187)
#8CA3A9
(140,163,169)
#7D9297
(125,146,151)
#6E8185
(110,129,133)
#5F7073
(95,112,115)
#505F61
(80,95,97)
#414E4F
(65,78,79)
#323D3D
(50,61,61)
#232C2B
(35,44,43)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #AAC5CD

#AAC5CD
(170,197,205)
#B1CAD1
(177,202,209)
#B8CFD5
(184,207,213)
#BFD4D9
(191,212,217)
#C6D9DD
(198,217,221)
#CDDEE1
(205,222,225)
#D4E3E5
(212,227,229)
#DBE8E9
(219,232,233)
#E2EDED
(226,237,237)
#E9F2F1
(233,242,241)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC5CD; }

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

This text font color is #AAC5CD.


Background Color

.myBgColor { background-color: #AAC5CD; }

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

This div background color is #AAC5CD.


Border color

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

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

This div border color is #AAC5CD.


Opacity

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

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

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

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

This text has shadow with #AAC5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC5CD on black background.


Color preview on white background

This text has color #AAC5CD on white background.



Black color preview on #AAC5CD background

This text has black color on #AAC5CD background.


White color preview on #AAC5CD background

This text has white color on #AAC5CD background.