COLOR #ABB3CA

HEX: #ABB3CA
RGB: (171,179,202)

Color info

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

RGB color model

#ABB3CA color RGB value is (171,179,202).

  • red value is 171;
  • green value is 179;
  • blue value is 202.
RGB:
(171,179,202)
(67%,70%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 202 of 255 = 79%

171
179
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 202 = 552 (100%)
R 171 of 552 ~ 30.98%
G 179 of 552 ~ 32.43%
B 202 of 552 ~ 36.59%

%30.98
%32.43
%36.59

CMYK color model

#ABB3CA color CMYK value is (15,11,0,21).

  • cyan value is 15.35%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,11,0,21)
C15M11Y0K21 
(15%,11%,0%,21%)
(0.15/0.11/0.00/0.21)	

CMYK percentages

%15.35
%11.39
%0
%20.78

Codes

Color #ABB3CA in popluar color models

ABB3CA
RGB171179202
HSL225°22.63%73.14%
HSB/HSV225°15.35%79.22%
CMYK15.35%11.39%0.00%
20.78%

Color #ABB3CA in popluar number systems.

HEXABB3CA
Decimal171179202
Binary101010111011001111001010
Octal253263312

Shades and tints

Shades of #ABB3CA

#ABB3CA
(171,179,202)
#9CA3B8
(156,163,184)
#8D93A6
(141,147,166)
#7E8394
(126,131,148)
#6F7382
(111,115,130)
#606370
(96,99,112)
#51535E
(81,83,94)
#42434C
(66,67,76)
#33333A
(51,51,58)
#242328
(36,35,40)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #ABB3CA

#ABB3CA
(171,179,202)
#B2B9CE
(178,185,206)
#B9BFD2
(185,191,210)
#C0C5D6
(192,197,214)
#C7CBDA
(199,203,218)
#CED1DE
(206,209,222)
#D5D7E2
(213,215,226)
#DCDDE6
(220,221,230)
#E3E3EA
(227,227,234)
#EAE9EE
(234,233,238)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABB3CA color. Also use rgb(171,179,202) instead hex code.

Text Font Color

.myTextColor { color: #ABB3CA; }

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

This text font color is #ABB3CA.


Background Color

.myBgColor { background-color: #ABB3CA; }

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

This div background color is #ABB3CA.


Border color

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

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

This div border color is #ABB3CA.


Opacity

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

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

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

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

This text has shadow with #ABB3CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3CA on black background.


Color preview on white background

This text has color #ABB3CA on white background.



Black color preview on #ABB3CA background

This text has black color on #ABB3CA background.


White color preview on #ABB3CA background

This text has white color on #ABB3CA background.