COLOR #ABBAC7

HEX: #ABBAC7
RGB: (171,186,199)

Color info

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

RGB color model

#ABBAC7 color RGB value is (171,186,199).

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

RGB channels and saturation

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

171
186
199

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

Portions of RGB colors in percentages

R + G + B =
171 + 186 + 199 = 556 (100%)
R 171 of 556 ~ 30.76%
G 186 of 556 ~ 33.45%
B 199 of 556 ~ 35.79%

%30.76
%33.45
%35.79

CMYK color model

#ABBAC7 color CMYK value is (14,7,0,22).

  • cyan value is 14.07%
  • magenta value is 6.53%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(14,7,0,22)
C14M7Y0K22 
(14%,7%,0%,22%)
(0.14/0.07/0.00/0.22)	

CMYK percentages

%14.07
%6.53
%0
%21.96

Codes

Color #ABBAC7 in popluar color models

ABBAC7
RGB171186199
HSL208°20.00%72.55%
HSB/HSV208°14.07%78.04%
CMYK14.07%6.53%0.00%
21.96%

Color #ABBAC7 in popluar number systems.

HEXABBAC7
Decimal171186199
Binary101010111011101011000111
Octal253272307

Shades and tints

Shades of #ABBAC7

#ABBAC7
(171,186,199)
#9CAAB5
(156,170,181)
#8D9AA3
(141,154,163)
#7E8A91
(126,138,145)
#6F7A7F
(111,122,127)
#606A6D
(96,106,109)
#515A5B
(81,90,91)
#424A49
(66,74,73)
#333A37
(51,58,55)
#242A25
(36,42,37)
#151A13
(21,26,19)
#000000
(0,0,0)

Tints of #ABBAC7

#ABBAC7
(171,186,199)
#B2C0CC
(178,192,204)
#B9C6D1
(185,198,209)
#C0CCD6
(192,204,214)
#C7D2DB
(199,210,219)
#CED8E0
(206,216,224)
#D5DEE5
(213,222,229)
#DCE4EA
(220,228,234)
#E3EAEF
(227,234,239)
#EAF0F4
(234,240,244)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBAC7; }

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

This text font color is #ABBAC7.


Background Color

.myBgColor { background-color: #ABBAC7; }

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

This div background color is #ABBAC7.


Border color

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

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

This div border color is #ABBAC7.


Opacity

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

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

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

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

This text has shadow with #ABBAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBAC7 on black background.


Color preview on white background

This text has color #ABBAC7 on white background.



Black color preview on #ABBAC7 background

This text has black color on #ABBAC7 background.


White color preview on #ABBAC7 background

This text has white color on #ABBAC7 background.