COLOR #ABB2CB

HEX: #ABB2CB
RGB: (171,178,203)

Color info

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

RGB color model

#ABB2CB color RGB value is (171,178,203).

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

RGB channels and saturation

R 171 of 255 = 67%
G 178 of 255 = 70%
B 203 of 255 = 80%

171
178
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 178 + 203 = 552 (100%)
R 171 of 552 ~ 30.98%
G 178 of 552 ~ 32.25%
B 203 of 552 ~ 36.78%

%30.98
%32.25
%36.78

CMYK color model

#ABB2CB color CMYK value is (16,12,0,20).

  • cyan value is 15.76%
  • magenta value is 12.32%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,12,0,20)
C16M12Y0K20 
(16%,12%,0%,20%)
(0.16/0.12/0.00/0.20)	

CMYK percentages

%15.76
%12.32
%0
%20.39

Codes

Color #ABB2CB in popluar color models

ABB2CB
RGB171178203
HSL227°23.53%73.33%
HSB/HSV227°15.76%79.61%
CMYK15.76%12.32%0.00%
20.39%

Color #ABB2CB in popluar number systems.

HEXABB2CB
Decimal171178203
Binary101010111011001011001011
Octal253262313

Shades and tints

Shades of #ABB2CB

#ABB2CB
(171,178,203)
#9CA2B9
(156,162,185)
#8D92A7
(141,146,167)
#7E8295
(126,130,149)
#6F7283
(111,114,131)
#606271
(96,98,113)
#51525F
(81,82,95)
#42424D
(66,66,77)
#33323B
(51,50,59)
#242229
(36,34,41)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #ABB2CB

#ABB2CB
(171,178,203)
#B2B9CF
(178,185,207)
#B9C0D3
(185,192,211)
#C0C7D7
(192,199,215)
#C7CEDB
(199,206,219)
#CED5DF
(206,213,223)
#D5DCE3
(213,220,227)
#DCE3E7
(220,227,231)
#E3EAEB
(227,234,235)
#EAF1EF
(234,241,239)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB2CB; }

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

This text font color is #ABB2CB.


Background Color

.myBgColor { background-color: #ABB2CB; }

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

This div background color is #ABB2CB.


Border color

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

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

This div border color is #ABB2CB.


Opacity

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

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

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

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

This text has shadow with #ABB2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB2CB on black background.


Color preview on white background

This text has color #ABB2CB on white background.



Black color preview on #ABB2CB background

This text has black color on #ABB2CB background.


White color preview on #ABB2CB background

This text has white color on #ABB2CB background.