COLOR #ABB9CA

HEX: #ABB9CA
RGB: (171,185,202)

Color info

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

RGB color model

#ABB9CA color RGB value is (171,185,202).

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

RGB channels and saturation

R 171 of 255 = 67%
G 185 of 255 = 73%
B 202 of 255 = 79%

171
185
202

R + G + B ~ 73%. #ABB9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 185 + 202 = 558 (100%)
R 171 of 558 ~ 30.65%
G 185 of 558 ~ 33.15%
B 202 of 558 ~ 36.2%

%30.65
%33.15
%36.2

CMYK color model

#ABB9CA color CMYK value is (15,8,0,21).

  • cyan value is 15.35%
  • magenta value is 8.42%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,8,0,21)
C15M8Y0K21 
(15%,8%,0%,21%)
(0.15/0.08/0.00/0.21)	

CMYK percentages

%15.35
%8.42
%0
%20.78

Codes

Color #ABB9CA in popluar color models

ABB9CA
RGB171185202
HSL213°22.63%73.14%
HSB/HSV213°15.35%79.22%
CMYK15.35%8.42%0.00%
20.78%

Color #ABB9CA in popluar number systems.

HEXABB9CA
Decimal171185202
Binary101010111011100111001010
Octal253271312

Shades and tints

Shades of #ABB9CA

#ABB9CA
(171,185,202)
#9CA9B8
(156,169,184)
#8D99A6
(141,153,166)
#7E8994
(126,137,148)
#6F7982
(111,121,130)
#606970
(96,105,112)
#51595E
(81,89,94)
#42494C
(66,73,76)
#33393A
(51,57,58)
#242928
(36,41,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABB9CA

#ABB9CA
(171,185,202)
#B2BFCE
(178,191,206)
#B9C5D2
(185,197,210)
#C0CBD6
(192,203,214)
#C7D1DA
(199,209,218)
#CED7DE
(206,215,222)
#D5DDE2
(213,221,226)
#DCE3E6
(220,227,230)
#E3E9EA
(227,233,234)
#EAEFEE
(234,239,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB9CA; }

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

This text font color is #ABB9CA.


Background Color

.myBgColor { background-color: #ABB9CA; }

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

This div background color is #ABB9CA.


Border color

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

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

This div border color is #ABB9CA.


Opacity

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

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

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

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

This text has shadow with #ABB9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB9CA on black background.


Color preview on white background

This text has color #ABB9CA on white background.



Black color preview on #ABB9CA background

This text has black color on #ABB9CA background.


White color preview on #ABB9CA background

This text has white color on #ABB9CA background.