COLOR #AAC7B0

HEX: #AAC7B0
RGB: (170,199,176)

Color info

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

RGB color model

#AAC7B0 color RGB value is (170,199,176).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 176 of 255 = 69%

170
199
176

R + G + B ~ 71%. #AAC7B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 176 = 545 (100%)
R 170 of 545 ~ 31.19%
G 199 of 545 ~ 36.51%
B 176 of 545 ~ 32.29%

%31.19
%36.51
%32.29

CMYK color model

#AAC7B0 color CMYK value is (15,0,12,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%
CMYK:
(15,0,12,22)
C15M0Y12K22 
(15%,0%,12%,22%)
(0.15/0.00/0.12/0.22)	

CMYK percentages

%14.57
%0
%11.56
%21.96

Codes

Color #AAC7B0 in popluar color models

AAC7B0
RGB170199176
HSL132°20.57%72.35%
HSB/HSV132°14.57%78.04%
CMYK14.57%0.00%11.56%
21.96%

Color #AAC7B0 in popluar number systems.

HEXAAC7B0
Decimal170199176
Binary101010101100011110110000
Octal252307260

Shades and tints

Shades of #AAC7B0

#AAC7B0
(170,199,176)
#9BB5A0
(155,181,160)
#8CA390
(140,163,144)
#7D9180
(125,145,128)
#6E7F70
(110,127,112)
#5F6D60
(95,109,96)
#505B50
(80,91,80)
#414940
(65,73,64)
#323730
(50,55,48)
#232520
(35,37,32)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #AAC7B0

#AAC7B0
(170,199,176)
#B1CCB7
(177,204,183)
#B8D1BE
(184,209,190)
#BFD6C5
(191,214,197)
#C6DBCC
(198,219,204)
#CDE0D3
(205,224,211)
#D4E5DA
(212,229,218)
#DBEAE1
(219,234,225)
#E2EFE8
(226,239,232)
#E9F4EF
(233,244,239)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7B0; }

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

This text font color is #AAC7B0.


Background Color

.myBgColor { background-color: #AAC7B0; }

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

This div background color is #AAC7B0.


Border color

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

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

This div border color is #AAC7B0.


Opacity

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

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

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

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

This text has shadow with #AAC7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7B0 on black background.


Color preview on white background

This text has color #AAC7B0 on white background.



Black color preview on #AAC7B0 background

This text has black color on #AAC7B0 background.


White color preview on #AAC7B0 background

This text has white color on #AAC7B0 background.