COLOR #ABBBC0

HEX: #ABBBC0
RGB: (171,187,192)

Color info

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

RGB color model

#ABBBC0 color RGB value is (171,187,192).

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

RGB channels and saturation

R 171 of 255 = 67%
G 187 of 255 = 73%
B 192 of 255 = 75%

171
187
192

R + G + B ~ 72%. #ABBBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 187 + 192 = 550 (100%)
R 171 of 550 ~ 31.09%
G 187 of 550 ~ 34%
B 192 of 550 ~ 34.91%

%31.09
%34
%34.91

CMYK color model

#ABBBC0 color CMYK value is (11,3,0,25).

  • cyan value is 10.94%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(11,3,0,25)
C11M3Y0K25 
(11%,3%,0%,25%)
(0.11/0.03/0.00/0.25)	

CMYK percentages

%10.94
%2.6
%0
%24.71

Codes

Color #ABBBC0 in popluar color models

ABBBC0
RGB171187192
HSL194°14.29%71.18%
HSB/HSV194°10.94%75.29%
CMYK10.94%2.60%0.00%
24.71%

Color #ABBBC0 in popluar number systems.

HEXABBBC0
Decimal171187192
Binary101010111011101111000000
Octal253273300

Shades and tints

Shades of #ABBBC0

#ABBBC0
(171,187,192)
#9CAAAF
(156,170,175)
#8D999E
(141,153,158)
#7E888D
(126,136,141)
#6F777C
(111,119,124)
#60666B
(96,102,107)
#51555A
(81,85,90)
#424449
(66,68,73)
#333338
(51,51,56)
#242227
(36,34,39)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABBBC0

#ABBBC0
(171,187,192)
#B2C1C5
(178,193,197)
#B9C7CA
(185,199,202)
#C0CDCF
(192,205,207)
#C7D3D4
(199,211,212)
#CED9D9
(206,217,217)
#D5DFDE
(213,223,222)
#DCE5E3
(220,229,227)
#E3EBE8
(227,235,232)
#EAF1ED
(234,241,237)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABBBC0; }

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

This text font color is #ABBBC0.


Background Color

.myBgColor { background-color: #ABBBC0; }

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

This div background color is #ABBBC0.


Border color

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

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

This div border color is #ABBBC0.


Opacity

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

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

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

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

This text has shadow with #ABBBC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABBBC0 on black background.


Color preview on white background

This text has color #ABBBC0 on white background.



Black color preview on #ABBBC0 background

This text has black color on #ABBBC0 background.


White color preview on #ABBBC0 background

This text has white color on #ABBBC0 background.