COLOR #ABBAC6

HEX: #ABBAC6
RGB: (171,186,198)

Color info

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

RGB color model

#ABBAC6 color RGB value is (171,186,198).

  • red value is 171;
  • green value is 186;
  • blue value is 198.
RGB:
(171,186,198)
(67%,73%,78%)

RGB channels and saturation

R 171 of 255 = 67%
G 186 of 255 = 73%
B 198 of 255 = 78%

171
186
198

R + G + B ~ 73%. #ABBAC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 198 = 555 (100%)
R 171 of 555 ~ 30.81%
G 186 of 555 ~ 33.51%
B 198 of 555 ~ 35.68%

%30.81
%33.51
%35.68

CMYK color model

#ABBAC6 color CMYK value is (14,6,0,22).

  • cyan value is 13.64%
  • magenta value is 6.06%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(14,6,0,22)
C14M6Y0K22 
(14%,6%,0%,22%)
(0.14/0.06/0.00/0.22)	

CMYK percentages

%13.64
%6.06
%0
%22.35

Codes

Color #ABBAC6 in popluar color models

ABBAC6
RGB171186198
HSL207°19.15%72.35%
HSB/HSV207°13.64%77.65%
CMYK13.64%6.06%0.00%
22.35%

Color #ABBAC6 in popluar number systems.

HEXABBAC6
Decimal171186198
Binary101010111011101011000110
Octal253272306

Shades and tints

Shades of #ABBAC6

#ABBAC6
(171,186,198)
#9CAAB4
(156,170,180)
#8D9AA2
(141,154,162)
#7E8A90
(126,138,144)
#6F7A7E
(111,122,126)
#606A6C
(96,106,108)
#515A5A
(81,90,90)
#424A48
(66,74,72)
#333A36
(51,58,54)
#242A24
(36,42,36)
#151A12
(21,26,18)
#000000
(0,0,0)

Tints of #ABBAC6

#ABBAC6
(171,186,198)
#B2C0CB
(178,192,203)
#B9C6D0
(185,198,208)
#C0CCD5
(192,204,213)
#C7D2DA
(199,210,218)
#CED8DF
(206,216,223)
#D5DEE4
(213,222,228)
#DCE4E9
(220,228,233)
#E3EAEE
(227,234,238)
#EAF0F3
(234,240,243)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAC6; }

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

This text font color is #ABBAC6.


Background Color

.myBgColor { background-color: #ABBAC6; }

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

This div background color is #ABBAC6.


Border color

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

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

This div border color is #ABBAC6.


Opacity

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

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

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

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

This text has shadow with #ABBAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAC6 on black background.


Color preview on white background

This text has color #ABBAC6 on white background.



Black color preview on #ABBAC6 background

This text has black color on #ABBAC6 background.


White color preview on #ABBAC6 background

This text has white color on #ABBAC6 background.