COLOR #ABB3C9

HEX: #ABB3C9
RGB: (171,179,201)

Color info

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

RGB color model

#ABB3C9 color RGB value is (171,179,201).

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

RGB channels and saturation

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

171
179
201

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 201 = 551 (100%)
R 171 of 551 ~ 31.03%
G 179 of 551 ~ 32.49%
B 201 of 551 ~ 36.48%

%31.03
%32.49
%36.48

CMYK color model

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

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

CMYK percentages

%14.93
%10.95
%0
%21.18

Codes

Color #ABB3C9 in popluar color models

ABB3C9
RGB171179201
HSL224°21.74%72.94%
HSB/HSV224°14.93%78.82%
CMYK14.93%10.95%0.00%
21.18%

Color #ABB3C9 in popluar number systems.

HEXABB3C9
Decimal171179201
Binary101010111011001111001001
Octal253263311

Shades and tints

Shades of #ABB3C9

#ABB3C9
(171,179,201)
#9CA3B7
(156,163,183)
#8D93A5
(141,147,165)
#7E8393
(126,131,147)
#6F7381
(111,115,129)
#60636F
(96,99,111)
#51535D
(81,83,93)
#42434B
(66,67,75)
#333339
(51,51,57)
#242327
(36,35,39)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #ABB3C9

#ABB3C9
(171,179,201)
#B2B9CD
(178,185,205)
#B9BFD1
(185,191,209)
#C0C5D5
(192,197,213)
#C7CBD9
(199,203,217)
#CED1DD
(206,209,221)
#D5D7E1
(213,215,225)
#DCDDE5
(220,221,229)
#E3E3E9
(227,227,233)
#EAE9ED
(234,233,237)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3C9; }

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

This text font color is #ABB3C9.


Background Color

.myBgColor { background-color: #ABB3C9; }

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

This div background color is #ABB3C9.


Border color

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

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

This div border color is #ABB3C9.


Opacity

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

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

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

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

This text has shadow with #ABB3C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3C9 on black background.


Color preview on white background

This text has color #ABB3C9 on white background.



Black color preview on #ABB3C9 background

This text has black color on #ABB3C9 background.


White color preview on #ABB3C9 background

This text has white color on #ABB3C9 background.