COLOR #ABAEB6

HEX: #ABAEB6
RGB: (171,174,182)

Color info

#ABAEB6 contains red, green and blue colors in about the same proportion. Web safe color of #ABAEB6 is #9999CC (or #99C).

RGB color model

#ABAEB6 color RGB value is (171,174,182).

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

RGB channels and saturation

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

171
174
182

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 182 = 527 (100%)
R 171 of 527 ~ 32.45%
G 174 of 527 ~ 33.02%
B 182 of 527 ~ 34.54%

%32.45
%33.02
%34.54

CMYK color model

#ABAEB6 color CMYK value is (6,4,0,29).

  • cyan value is 6.04%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(6,4,0,29)
C6M4Y0K29 
(6%,4%,0%,29%)
(0.06/0.04/0.00/0.29)	

CMYK percentages

%6.04
%4.4
%0
%28.63

Codes

Color #ABAEB6 in popluar color models

ABAEB6
RGB171174182
HSL224°7.01%69.22%
HSB/HSV224°6.04%71.37%
CMYK6.04%4.40%0.00%
28.63%

Color #ABAEB6 in popluar number systems.

HEXABAEB6
Decimal171174182
Binary101010111010111010110110
Octal253256266

Shades and tints

Shades of #ABAEB6

#ABAEB6
(171,174,182)
#9C9FA6
(156,159,166)
#8D9096
(141,144,150)
#7E8186
(126,129,134)
#6F7276
(111,114,118)
#606366
(96,99,102)
#515456
(81,84,86)
#424546
(66,69,70)
#333636
(51,54,54)
#242726
(36,39,38)
#151816
(21,24,22)
#000000
(0,0,0)

Tints of #ABAEB6

#ABAEB6
(171,174,182)
#B2B5BC
(178,181,188)
#B9BCC2
(185,188,194)
#C0C3C8
(192,195,200)
#C7CACE
(199,202,206)
#CED1D4
(206,209,212)
#D5D8DA
(213,216,218)
#DCDFE0
(220,223,224)
#E3E6E6
(227,230,230)
#EAEDEC
(234,237,236)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEB6; }

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

This text font color is #ABAEB6.


Background Color

.myBgColor { background-color: #ABAEB6; }

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

This div background color is #ABAEB6.


Border color

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

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

This div border color is #ABAEB6.


Opacity

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

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

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

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

This text has shadow with #ABAEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEB6 on black background.


Color preview on white background

This text has color #ABAEB6 on white background.



Black color preview on #ABAEB6 background

This text has black color on #ABAEB6 background.


White color preview on #ABAEB6 background

This text has white color on #ABAEB6 background.