COLOR #ABB6AD

HEX: #ABB6AD
RGB: (171,182,173)

Color info

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

RGB color model

#ABB6AD color RGB value is (171,182,173).

  • red value is 171;
  • green value is 182;
  • blue value is 173.
RGB:
(171,182,173)
(67%,71%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 173 of 255 = 68%

171
182
173

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 173 = 526 (100%)
R 171 of 526 ~ 32.51%
G 182 of 526 ~ 34.6%
B 173 of 526 ~ 32.89%

%32.51
%34.6
%32.89

CMYK color model

#ABB6AD color CMYK value is (6,0,5,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 4.95%
  • key color value is 28.63%
CMYK:
(6,0,5,29)
C6M0Y5K29 
(6%,0%,5%,29%)
(0.06/0.00/0.05/0.29)	

CMYK percentages

%6.04
%0
%4.95
%28.63

Codes

Color #ABB6AD in popluar color models

ABB6AD
RGB171182173
HSL131°7.01%69.22%
HSB/HSV131°6.04%71.37%
CMYK6.04%0.00%4.95%
28.63%

Color #ABB6AD in popluar number systems.

HEXABB6AD
Decimal171182173
Binary101010111011011010101101
Octal253266255

Shades and tints

Shades of #ABB6AD

#ABB6AD
(171,182,173)
#9CA69E
(156,166,158)
#8D968F
(141,150,143)
#7E8680
(126,134,128)
#6F7671
(111,118,113)
#606662
(96,102,98)
#515653
(81,86,83)
#424644
(66,70,68)
#333635
(51,54,53)
#242626
(36,38,38)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABB6AD

#ABB6AD
(171,182,173)
#B2BCB4
(178,188,180)
#B9C2BB
(185,194,187)
#C0C8C2
(192,200,194)
#C7CEC9
(199,206,201)
#CED4D0
(206,212,208)
#D5DAD7
(213,218,215)
#DCE0DE
(220,224,222)
#E3E6E5
(227,230,229)
#EAECEC
(234,236,236)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB6AD color. Also use rgb(171,182,173) instead hex code.

Text Font Color

.myTextColor { color: #ABB6AD; }

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

This text font color is #ABB6AD.


Background Color

.myBgColor { background-color: #ABB6AD; }

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

This div background color is #ABB6AD.


Border color

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

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

This div border color is #ABB6AD.


Opacity

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

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

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

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

This text has shadow with #ABB6AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6AD on black background.


Color preview on white background

This text has color #ABB6AD on white background.



Black color preview on #ABB6AD background

This text has black color on #ABB6AD background.


White color preview on #ABB6AD background

This text has white color on #ABB6AD background.