COLOR #ABB8B3

HEX: #ABB8B3
RGB: (171,184,179)

Color info

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

RGB color model

#ABB8B3 color RGB value is (171,184,179).

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

RGB channels and saturation

R 171 of 255 = 67%
G 184 of 255 = 72%
B 179 of 255 = 70%

171
184
179

R + G + B ~ 70%. #ABB8B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 184 + 179 = 534 (100%)
R 171 of 534 ~ 32.02%
G 184 of 534 ~ 34.46%
B 179 of 534 ~ 33.52%

%32.02
%34.46
%33.52

CMYK color model

#ABB8B3 color CMYK value is (7,0,3,28).

  • cyan value is 7.07%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 27.84%
CMYK:
(7,0,3,28)
C7M0Y3K28 
(7%,0%,3%,28%)
(0.07/0.00/0.03/0.28)	

CMYK percentages

%7.07
%0
%2.72
%27.84

Codes

Color #ABB8B3 in popluar color models

ABB8B3
RGB171184179
HSL157°8.39%69.61%
HSB/HSV157°7.07%72.16%
CMYK7.07%0.00%2.72%
27.84%

Color #ABB8B3 in popluar number systems.

HEXABB8B3
Decimal171184179
Binary101010111011100010110011
Octal253270263

Shades and tints

Shades of #ABB8B3

#ABB8B3
(171,184,179)
#9CA8A3
(156,168,163)
#8D9893
(141,152,147)
#7E8883
(126,136,131)
#6F7873
(111,120,115)
#606863
(96,104,99)
#515853
(81,88,83)
#424843
(66,72,67)
#333833
(51,56,51)
#242823
(36,40,35)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #ABB8B3

#ABB8B3
(171,184,179)
#B2BEB9
(178,190,185)
#B9C4BF
(185,196,191)
#C0CAC5
(192,202,197)
#C7D0CB
(199,208,203)
#CED6D1
(206,214,209)
#D5DCD7
(213,220,215)
#DCE2DD
(220,226,221)
#E3E8E3
(227,232,227)
#EAEEE9
(234,238,233)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB8B3; }

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

This text font color is #ABB8B3.


Background Color

.myBgColor { background-color: #ABB8B3; }

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

This div background color is #ABB8B3.


Border color

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

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

This div border color is #ABB8B3.


Opacity

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

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

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

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

This text has shadow with #ABB8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB8B3 on black background.


Color preview on white background

This text has color #ABB8B3 on white background.



Black color preview on #ABB8B3 background

This text has black color on #ABB8B3 background.


White color preview on #ABB8B3 background

This text has white color on #ABB8B3 background.