COLOR #ABB7A3

HEX: #ABB7A3
RGB: (171,183,163)

Color info

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

RGB color model

#ABB7A3 color RGB value is (171,183,163).

  • red value is 171;
  • green value is 183;
  • blue value is 163.
RGB:
(171,183,163)
(67%,72%,64%)

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 163 of 255 = 64%

171
183
163

R + G + B ~ 68%. #ABB7A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 163 = 517 (100%)
R 171 of 517 ~ 33.08%
G 183 of 517 ~ 35.4%
B 163 of 517 ~ 31.53%

%33.08
%35.4
%31.53

CMYK color model

#ABB7A3 color CMYK value is (7,0,11,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 10.93%
  • key color value is 28.24%
CMYK:
(7,0,11,28)
C7M0Y11K28 
(7%,0%,11%,28%)
(0.07/0.00/0.11/0.28)	

CMYK percentages

%6.56
%0
%10.93
%28.24

Codes

Color #ABB7A3 in popluar color models

ABB7A3
RGB171183163
HSL96°12.20%67.84%
HSB/HSV96°10.93%71.76%
CMYK6.56%0.00%10.93%
28.24%

Color #ABB7A3 in popluar number systems.

HEXABB7A3
Decimal171183163
Binary101010111011011110100011
Octal253267243

Shades and tints

Shades of #ABB7A3

#ABB7A3
(171,183,163)
#9CA795
(156,167,149)
#8D9787
(141,151,135)
#7E8779
(126,135,121)
#6F776B
(111,119,107)
#60675D
(96,103,93)
#51574F
(81,87,79)
#424741
(66,71,65)
#333733
(51,55,51)
#242725
(36,39,37)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #ABB7A3

#ABB7A3
(171,183,163)
#B2BDAB
(178,189,171)
#B9C3B3
(185,195,179)
#C0C9BB
(192,201,187)
#C7CFC3
(199,207,195)
#CED5CB
(206,213,203)
#D5DBD3
(213,219,211)
#DCE1DB
(220,225,219)
#E3E7E3
(227,231,227)
#EAEDEB
(234,237,235)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB7A3 color. Also use rgb(171,183,163) instead hex code.

Text Font Color

.myTextColor { color: #ABB7A3; }

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

This text font color is #ABB7A3.


Background Color

.myBgColor { background-color: #ABB7A3; }

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

This div background color is #ABB7A3.


Border color

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

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

This div border color is #ABB7A3.


Opacity

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

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

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

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

This text has shadow with #ABB7A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB7A3 on black background.


Color preview on white background

This text has color #ABB7A3 on white background.



Black color preview on #ABB7A3 background

This text has black color on #ABB7A3 background.


White color preview on #ABB7A3 background

This text has white color on #ABB7A3 background.