COLOR #ABACBD

HEX: #ABACBD RGB: (171,172,189)

Color info

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

RGB color model

#ABACBD color RGB value is (171,172,189).

RGB: (171,172,189) (67%, 67%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 172 of 255 = 67%
B 189 of 255 = 74%

171
172
189

R + G + B ~ 69%. #ABACBD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 172 + 189 = 532 (100%)
R 171 of 532 ~ 32.14%
G 172 of 532 ~ 32.33%
B 189 of 532 ~ 35.53'%

%32.14
%32.33
%35.53

CMYK color model

#ABACBD color CMYK value is (10,9,0,26).

  • cyan value is 9.52%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (10,9,0,26) C10M9Y0K26 (10%,9%,0%,26%) (0.10/0.09/0.00/0.26) 

CMYK percentages

%9.52
%8.99
%0
%25.88

Codes

Color #ABACBD in popluar color models

AB AC BD
RGB 171 172 189
HSL 237° 12.00% 70.59%
HSB/HSV 237° 9.52% 74.12%
CMYK 9.52% 8.99% 0.00%
25.88%

Color #ABACBD in popluar number systems.

HEX AB AC BD
Decimal 171 172 189
Binary 10101011 10101100 10111101
Octal 253 254 275

Shades and tints

Shades of #ABACBD

#ABACBD
(171,172,189)
#9C9DAC
(156,157,172)
#8D8E9B
(141,142,155)
#7E7F8A
(126,127,138)
#6F7079
(111,112,121)
#606168
(96,97,104)
#515257
(81,82,87)
#424346
(66,67,70)
#333435
(51,52,53)
#242524
(36,37,36)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABACBD

#ABACBD
(171,172,189)
#B2B3C3
(178,179,195)
#B9BAC9
(185,186,201)
#C0C1CF
(192,193,207)
#C7C8D5
(199,200,213)
#CECFDB
(206,207,219)
#D5D6E1
(213,214,225)
#DCDDE7
(220,221,231)
#E3E4ED
(227,228,237)
#EAEBF3
(234,235,243)
#F1F2F9
(241,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABACBD color. Also use rgb(171,172,189) instead hex code.

Text Font Color

.myTextColor { color: #ABACBD; }

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

This text font color is #ABACBD.


Background Color

.myBgColor { background-color: #ABACBD; }

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

This div background color is #ABACBD.


Border color

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

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

This div border color is #ABACBD.


Opacity

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

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

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

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

This text has shadow with #ABACBD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABACBD on black background.


Color preview on white background

This text has color #ABACBD on white background.



Black color preview on #ABACBD background

This text has black color on #ABACBD background.


White color preview on #ABACBD background

This text has white color on #ABACBD background.