COLOR #ABB7AE

HEX: #ABB7AE
RGB: (171,183,174)

Color info

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

RGB color model

#ABB7AE color RGB value is (171,183,174).

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

RGB channels and saturation

R 171 of 255 = 67%
G 183 of 255 = 72%
B 174 of 255 = 68%

171
183
174

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

Portions of RGB colors in percentages

R + G + B =
171 + 183 + 174 = 528 (100%)
R 171 of 528 ~ 32.39%
G 183 of 528 ~ 34.66%
B 174 of 528 ~ 32.95%

%32.39
%34.66
%32.95

CMYK color model

#ABB7AE color CMYK value is (7,0,5,28).

  • cyan value is 6.56%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(7,0,5,28)
C7M0Y5K28 
(7%,0%,5%,28%)
(0.07/0.00/0.05/0.28)	

CMYK percentages

%6.56
%0
%4.92
%28.24

Codes

Color #ABB7AE in popluar color models

ABB7AE
RGB171183174
HSL135°7.69%69.41%
HSB/HSV135°6.56%71.76%
CMYK6.56%0.00%4.92%
28.24%

Color #ABB7AE in popluar number systems.

HEXABB7AE
Decimal171183174
Binary101010111011011110101110
Octal253267256

Shades and tints

Shades of #ABB7AE

#ABB7AE
(171,183,174)
#9CA79F
(156,167,159)
#8D9790
(141,151,144)
#7E8781
(126,135,129)
#6F7772
(111,119,114)
#606763
(96,103,99)
#515754
(81,87,84)
#424745
(66,71,69)
#333736
(51,55,54)
#242727
(36,39,39)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #ABB7AE

#ABB7AE
(171,183,174)
#B2BDB5
(178,189,181)
#B9C3BC
(185,195,188)
#C0C9C3
(192,201,195)
#C7CFCA
(199,207,202)
#CED5D1
(206,213,209)
#D5DBD8
(213,219,216)
#DCE1DF
(220,225,223)
#E3E7E6
(227,231,230)
#EAEDED
(234,237,237)
#F1F3F4
(241,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB7AE; }

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

This text font color is #ABB7AE.


Background Color

.myBgColor { background-color: #ABB7AE; }

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

This div background color is #ABB7AE.


Border color

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

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

This div border color is #ABB7AE.


Opacity

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

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

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

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

This text has shadow with #ABB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB7AE on black background.


Color preview on white background

This text has color #ABB7AE on white background.



Black color preview on #ABB7AE background

This text has black color on #ABB7AE background.


White color preview on #ABB7AE background

This text has white color on #ABB7AE background.