COLOR #ABAEC6

HEX: #ABAEC6 RGB: (171,174,198)

Color info

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

RGB color model

#ABAEC6 color RGB value is (171,174,198).

RGB: (171,174,198) (67%, 68%, 78%)

RGB channels and saturation

R 171 of 255 = 67%
G 174 of 255 = 68%
B 198 of 255 = 78%

171
174
198

R + G + B ~ 71%. #ABAEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 174 + 198 = 543 (100%)
R 171 of 543 ~ 31.49%
G 174 of 543 ~ 32.04%
B 198 of 543 ~ 36.46'%

%31.49
%32.04
%36.46

CMYK color model

#ABAEC6 color CMYK value is (14,12,0,22).

  • cyan value is 13.64%
  • magenta value is 12.12%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (14,12,0,22)
C14M12Y0K22 (14%, 12%, 0%, 22%)
(0.14 / 0.12 / 0.00 / 0.22)

CMYK percentages

%13.64
%12.12
%0
%22.35

Codes

Color #ABAEC6 in popluar color models

AB AE C6
RGB 171 174 198
HSL 233° 19.15% 72.35%
HSB/HSV 233° 13.64% 77.65%
CMYK 13.64% 12.12% 0.00%
22.35%

Color #ABAEC6 in popluar number systems.

HEX AB AE C6
Decimal 171 174 198
Binary 10101011 10101110 11000110
Octal 253 256 306

Shades and tints

Shades of #ABAEC6

#ABAEC6
(171,174,198)
#9C9FB4
(156,159,180)
#8D90A2
(141,144,162)
#7E8190
(126,129,144)
#6F727E
(111,114,126)
#60636C
(96,99,108)
#51545A
(81,84,90)
#424548
(66,69,72)
#333636
(51,54,54)
#242724
(36,39,36)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABAEC6

#ABAEC6
(171,174,198)
#B2B5CB
(178,181,203)
#B9BCD0
(185,188,208)
#C0C3D5
(192,195,213)
#C7CADA
(199,202,218)
#CED1DF
(206,209,223)
#D5D8E4
(213,216,228)
#DCDFE9
(220,223,233)
#E3E6EE
(227,230,238)
#EAEDF3
(234,237,243)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAEC6; }

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

This text font color is #ABAEC6.

Background Color

.myBgColor { background-color: #ABAEC6; }

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

This div background color is #ABAEC6.

Border color

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

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

This div border color is #ABAEC6.

Opacity

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

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

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

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

This text has shadow with #ABAEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABAEC6.

Preview

Color preview on black background

This text has color #ABAEC6 on black background.


Color preview on white background

This text has color #ABAEC6 on white background.


Black color preview on #ABAEC6 background

This text has black color on #ABAEC6 background.


White color preview on #ABAEC6 background

This text has white color on #ABAEC6 background.


Related colors

Complementary color

Complementary color for #hex is #545139.


I love getcolorcode.com

Triadic colors

1 #C6ABAE and #AEC6AB with #ABAEC6 are triadic colors.

2 #C6AEAB and #AEABC6 with #ABAEC6 are triadic colors.