COLOR #ABB1CA

HEX: #ABB1CA
RGB: (171,177,202)

Color info

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

RGB color model

#ABB1CA color RGB value is (171,177,202).

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

RGB channels and saturation

R 171 of 255 = 67%
G 177 of 255 = 69%
B 202 of 255 = 79%

171
177
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 177 + 202 = 550 (100%)
R 171 of 550 ~ 31.09%
G 177 of 550 ~ 32.18%
B 202 of 550 ~ 36.73%

%31.09
%32.18
%36.73

CMYK color model

#ABB1CA color CMYK value is (15,12,0,21).

  • cyan value is 15.35%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,12,0,21)
C15M12Y0K21 
(15%,12%,0%,21%)
(0.15/0.12/0.00/0.21)	

CMYK percentages

%15.35
%12.38
%0
%20.78

Codes

Color #ABB1CA in popluar color models

ABB1CA
RGB171177202
HSL228°22.63%73.14%
HSB/HSV228°15.35%79.22%
CMYK15.35%12.38%0.00%
20.78%

Color #ABB1CA in popluar number systems.

HEXABB1CA
Decimal171177202
Binary101010111011000111001010
Octal253261312

Shades and tints

Shades of #ABB1CA

#ABB1CA
(171,177,202)
#9CA1B8
(156,161,184)
#8D91A6
(141,145,166)
#7E8194
(126,129,148)
#6F7182
(111,113,130)
#606170
(96,97,112)
#51515E
(81,81,94)
#42414C
(66,65,76)
#33313A
(51,49,58)
#242128
(36,33,40)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #ABB1CA

#ABB1CA
(171,177,202)
#B2B8CE
(178,184,206)
#B9BFD2
(185,191,210)
#C0C6D6
(192,198,214)
#C7CDDA
(199,205,218)
#CED4DE
(206,212,222)
#D5DBE2
(213,219,226)
#DCE2E6
(220,226,230)
#E3E9EA
(227,233,234)
#EAF0EE
(234,240,238)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB1CA; }

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

This text font color is #ABB1CA.


Background Color

.myBgColor { background-color: #ABB1CA; }

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

This div background color is #ABB1CA.


Border color

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

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

This div border color is #ABB1CA.


Opacity

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

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

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

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

This text has shadow with #ABB1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB1CA on black background.


Color preview on white background

This text has color #ABB1CA on white background.



Black color preview on #ABB1CA background

This text has black color on #ABB1CA background.


White color preview on #ABB1CA background

This text has white color on #ABB1CA background.