COLOR #ABAEC3

HEX: #ABAEC3
RGB: (171,174,195)

Color info

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

RGB color model

#ABAEC3 color RGB value is (171,174,195).

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

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 195 of 255 = 76%

171
174
195

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

Portions of RGB colors in percentages

R + G + B =
171 + 174 + 195 = 540 (100%)
R 171 of 540 ~ 31.67%
G 174 of 540 ~ 32.22%
B 195 of 540 ~ 36.11%

%31.67
%32.22
%36.11

CMYK color model

#ABAEC3 color CMYK value is (12,11,0,24).

  • cyan value is 12.31%
  • magenta value is 10.77%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,11,0,24)
C12M11Y0K24 
(12%,11%,0%,24%)
(0.12/0.11/0.00/0.24)	

CMYK percentages

%12.31
%10.77
%0
%23.53

Codes

Color #ABAEC3 in popluar color models

ABAEC3
RGB171174195
HSL233°16.67%71.76%
HSB/HSV233°12.31%76.47%
CMYK12.31%10.77%0.00%
23.53%

Color #ABAEC3 in popluar number systems.

HEXABAEC3
Decimal171174195
Binary101010111010111011000011
Octal253256303

Shades and tints

Shades of #ABAEC3

#ABAEC3
(171,174,195)
#9C9FB2
(156,159,178)
#8D90A1
(141,144,161)
#7E8190
(126,129,144)
#6F727F
(111,114,127)
#60636E
(96,99,110)
#51545D
(81,84,93)
#42454C
(66,69,76)
#33363B
(51,54,59)
#24272A
(36,39,42)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #ABAEC3

#ABAEC3
(171,174,195)
#B2B5C8
(178,181,200)
#B9BCCD
(185,188,205)
#C0C3D2
(192,195,210)
#C7CAD7
(199,202,215)
#CED1DC
(206,209,220)
#D5D8E1
(213,216,225)
#DCDFE6
(220,223,230)
#E3E6EB
(227,230,235)
#EAEDF0
(234,237,240)
#F1F4F5
(241,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEC3; }

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

This text font color is #ABAEC3.


Background Color

.myBgColor { background-color: #ABAEC3; }

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

This div background color is #ABAEC3.


Border color

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

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

This div border color is #ABAEC3.


Opacity

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

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

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

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

This text has shadow with #ABAEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAEC3 on black background.


Color preview on white background

This text has color #ABAEC3 on white background.



Black color preview on #ABAEC3 background

This text has black color on #ABAEC3 background.


White color preview on #ABAEC3 background

This text has white color on #ABAEC3 background.