COLOR #ABAEBB

HEX: #ABAEBB
RGB: (171,174,187)

Color info

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

RGB color model

#ABAEBB color RGB value is (171,174,187).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 187 of 255 = 73%

171
174
187

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 187 = 532 (100%)
R 171 of 532 ~ 32.14%
G 174 of 532 ~ 32.71%
B 187 of 532 ~ 35.15%

%32.14
%32.71
%35.15

CMYK color model

#ABAEBB color CMYK value is (9,7,0,27).

  • cyan value is 8.56%
  • magenta value is 6.95%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(9,7,0,27)
C9M7Y0K27 
(9%,7%,0%,27%)
(0.09/0.07/0.00/0.27)	

CMYK percentages

%8.56
%6.95
%0
%26.67

Codes

Color #ABAEBB in popluar color models

ABAEBB
RGB171174187
HSL229°10.53%70.20%
HSB/HSV229°8.56%73.33%
CMYK8.56%6.95%0.00%
26.67%

Color #ABAEBB in popluar number systems.

HEXABAEBB
Decimal171174187
Binary101010111010111010111011
Octal253256273

Shades and tints

Shades of #ABAEBB

#ABAEBB
(171,174,187)
#9C9FAA
(156,159,170)
#8D9099
(141,144,153)
#7E8188
(126,129,136)
#6F7277
(111,114,119)
#606366
(96,99,102)
#515455
(81,84,85)
#424544
(66,69,68)
#333633
(51,54,51)
#242722
(36,39,34)
#151811
(21,24,17)
#000000
(0,0,0)

Tints of #ABAEBB

#ABAEBB
(171,174,187)
#B2B5C1
(178,181,193)
#B9BCC7
(185,188,199)
#C0C3CD
(192,195,205)
#C7CAD3
(199,202,211)
#CED1D9
(206,209,217)
#D5D8DF
(213,216,223)
#DCDFE5
(220,223,229)
#E3E6EB
(227,230,235)
#EAEDF1
(234,237,241)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEBB; }

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

This text font color is #ABAEBB.


Background Color

.myBgColor { background-color: #ABAEBB; }

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

This div background color is #ABAEBB.


Border color

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

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

This div border color is #ABAEBB.


Opacity

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

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

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

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

This text has shadow with #ABAEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEBB on black background.


Color preview on white background

This text has color #ABAEBB on white background.



Black color preview on #ABAEBB background

This text has black color on #ABAEBB background.


White color preview on #ABAEBB background

This text has white color on #ABAEBB background.