COLOR #AAC7CD

HEX: #AAC7CD
RGB: (170,199,205)

Color info

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

RGB color model

#AAC7CD color RGB value is (170,199,205).

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

RGB channels and saturation

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

170
199
205

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 205 = 574 (100%)
R 170 of 574 ~ 29.62%
G 199 of 574 ~ 34.67%
B 205 of 574 ~ 35.71%

%29.62
%34.67
%35.71

CMYK color model

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

  • cyan value is 17.07%
  • magenta value is 2.93%
  • 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
%2.93
%0
%19.61

Codes

Color #AAC7CD in popluar color models

AAC7CD
RGB170199205
HSL190°25.93%73.53%
HSB/HSV190°17.07%80.39%
CMYK17.07%2.93%0.00%
19.61%

Color #AAC7CD in popluar number systems.

HEXAAC7CD
Decimal170199205
Binary101010101100011111001101
Octal252307315

Shades and tints

Shades of #AAC7CD

#AAC7CD
(170,199,205)
#9BB5BB
(155,181,187)
#8CA3A9
(140,163,169)
#7D9197
(125,145,151)
#6E7F85
(110,127,133)
#5F6D73
(95,109,115)
#505B61
(80,91,97)
#41494F
(65,73,79)
#32373D
(50,55,61)
#23252B
(35,37,43)
#141319
(20,19,25)
#000000
(0,0,0)

Tints of #AAC7CD

#AAC7CD
(170,199,205)
#B1CCD1
(177,204,209)
#B8D1D5
(184,209,213)
#BFD6D9
(191,214,217)
#C6DBDD
(198,219,221)
#CDE0E1
(205,224,225)
#D4E5E5
(212,229,229)
#DBEAE9
(219,234,233)
#E2EFED
(226,239,237)
#E9F4F1
(233,244,241)
#F0F9F5
(240,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7CD; }

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

This text font color is #AAC7CD.


Background Color

.myBgColor { background-color: #AAC7CD; }

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

This div background color is #AAC7CD.


Border color

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

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

This div border color is #AAC7CD.


Opacity

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

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

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

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

This text has shadow with #AAC7CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7CD on black background.


Color preview on white background

This text has color #AAC7CD on white background.



Black color preview on #AAC7CD background

This text has black color on #AAC7CD background.


White color preview on #AAC7CD background

This text has white color on #AAC7CD background.