COLOR #ABBAAA

HEX: #ABBAAA
RGB: (171,186,170)

Color info

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

RGB color model

#ABBAAA color RGB value is (171,186,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 170 of 255 = 67%

171
186
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 170 = 527 (100%)
R 171 of 527 ~ 32.45%
G 186 of 527 ~ 35.29%
B 170 of 527 ~ 32.26%

%32.45
%35.29
%32.26

CMYK color model

#ABBAAA color CMYK value is (8,0,9,27).

  • cyan value is 8.06%
  • magenta value is 0.00%
  • yellow value is 8.60%
  • key color value is 27.06%
CMYK:
(8,0,9,27)
C8M0Y9K27 
(8%,0%,9%,27%)
(0.08/0.00/0.09/0.27)	

CMYK percentages

%8.06
%0
%8.6
%27.06

Codes

Color #ABBAAA in popluar color models

ABBAAA
RGB171186170
HSL116°10.39%69.80%
HSB/HSV116°8.60%72.94%
CMYK8.06%0.00%8.60%
27.06%

Color #ABBAAA in popluar number systems.

HEXABBAAA
Decimal171186170
Binary101010111011101010101010
Octal253272252

Shades and tints

Shades of #ABBAAA

#ABBAAA
(171,186,170)
#9CAA9B
(156,170,155)
#8D9A8C
(141,154,140)
#7E8A7D
(126,138,125)
#6F7A6E
(111,122,110)
#606A5F
(96,106,95)
#515A50
(81,90,80)
#424A41
(66,74,65)
#333A32
(51,58,50)
#242A23
(36,42,35)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #ABBAAA

#ABBAAA
(171,186,170)
#B2C0B1
(178,192,177)
#B9C6B8
(185,198,184)
#C0CCBF
(192,204,191)
#C7D2C6
(199,210,198)
#CED8CD
(206,216,205)
#D5DED4
(213,222,212)
#DCE4DB
(220,228,219)
#E3EAE2
(227,234,226)
#EAF0E9
(234,240,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAAA; }

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

This text font color is #ABBAAA.


Background Color

.myBgColor { background-color: #ABBAAA; }

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

This div background color is #ABBAAA.


Border color

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

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

This div border color is #ABBAAA.


Opacity

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

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

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

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

This text has shadow with #ABBAAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAAA on black background.


Color preview on white background

This text has color #ABBAAA on white background.



Black color preview on #ABBAAA background

This text has black color on #ABBAAA background.


White color preview on #ABBAAA background

This text has white color on #ABBAAA background.