COLOR #AABCA7

HEX: #AABCA7
RGB: (170,188,167)

Color info

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

RGB color model

#AABCA7 color RGB value is (170,188,167).

  • red value is 170;
  • green value is 188;
  • blue value is 167.
RGB:
(170,188,167)
(67%,74%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 188 of 255 = 74%
B 167 of 255 = 65%

170
188
167

R + G + B ~ 69%. #AABCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 188 + 167 = 525 (100%)
R 170 of 525 ~ 32.38%
G 188 of 525 ~ 35.81%
B 167 of 525 ~ 31.81%

%32.38
%35.81
%31.81

CMYK color model

#AABCA7 color CMYK value is (10,0,11,26).

  • cyan value is 9.57%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(10,0,11,26)
C10M0Y11K26 
(10%,0%,11%,26%)
(0.10/0.00/0.11/0.26)	

CMYK percentages

%9.57
%0
%11.17
%26.27

Codes

Color #AABCA7 in popluar color models

AABCA7
RGB170188167
HSL111°13.55%69.61%
HSB/HSV111°11.17%73.73%
CMYK9.57%0.00%11.17%
26.27%

Color #AABCA7 in popluar number systems.

HEXAABCA7
Decimal170188167
Binary101010101011110010100111
Octal252274247

Shades and tints

Shades of #AABCA7

#AABCA7
(170,188,167)
#9BAB98
(155,171,152)
#8C9A89
(140,154,137)
#7D897A
(125,137,122)
#6E786B
(110,120,107)
#5F675C
(95,103,92)
#50564D
(80,86,77)
#41453E
(65,69,62)
#32342F
(50,52,47)
#232320
(35,35,32)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #AABCA7

#AABCA7
(170,188,167)
#B1C2AF
(177,194,175)
#B8C8B7
(184,200,183)
#BFCEBF
(191,206,191)
#C6D4C7
(198,212,199)
#CDDACF
(205,218,207)
#D4E0D7
(212,224,215)
#DBE6DF
(219,230,223)
#E2ECE7
(226,236,231)
#E9F2EF
(233,242,239)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABCA7 color. Also use rgb(170,188,167) instead hex code.

Text Font Color

.myTextColor { color: #AABCA7; }

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

This text font color is #AABCA7.


Background Color

.myBgColor { background-color: #AABCA7; }

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

This div background color is #AABCA7.


Border color

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

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

This div border color is #AABCA7.


Opacity

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

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

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

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

This text has shadow with #AABCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABCA7 on black background.


Color preview on white background

This text has color #AABCA7 on white background.



Black color preview on #AABCA7 background

This text has black color on #AABCA7 background.


White color preview on #AABCA7 background

This text has white color on #AABCA7 background.