COLOR #AAC7BB

HEX: #AAC7BB
RGB: (170,199,187)

Color info

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

RGB color model

#AAC7BB color RGB value is (170,199,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 187 of 255 = 73%

170
199
187

R + G + B ~ 73%. #AAC7BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 187 = 556 (100%)
R 170 of 556 ~ 30.58%
G 199 of 556 ~ 35.79%
B 187 of 556 ~ 33.63%

%30.58
%35.79
%33.63

CMYK color model

#AAC7BB color CMYK value is (15,0,6,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(15,0,6,22)
C15M0Y6K22 
(15%,0%,6%,22%)
(0.15/0.00/0.06/0.22)	

CMYK percentages

%14.57
%0
%6.03
%21.96

Codes

Color #AAC7BB in popluar color models

AAC7BB
RGB170199187
HSL155°20.57%72.35%
HSB/HSV155°14.57%78.04%
CMYK14.57%0.00%6.03%
21.96%

Color #AAC7BB in popluar number systems.

HEXAAC7BB
Decimal170199187
Binary101010101100011110111011
Octal252307273

Shades and tints

Shades of #AAC7BB

#AAC7BB
(170,199,187)
#9BB5AA
(155,181,170)
#8CA399
(140,163,153)
#7D9188
(125,145,136)
#6E7F77
(110,127,119)
#5F6D66
(95,109,102)
#505B55
(80,91,85)
#414944
(65,73,68)
#323733
(50,55,51)
#232522
(35,37,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AAC7BB

#AAC7BB
(170,199,187)
#B1CCC1
(177,204,193)
#B8D1C7
(184,209,199)
#BFD6CD
(191,214,205)
#C6DBD3
(198,219,211)
#CDE0D9
(205,224,217)
#D4E5DF
(212,229,223)
#DBEAE5
(219,234,229)
#E2EFEB
(226,239,235)
#E9F4F1
(233,244,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7BB; }

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

This text font color is #AAC7BB.


Background Color

.myBgColor { background-color: #AAC7BB; }

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

This div background color is #AAC7BB.


Border color

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

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

This div border color is #AAC7BB.


Opacity

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

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

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

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

This text has shadow with #AAC7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7BB on black background.


Color preview on white background

This text has color #AAC7BB on white background.



Black color preview on #AAC7BB background

This text has black color on #AAC7BB background.


White color preview on #AAC7BB background

This text has white color on #AAC7BB background.