COLOR #ABB0CB

HEX: #ABB0CB
RGB: (171,176,203)

Color info

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

RGB color model

#ABB0CB color RGB value is (171,176,203).

  • red value is 171;
  • green value is 176;
  • blue value is 203.
RGB:
(171,176,203)
(67%,69%,80%)

RGB channels and saturation

R 171 of 255 = 67%
G 176 of 255 = 69%
B 203 of 255 = 80%

171
176
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 176 + 203 = 550 (100%)
R 171 of 550 ~ 31.09%
G 176 of 550 ~ 32%
B 203 of 550 ~ 36.91%

%31.09
%32
%36.91

CMYK color model

#ABB0CB color CMYK value is (16,13,0,20).

  • cyan value is 15.76%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,13,0,20)
C16M13Y0K20 
(16%,13%,0%,20%)
(0.16/0.13/0.00/0.20)	

CMYK percentages

%15.76
%13.3
%0
%20.39

Codes

Color #ABB0CB in popluar color models

ABB0CB
RGB171176203
HSL231°23.53%73.33%
HSB/HSV231°15.76%79.61%
CMYK15.76%13.30%0.00%
20.39%

Color #ABB0CB in popluar number systems.

HEXABB0CB
Decimal171176203
Binary101010111011000011001011
Octal253260313

Shades and tints

Shades of #ABB0CB

#ABB0CB
(171,176,203)
#9CA0B9
(156,160,185)
#8D90A7
(141,144,167)
#7E8095
(126,128,149)
#6F7083
(111,112,131)
#606071
(96,96,113)
#51505F
(81,80,95)
#42404D
(66,64,77)
#33303B
(51,48,59)
#242029
(36,32,41)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #ABB0CB

#ABB0CB
(171,176,203)
#B2B7CF
(178,183,207)
#B9BED3
(185,190,211)
#C0C5D7
(192,197,215)
#C7CCDB
(199,204,219)
#CED3DF
(206,211,223)
#D5DAE3
(213,218,227)
#DCE1E7
(220,225,231)
#E3E8EB
(227,232,235)
#EAEFEF
(234,239,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB0CB color. Also use rgb(171,176,203) instead hex code.

Text Font Color

.myTextColor { color: #ABB0CB; }

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

This text font color is #ABB0CB.


Background Color

.myBgColor { background-color: #ABB0CB; }

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

This div background color is #ABB0CB.


Border color

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

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

This div border color is #ABB0CB.


Opacity

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

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

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

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

This text has shadow with #ABB0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB0CB on black background.


Color preview on white background

This text has color #ABB0CB on white background.



Black color preview on #ABB0CB background

This text has black color on #ABB0CB background.


White color preview on #ABB0CB background

This text has white color on #ABB0CB background.