COLOR #AAC7AB

HEX: #AAC7AB
RGB: (170,199,171)

Color info

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

RGB color model

#AAC7AB color RGB value is (170,199,171).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 171 of 255 = 67%

170
199
171

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 171 = 540 (100%)
R 170 of 540 ~ 31.48%
G 199 of 540 ~ 36.85%
B 171 of 540 ~ 31.67%

%31.48
%36.85
%31.67

CMYK color model

#AAC7AB color CMYK value is (15,0,14,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 14.07%
  • key color value is 21.96%
CMYK: (15,0,14,22) C15M0Y14K22 (15%,0%,14%,22%) (0.15/0.00/0.14/0.22)

CMYK percentages

%14.57
%0
%14.07
%21.96

Codes

Color #AAC7AB in popluar color models

AAC7AB
RGB170199171
HSL122°20.57%72.35%
HSB/HSV122°14.57%78.04%
CMYK14.57%0.00%14.07%
21.96%

Color #AAC7AB in popluar number systems.

HEXAAC7AB
Decimal170199171
Binary101010101100011110101011
Octal252307253

Shades and tints

Shades of #AAC7AB

#AAC7AB
(170,199,171)
#9BB59C
(155,181,156)
#8CA38D
(140,163,141)
#7D917E
(125,145,126)
#6E7F6F
(110,127,111)
#5F6D60
(95,109,96)
#505B51
(80,91,81)
#414942
(65,73,66)
#323733
(50,55,51)
#232524
(35,37,36)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #AAC7AB

#AAC7AB
(170,199,171)
#B1CCB2
(177,204,178)
#B8D1B9
(184,209,185)
#BFD6C0
(191,214,192)
#C6DBC7
(198,219,199)
#CDE0CE
(205,224,206)
#D4E5D5
(212,229,213)
#DBEADC
(219,234,220)
#E2EFE3
(226,239,227)
#E9F4EA
(233,244,234)
#F0F9F1
(240,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7AB; }

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

This text font color is #AAC7AB.


Background Color

.myBgColor { background-color: #AAC7AB; }

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

This div background color is #AAC7AB.


Border color

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

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

This div border color is #AAC7AB.


Opacity

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

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

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

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

This text has shadow with #AAC7AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAC7AB on black background.


Color preview on white background

This text has color #AAC7AB on white background.



Black color preview on #AAC7AB background

This text has black color on #AAC7AB background.


White color preview on #AAC7AB background

This text has white color on #AAC7AB background.