COLOR #AAC7B1

HEX: #AAC7B1 RGB: (170,199,177)

Color info

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

RGB color model

#AAC7B1 color RGB value is (170,199,177).

RGB: (170,199,177) (67%, 78%, 69%)

RGB channels and saturation

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

170
199
177

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

Portions of RGB colors in percentages

R + G + B = 170 + 199 + 177 = 546 (100%)
R 170 of 546 ~ 31.14%
G 199 of 546 ~ 36.45%
B 177 of 546 ~ 32.42'%

%31.14
%36.45
%32.42

CMYK color model

#AAC7B1 color CMYK value is (15,0,11,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 21.96%

CMYK: (15,0,11,22)
C15M0Y11K22 (15%, 0%, 11%, 22%)
(0.15 / 0.00 / 0.11 / 0.22)

CMYK percentages

%14.57
%0
%11.06
%21.96

Codes

Color #AAC7B1 in popluar color models

AA C7 B1
RGB 170 199 177
HSL 134° 20.57% 72.35%
HSB/HSV 134° 14.57% 78.04%
CMYK 14.57% 0.00% 11.06%
21.96%

Color #AAC7B1 in popluar number systems.

HEX AA C7 B1
Decimal 170 199 177
Binary 10101010 11000111 10110001
Octal 252 307 261

Shades and tints

Shades of #AAC7B1

#AAC7B1
(170,199,177)
#9BB5A1
(155,181,161)
#8CA391
(140,163,145)
#7D9181
(125,145,129)
#6E7F71
(110,127,113)
#5F6D61
(95,109,97)
#505B51
(80,91,81)
#414941
(65,73,65)
#323731
(50,55,49)
#232521
(35,37,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #AAC7B1

#AAC7B1
(170,199,177)
#B1CCB8
(177,204,184)
#B8D1BF
(184,209,191)
#BFD6C6
(191,214,198)
#C6DBCD
(198,219,205)
#CDE0D4
(205,224,212)
#D4E5DB
(212,229,219)
#DBEAE2
(219,234,226)
#E2EFE9
(226,239,233)
#E9F4F0
(233,244,240)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7B1; }

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

This text font color is #AAC7B1.

Background Color

.myBgColor { background-color: #AAC7B1; }

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

This div background color is #AAC7B1.

Border color

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

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

This div border color is #AAC7B1.

Opacity

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

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

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

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

This text has shadow with #AAC7B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC7B1.

Preview

Color preview on black background

This text has color #AAC7B1 on black background.


Color preview on white background

This text has color #AAC7B1 on white background.


Black color preview on #AAC7B1 background

This text has black color on #AAC7B1 background.


White color preview on #AAC7B1 background

This text has white color on #AAC7B1 background.


Related colors

Complementary color

Complementary color for #hex is #55384E.


I love getcolorcode.com

Triadic colors

1 #B1AAC7 and #C7B1AA with #AAC7B1 are triadic colors.

2 #B1C7AA and #C7AAB1 with #AAC7B1 are triadic colors.