COLOR #ABB3CD

HEX: #ABB3CD
RGB: (171,179,205)

Color info

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

RGB color model

#ABB3CD color RGB value is (171,179,205).

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

RGB channels and saturation

R 171 of 255 = 67%
G 179 of 255 = 70%
B 205 of 255 = 80%

171
179
205

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

Portions of RGB colors in percentages

R + G + B =
171 + 179 + 205 = 555 (100%)
R 171 of 555 ~ 30.81%
G 179 of 555 ~ 32.25%
B 205 of 555 ~ 36.94%

%30.81
%32.25
%36.94

CMYK color model

#ABB3CD color CMYK value is (17,13,0,20).

  • cyan value is 16.59%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,13,0,20)
C17M13Y0K20 
(17%,13%,0%,20%)
(0.17/0.13/0.00/0.20)	

CMYK percentages

%16.59
%12.68
%0
%19.61

Codes

Color #ABB3CD in popluar color models

ABB3CD
RGB171179205
HSL226°25.37%73.73%
HSB/HSV226°16.59%80.39%
CMYK16.59%12.68%0.00%
19.61%

Color #ABB3CD in popluar number systems.

HEXABB3CD
Decimal171179205
Binary101010111011001111001101
Octal253263315

Shades and tints

Shades of #ABB3CD

#ABB3CD
(171,179,205)
#9CA3BB
(156,163,187)
#8D93A9
(141,147,169)
#7E8397
(126,131,151)
#6F7385
(111,115,133)
#606373
(96,99,115)
#515361
(81,83,97)
#42434F
(66,67,79)
#33333D
(51,51,61)
#24232B
(36,35,43)
#151319
(21,19,25)
#000000
(0,0,0)

Tints of #ABB3CD

#ABB3CD
(171,179,205)
#B2B9D1
(178,185,209)
#B9BFD5
(185,191,213)
#C0C5D9
(192,197,217)
#C7CBDD
(199,203,221)
#CED1E1
(206,209,225)
#D5D7E5
(213,215,229)
#DCDDE9
(220,221,233)
#E3E3ED
(227,227,237)
#EAE9F1
(234,233,241)
#F1EFF5
(241,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABB3CD; }

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

This text font color is #ABB3CD.


Background Color

.myBgColor { background-color: #ABB3CD; }

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

This div background color is #ABB3CD.


Border color

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

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

This div border color is #ABB3CD.


Opacity

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

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

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

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

This text has shadow with #ABB3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABB3CD on black background.


Color preview on white background

This text has color #ABB3CD on white background.



Black color preview on #ABB3CD background

This text has black color on #ABB3CD background.


White color preview on #ABB3CD background

This text has white color on #ABB3CD background.