COLOR #AABBA4

HEX: #AABBA4
RGB: (170,187,164)

Color info

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

RGB color model

#AABBA4 color RGB value is (170,187,164).

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

RGB channels and saturation

R 170 of 255 = 67%
G 187 of 255 = 73%
B 164 of 255 = 64%

170
187
164

R + G + B ~ 68%. #AABBA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 187 + 164 = 521 (100%)
R 170 of 521 ~ 32.63%
G 187 of 521 ~ 35.89%
B 164 of 521 ~ 31.48%

%32.63
%35.89
%31.48

CMYK color model

#AABBA4 color CMYK value is (9,0,12,27).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 12.30%
  • key color value is 26.67%
CMYK:
(9,0,12,27)
C9M0Y12K27 
(9%,0%,12%,27%)
(0.09/0.00/0.12/0.27)	

CMYK percentages

%9.09
%0
%12.3
%26.67

Codes

Color #AABBA4 in popluar color models

AABBA4
RGB170187164
HSL104°14.47%68.82%
HSB/HSV104°12.30%73.33%
CMYK9.09%0.00%12.30%
26.67%

Color #AABBA4 in popluar number systems.

HEXAABBA4
Decimal170187164
Binary101010101011101110100100
Octal252273244

Shades and tints

Shades of #AABBA4

#AABBA4
(170,187,164)
#9BAA96
(155,170,150)
#8C9988
(140,153,136)
#7D887A
(125,136,122)
#6E776C
(110,119,108)
#5F665E
(95,102,94)
#505550
(80,85,80)
#414442
(65,68,66)
#323334
(50,51,52)
#232226
(35,34,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #AABBA4

#AABBA4
(170,187,164)
#B1C1AC
(177,193,172)
#B8C7B4
(184,199,180)
#BFCDBC
(191,205,188)
#C6D3C4
(198,211,196)
#CDD9CC
(205,217,204)
#D4DFD4
(212,223,212)
#DBE5DC
(219,229,220)
#E2EBE4
(226,235,228)
#E9F1EC
(233,241,236)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABBA4; }

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

This text font color is #AABBA4.


Background Color

.myBgColor { background-color: #AABBA4; }

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

This div background color is #AABBA4.


Border color

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

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

This div border color is #AABBA4.


Opacity

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

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

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

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

This text has shadow with #AABBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABBA4 on black background.


Color preview on white background

This text has color #AABBA4 on white background.



Black color preview on #AABBA4 background

This text has black color on #AABBA4 background.


White color preview on #AABBA4 background

This text has white color on #AABBA4 background.