COLOR #AAC7CE

HEX: #AAC7CE
RGB: (170,199,206)

Color info

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

RGB color model

#AAC7CE color RGB value is (170,199,206).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 206 of 255 = 81%

170
199
206

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 206 = 575 (100%)
R 170 of 575 ~ 29.57%
G 199 of 575 ~ 34.61%
B 206 of 575 ~ 35.83%

%29.57
%34.61
%35.83

CMYK color model

#AAC7CE color CMYK value is (17,3,0,19).

  • cyan value is 17.48%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(17,3,0,19)
C17M3Y0K19 
(17%,3%,0%,19%)
(0.17/0.03/0.00/0.19)	

CMYK percentages

%17.48
%3.4
%0
%19.22

Codes

Color #AAC7CE in popluar color models

AAC7CE
RGB170199206
HSL192°26.87%73.73%
HSB/HSV192°17.48%80.78%
CMYK17.48%3.40%0.00%
19.22%

Color #AAC7CE in popluar number systems.

HEXAAC7CE
Decimal170199206
Binary101010101100011111001110
Octal252307316

Shades and tints

Shades of #AAC7CE

#AAC7CE
(170,199,206)
#9BB5BC
(155,181,188)
#8CA3AA
(140,163,170)
#7D9198
(125,145,152)
#6E7F86
(110,127,134)
#5F6D74
(95,109,116)
#505B62
(80,91,98)
#414950
(65,73,80)
#32373E
(50,55,62)
#23252C
(35,37,44)
#14131A
(20,19,26)
#000000
(0,0,0)

Tints of #AAC7CE

#AAC7CE
(170,199,206)
#B1CCD2
(177,204,210)
#B8D1D6
(184,209,214)
#BFD6DA
(191,214,218)
#C6DBDE
(198,219,222)
#CDE0E2
(205,224,226)
#D4E5E6
(212,229,230)
#DBEAEA
(219,234,234)
#E2EFEE
(226,239,238)
#E9F4F2
(233,244,242)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7CE; }

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

This text font color is #AAC7CE.


Background Color

.myBgColor { background-color: #AAC7CE; }

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

This div background color is #AAC7CE.


Border color

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

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

This div border color is #AAC7CE.


Opacity

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

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

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

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

This text has shadow with #AAC7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7CE on black background.


Color preview on white background

This text has color #AAC7CE on white background.



Black color preview on #AAC7CE background

This text has black color on #AAC7CE background.


White color preview on #AAC7CE background

This text has white color on #AAC7CE background.