COLOR #ABB6B3

HEX: #ABB6B3
RGB: (171,182,179)

Color info

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

RGB color model

#ABB6B3 color RGB value is (171,182,179).

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

RGB channels and saturation

R 171 of 255 = 67%
G 182 of 255 = 71%
B 179 of 255 = 70%

171
182
179

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

Portions of RGB colors in percentages

R + G + B =
171 + 182 + 179 = 532 (100%)
R 171 of 532 ~ 32.14%
G 182 of 532 ~ 34.21%
B 179 of 532 ~ 33.65%

%32.14
%34.21
%33.65

CMYK color model

#ABB6B3 color CMYK value is (6,0,2,29).

  • cyan value is 6.04%
  • magenta value is 0.00%
  • yellow value is 1.65%
  • key color value is 28.63%
CMYK:
(6,0,2,29)
C6M0Y2K29 
(6%,0%,2%,29%)
(0.06/0.00/0.02/0.29)	

CMYK percentages

%6.04
%0
%1.65
%28.63

Codes

Color #ABB6B3 in popluar color models

ABB6B3
RGB171182179
HSL164°7.01%69.22%
HSB/HSV164°6.04%71.37%
CMYK6.04%0.00%1.65%
28.63%

Color #ABB6B3 in popluar number systems.

HEXABB6B3
Decimal171182179
Binary101010111011011010110011
Octal253266263

Shades and tints

Shades of #ABB6B3

#ABB6B3
(171,182,179)
#9CA6A3
(156,166,163)
#8D9693
(141,150,147)
#7E8683
(126,134,131)
#6F7673
(111,118,115)
#606663
(96,102,99)
#515653
(81,86,83)
#424643
(66,70,67)
#333633
(51,54,51)
#242623
(36,38,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABB6B3

#ABB6B3
(171,182,179)
#B2BCB9
(178,188,185)
#B9C2BF
(185,194,191)
#C0C8C5
(192,200,197)
#C7CECB
(199,206,203)
#CED4D1
(206,212,209)
#D5DAD7
(213,218,215)
#DCE0DD
(220,224,221)
#E3E6E3
(227,230,227)
#EAECE9
(234,236,233)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB6B3; }

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

This text font color is #ABB6B3.


Background Color

.myBgColor { background-color: #ABB6B3; }

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

This div background color is #ABB6B3.


Border color

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

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

This div border color is #ABB6B3.


Opacity

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

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

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

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

This text has shadow with #ABB6B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB6B3 on black background.


Color preview on white background

This text has color #ABB6B3 on white background.



Black color preview on #ABB6B3 background

This text has black color on #ABB6B3 background.


White color preview on #ABB6B3 background

This text has white color on #ABB6B3 background.