COLOR #AAC4B0

HEX: #AAC4B0
RGB: (170,196,176)

Color info

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

RGB color model

#AAC4B0 color RGB value is (170,196,176).

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

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 176 of 255 = 69%

170
196
176

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

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 176 = 542 (100%)
R 170 of 542 ~ 31.37%
G 196 of 542 ~ 36.16%
B 176 of 542 ~ 32.47%

%31.37
%36.16
%32.47

CMYK color model

#AAC4B0 color CMYK value is (13,0,10,23).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 10.20%
  • key color value is 23.14%
CMYK:
(13,0,10,23)
C13M0Y10K23 
(13%,0%,10%,23%)
(0.13/0.00/0.10/0.23)	

CMYK percentages

%13.27
%0
%10.2
%23.14

Codes

Color #AAC4B0 in popluar color models

AAC4B0
RGB170196176
HSL134°18.06%71.76%
HSB/HSV134°13.27%76.86%
CMYK13.27%0.00%10.20%
23.14%

Color #AAC4B0 in popluar number systems.

HEXAAC4B0
Decimal170196176
Binary101010101100010010110000
Octal252304260

Shades and tints

Shades of #AAC4B0

#AAC4B0
(170,196,176)
#9BB3A0
(155,179,160)
#8CA290
(140,162,144)
#7D9180
(125,145,128)
#6E8070
(110,128,112)
#5F6F60
(95,111,96)
#505E50
(80,94,80)
#414D40
(65,77,64)
#323C30
(50,60,48)
#232B20
(35,43,32)
#141A10
(20,26,16)
#000000
(0,0,0)

Tints of #AAC4B0

#AAC4B0
(170,196,176)
#B1C9B7
(177,201,183)
#B8CEBE
(184,206,190)
#BFD3C5
(191,211,197)
#C6D8CC
(198,216,204)
#CDDDD3
(205,221,211)
#D4E2DA
(212,226,218)
#DBE7E1
(219,231,225)
#E2ECE8
(226,236,232)
#E9F1EF
(233,241,239)
#F0F6F6
(240,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC4B0; }

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

This text font color is #AAC4B0.


Background Color

.myBgColor { background-color: #AAC4B0; }

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

This div background color is #AAC4B0.


Border color

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

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

This div border color is #AAC4B0.


Opacity

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

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

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

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

This text has shadow with #AAC4B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC4B0 on black background.


Color preview on white background

This text has color #AAC4B0 on white background.



Black color preview on #AAC4B0 background

This text has black color on #AAC4B0 background.


White color preview on #AAC4B0 background

This text has white color on #AAC4B0 background.